Commit 16b822eb by Richard Sandiford Committed by Richard Sandiford

pr49718.C: Use -mno-relax-pic-calls for MIPS.

gcc/testsuite/
	* g++.dg/pr49718.C: Use -mno-relax-pic-calls for MIPS.

From-SVN: r207385
parent cf0ac756
2014-02-01 Richard Sandiford <rdsandiford@googlemail.com>
* g++.dg/pr49718.C: Use -mno-relax-pic-calls for MIPS.
2014-02-01 Richard Sandiford <rdsandiford@googlemail.com>
* g++.dg/ext/vector26.C: Restrict scan-assembler test to ! c++98.
2014-02-01 Paolo Carlini <paolo.carlini@oracle.com>
......
/* { dg-do compile } */
/* { dg-options "-O2 -finstrument-functions" } */
/* { dg-additional-options "-mno-explicit-relocs" { target alpha*-*-* } } */
/* { dg-additional-options "-mno-relax-pic-calls" { target mips*-*-* } } */
/* { dg-final { scan-assembler-times "__cyg_profile_func_enter" 1} } */
#define NOINSTR __attribute__((no_instrument_function))
......
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