constexpr-rom.C: Don't add -G0 on *-*-darwin* *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 27 Jan 2012 19:46:46 +0000 (19:46 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 27 Jan 2012 19:46:46 +0000 (19:46 +0000)
* g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
*-*-aix* alpha*-*-osf* alpha*-*-*vms*.

From-SVN: r183642

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

index 31ea283ee4b27ad4beb792d1d767f3ad010207ea..c64db73f99788526558eaf1235cc8141b2a854e6 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
+       *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
+
 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/51852
index 636f0e778b94306bb710cbd5f4359fe2d2d747e8..5213d5930acc79b1435a6462686699207d473f8d 100644 (file)
@@ -1,6 +1,6 @@
 // PR c++/49673: check that test_data goes into .rodata
 // { dg-options -std=c++0x }
-// { dg-additional-options -G0 { target alpha*-*-* frv*-*-* ia64-*-* lm32*-*-* m32r*-*-* microblaze*-*-* mips*-*-* powerpc*-*-* rs6000*-*-* score*-*-* } }
+// { dg-additional-options -G0 { target { { alpha*-*-* frv*-*-* ia64-*-* lm32*-*-* m32r*-*-* microblaze*-*-* mips*-*-* powerpc*-*-* rs6000*-*-* score*-*-* } && { ! { *-*-darwin* *-*-aix* alpha*-*-osf* alpha*-*-*vms* } } } } }
 // { dg-final { scan-assembler "\\.rdata" { target mips*-*-* } } }
 // { dg-final { scan-assembler "rodata" { target { { *-*-linux-gnu || *-*-elf } && { ! mips*-*-* } } } } }