]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/30194 (alias set partitioning dependent on SFT DECL_UIDs)
authorDiego Novillo <dnovillo@redhat.com>
Thu, 14 Dec 2006 19:50:11 +0000 (19:50 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 14 Dec 2006 19:50:11 +0000 (14:50 -0500)
PR 30194
* gcc.dg/pr19633-1.c: Increase threshold for partitioning
temporarily.

From-SVN: r119867

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);