diff options
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C index e2edb2e..144be2d 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C @@ -1,6 +1,6 @@ // PR c++/49673: check that test_data goes into .rodata // { dg-options -std=c++0x } -// { dg-final { scan-assembler "rodata" } } +// { dg-final { scan-assembler "rodata" { target { *-*-linux-gnu || *-*-elf } } } } struct Data { |