mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 22:35:46 +08:00
constexpr-rom.C: Look for .rdata rather than rodata for MIPS.
gcc/testsuite/ * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata for MIPS. From-SVN: r182791
This commit is contained in:
parent
2da60e960b
commit
c77233981a
@ -1,3 +1,8 @@
|
||||
2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
|
||||
for MIPS.
|
||||
|
||||
2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// PR c++/49673: check that test_data goes into .rodata
|
||||
// { dg-options -std=c++0x }
|
||||
// { dg-final { scan-assembler "rodata" { target { *-*-linux-gnu || *-*-elf } } } }
|
||||
// { dg-final { scan-assembler "\\.rdata" { target mips*-*-* } } }
|
||||
// { dg-final { scan-assembler "rodata" { target { { *-*-linux-gnu || *-*-elf } && { ! mips*-*-* } } } } }
|
||||
|
||||
struct Data
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user