OSDN Git Service

PR 30194
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2006 19:50:11 +0000 (19:50 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2006 19:50:11 +0000 (19:50 +0000)
* gcc.dg/pr19633-1.c: Increase threshold for partitioning
temporarily.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119867 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr19633-1.c

index d716ba6..e66f910 100644 (file)
@@ -1,3 +1,9 @@
+2006-12-14  Diego Novillo  <dnovillo@redhat.com>
+
+       PR 30194
+       * gcc.dg/pr19633-1.c: Increase threshold for partitioning
+       temporarily.
+
 2006-12-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * lib/target-supports.exp (check_weak_available): Use istarget
index c05e46a..6370ff5 100644 (file)
@@ -1,5 +1,9 @@
 /* { dg-do run } */
-/* { dg-options "-O2" } */
+
+/* The max-aliased-vops setting is a temporary workaround to avoid the
+   random failures as described in PR 30194.  This test case does not
+   need alias sets bigger than 13 elements.  */
+/* { dg-options "-O2 --param max-aliased-vops=15" } */
 
 extern void abort (void);