Commit c7723398 by Richard Sandiford Committed by Richard Sandiford

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
parent 2da60e96
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.
* gfortran.dg/io_real_boz_4.f90: Likewise.
* gfortran.dg/io_real_boz_5.f90: Likewise.
......
// 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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment