[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
This commit is contained in:
parent
aab2c65949
commit
921d1e735e
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
// { 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue