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
This commit is contained in:
Diego Novillo 2006-12-14 19:50:11 +00:00 committed by Diego Novillo
parent a5320d391d
commit 9929132d55
2 changed files with 11 additions and 1 deletions

View 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

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