From 9929132d550a8f627a3a3143a1145ba042bfe177 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 14 Dec 2006 19:50:11 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/pr19633-1.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d716ba64d12..e66f910ca7a 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 c05e46aef64..6370ff59b23 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); -- 2.30.2