This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Skip g++.dg/torture/pr49309.C with -flto


Committed.

Richard.

2012-01-05  Richard Guenther  <rguenther@suse.de>

	* g++.dg/torture/pr49309.C: Skip for -flto.

Index: gcc/testsuite/g++.dg/torture/pr49309.C
===================================================================
--- gcc/testsuite/g++.dg/torture/pr49309.C	(revision 182912)
+++ gcc/testsuite/g++.dg/torture/pr49309.C	(working copy)
@@ -1,5 +1,6 @@
 // PR tree-optimization/49309
 // { dg-do compile }
+// { dg-skip-if "" { *-*-* } { "-flto" } { "" } }
 // { dg-options "-fpreprocessed -fmudflap" }
 
 struct A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]