aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2006-12-14 19:50:11 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2006-12-14 14:50:11 -0500
commit9929132d550a8f627a3a3143a1145ba042bfe177 (patch)
tree1be3dd4a9933afd02752b7d6cece789f11339c75 /gcc
parenta5320d391de5337dffcfdff37c871ab74f39f5fa (diff)
downloadgcc-9929132d550a8f627a3a3143a1145ba042bfe177.zip
gcc-9929132d550a8f627a3a3143a1145ba042bfe177.tar.gz
gcc-9929132d550a8f627a3a3143a1145ba042bfe177.tar.bz2
re PR tree-optimization/30194 (alias set partitioning dependent on SFT DECL_UIDs)
PR 30194 * gcc.dg/pr19633-1.c: Increase threshold for partitioning temporarily. From-SVN: r119867
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/pr19633-1.c6
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d716ba6..e66f910 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/pr19633-1.c b/gcc/testsuite/gcc.dg/pr19633-1.c
index c05e46a..6370ff5 100644
--- a/gcc/testsuite/gcc.dg/pr19633-1.c
+++ b/gcc/testsuite/gcc.dg/pr19633-1.c
@@ -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);