Message ID | yddppe23jn9.fsf@lokon.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
On Wed, Oct 08, 2014 at 01:06:50PM +0200, Rainer Orth wrote: > This patch completely broke the builtin-apply-4.c execution tests on > Solaris 11/x86 (and undoubtedly on many other platforms). > stackalign.exp has this comment: > > # default_flags are replaced by a dg-options test directive, or appended > # to by using dg-additional-options. Use default_flags for options that > # are used in all of the torture sets to limit the amount of noise in > # test summaries. > set default_flags "" > > and by using dg-options in the testcase, you override everything in > default_flags ;-( Sorry about that. I haven't seen any fail on x86/ppc64, so I missed this one. Marek
diff --git a/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-4.c b/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-4.c --- a/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-4.c +++ b/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-4.c @@ -1,6 +1,6 @@ /* PR tree-optimization/20076 */ /* { dg-do run } */ -/* { dg-options "-fgnu89-inline" } */ +/* { dg-additional-options "-fgnu89-inline" } */ extern void abort (void);