constexpr-rom.C tweak
authorJason Merrill <jason@gcc.gnu.org>
Fri, 8 Jul 2011 16:46:28 +0000 (12:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 8 Jul 2011 16:46:28 +0000 (12:46 -0400)
From-SVN: r176049

gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C

index e2edb2e345d767a5c57d59e1c6568f7cd2ea86ab..144be2d9f1bb9c491a2593d9ddc1fdec7bb0a08c 100644 (file)
@@ -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
 {