From: Uros Bizjak Date: Mon, 5 Nov 2012 10:59:49 +0000 (+0100) Subject: re PR testsuite/51128 (New LTO failures) X-Git-Tag: upstream/12.2.0~73083 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcda5cc89c30d3b08af7ac393c1e85d0abe675c6;p=platform%2Fupstream%2Fgcc.git re PR testsuite/51128 (New LTO failures) PR testsuite/51128 * gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed. From-SVN: r193156 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 65c9315..abb0d68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-11-05 Uros Bizjak + + PR testsuite/51128 + * gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed. + 2012-11-05 Jan Hubicka * gcc.dg/autopar/pr49960.c: Fix testcase. @@ -574,7 +579,7 @@ 2012-10-23 Dominique d'Humieres PR gcc/52945 - * gcc.dg/lto/pr52634_0.c: skip the test on Darwin. + * gcc.dg/lto/pr52634_0.c: Skip the test on Darwin. 2012-10-23 Joseph Myers @@ -9588,8 +9593,7 @@ 2012-01-01 Thomas Koenig PR fortran/51502 - * lib/gcc-dg.exp (scan-module-absence): Really commit last - change. + * lib/gcc-dg.exp (scan-module-absence): Really commit last change. 2012-01-01 Ira Rosen diff --git a/gcc/testsuite/gcc.dg/torture/pr55018.c b/gcc/testsuite/gcc.dg/torture/pr55018.c index f9f34bc..d459b1b 100644 --- a/gcc/testsuite/gcc.dg/torture/pr55018.c +++ b/gcc/testsuite/gcc.dg/torture/pr55018.c @@ -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)