* g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
authorAndreas Schwab <schwab@gcc.gnu.org>
Sat, 14 Jan 2012 20:59:32 +0000 (20:59 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 14 Jan 2012 20:59:32 +0000 (20:59 +0000)
From-SVN: r183186

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

index 40e5d87d1c40eb8297bcb1fee01344e9090da39d..a07c399f9c081e8b82d20cd3dee88d09714a488c 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
+
 2012-01-14  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/51800
        PR gcov-profile/51717
        * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
        * gcc.misc-tests/gcov-14.c: Likewise.
+
 2012-01-06  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/parse/new5.C: New.
 
        PR testsuite/51655
        * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
-       including <string.h>. 
+       including <string.h>.
 
 2012-01-06  Jason Merrill  <jason@redhat.com>
 
index aa9ff5d7c42da4dc994b39bd9957c2c794399679..636f0e778b94306bb710cbd5f4359fe2d2d747e8 100644 (file)
@@ -1,5 +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-final { scan-assembler "\\.rdata" { target mips*-*-* } } }
 // { dg-final { scan-assembler "rodata" { target { { *-*-linux-gnu || *-*-elf } && { ! mips*-*-* } } } } }