From: Diego Novillo Date: Thu, 14 Dec 2006 19:50:11 +0000 (+0000) Subject: re PR tree-optimization/30194 (alias set partitioning dependent on SFT DECL_UIDs) X-Git-Tag: releases/gcc-4.3.0~7959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9929132d550a8f627a3a3143a1145ba042bfe177;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d716ba64d126..e66f910ca7ab 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-12-14 Diego Novillo + + PR 30194 + * gcc.dg/pr19633-1.c: Increase threshold for partitioning + temporarily. + 2006-12-14 John David Anglin * 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 c05e46aef643..6370ff59b234 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);