From db1b279f9ca88c10a4b544899535315249bc63f9 Mon Sep 17 00:00:00 2001 From: dnovillo Date: Thu, 14 Dec 2006 19:50:11 +0000 Subject: [PATCH] PR 30194 * gcc.dg/pr19633-1.c: Increase threshold for partitioning temporarily. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119867 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 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); -- 2.47.3