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, testsuite]: Fix gcc.dg/torture/pr55018.c testsuite failure


Hello!

Just another instance of testsuite PR51128.

2012-11-05  Uros Bizjak  <ubizjak@gmail.com>

	PR testsuite/51128
	* gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.

Index: gcc.dg/torture/pr55018.c
===================================================================
--- gcc.dg/torture/pr55018.c    (revision 193151)
+++ gcc.dg/torture/pr55018.c    (working copy)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/55018 */
 /* { dg-do compile } */
 /* { dg-options "-fdump-tree-optimized" } */
+/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */

 void
 foo (int x)


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