[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
This commit is contained in:
parent
f991bd8ec9
commit
d8ae8d1601
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-01-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* gcc.dg/lto/pr69188_0.c: Require profiling support for testcase.
|
||||
|
||||
2017-01-23 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHECK_POLY): New.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue