Commit 921d1e73 by Jiong Wang Committed by Jiong Wang

[testsuite] PR70227, skip g++.dg/lto/pr69589_0.C on targets without -rdynamic support

  PR testsuite/70227
  * g++.dg/lto/pr69589_0.C: Skip arm and aarch64 bare-metal targets.

From-SVN: r236265
parent aab2c659
2016-05-16 Jiong Wang <jiong.wang@arm.com>
PR testsuite/70227
* g++.dg/lto/pr69589_0.C: Skip arm and aarch64 bare-metal targets.
2016-05-15 Harald Anlauf <anlauf@gmx.de>
PR fortran/69603
......
// { dg-lto-do link }
// { dg-lto-options "-O2 -rdynamic" }
// { dg-extra-ld-options "-r -nostdlib" }
// { dg-skip-if "Skip targets without -rdynamic support" { arm*-none-eabi aarch64*-*-elf } { "*" } { "" } }
#pragma GCC visibility push(hidden)
struct A { int &operator[] (long); };
template <typename> struct B;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment