From: Kyrylo Tkachov Date: Mon, 23 Jan 2017 11:22:54 +0000 (+0000) Subject: [testsuite] Fix FAIL: gcc.dg/lto/pr69188 on bare-metal targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8ae8d16017202f41b57f6b24aca4e20cd61340b;p=gcc.git [testsuite] Fix FAIL: gcc.dg/lto/pr69188 on bare-metal targets PR lto/69188 * gcc.dg/lto/pr69188_0.c: Require profiling support for testcase. From-SVN: r244779 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e6dc6b39d35..7b9ac5d7e63 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-01-23 Kyrylo Tkachov + + * gcc.dg/lto/pr69188_0.c: Require profiling support for testcase. + 2017-01-23 Christophe Lyon * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHECK_POLY): New. diff --git a/gcc/testsuite/gcc.dg/lto/pr69188_0.c b/gcc/testsuite/gcc.dg/lto/pr69188_0.c index 8bee874a65b..a0b6ad99da6 100644 --- a/gcc/testsuite/gcc.dg/lto/pr69188_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr69188_0.c @@ -1,6 +1,7 @@ /* PR ipa/69188 */ /* { dg-lto-do link } */ /* { dg-lto-options { { -flto -O0 -fprofile-generate } } } */ +/* { dg-require-profiling "-fprofile-generate" } */ void fn1(void) {