diff options
author | Diego Novillo <dnovillo@redhat.com> | 2006-12-14 19:50:11 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2006-12-14 14:50:11 -0500 |
commit | 9929132d550a8f627a3a3143a1145ba042bfe177 (patch) | |
tree | 1be3dd4a9933afd02752b7d6cece789f11339c75 /gcc | |
parent | a5320d391de5337dffcfdff37c871ab74f39f5fa (diff) | |
download | gcc-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/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr19633-1.c | 6 |
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); |