]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 d716ba64d126d6f375b9268ddff633fe589aff50..e66f910ca7ab6d26502b1c11b569b674df5db637 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 c05e46aef643a40125d9b3eadb49b0478bbebc4e..6370ff59b23432f36bbff73ee0debf4c1670b0c7 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);