pr49718.C: Add "-mno-explicit-relocs" for alpha*-*-* targets.
* g++.dg/pr49718.C: Add "-mno-explicit-relocs" for alpha*-*-* targets. From-SVN: r206782
This commit is contained in:
parent
925cb97d79
commit
e2a9b2cdf0
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-19 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* g++.dg/pr49718.C: Add "-mno-explicit-relocs" for alpha*-*-* targets.
|
||||
|
||||
2014-01-19 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gcc.target/mips/pr54240.c: Add -ffat-lto-objects.
|
||||
|
|
|
@ -1739,7 +1739,7 @@
|
|||
2013-12-14 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
PR ipa/59265
|
||||
g++.dg/torture/pr59265.C: New testcase.
|
||||
* g++.dg/torture/pr59265.C: New testcase.
|
||||
|
||||
2013-12-15 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
|
@ -3778,8 +3778,7 @@
|
|||
|
||||
* gcc.target/arm/neon-vcond-gt.c: Scan for vbsl or vbit or vbif.
|
||||
* gcc.target/arm/neon-vcond-ltgt.c: Scan for vbsl or vbit or vbif.
|
||||
* gcc.target/arm/neon-vcond-unordered.c: Scan for vbsl or vbit or
|
||||
vbif.
|
||||
* gcc.target/arm/neon-vcond-unordered.c: Scan for vbsl or vbit or vbif.
|
||||
|
||||
2013-11-03 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -finstrument-functions" } */
|
||||
/* { dg-additional-options "-mno-explicit-relocs" { target alpha*-*-* } } */
|
||||
/* { dg-final { scan-assembler-times "__cyg_profile_func_enter" 1} } */
|
||||
|
||||
#define NOINSTR __attribute__((no_instrument_function))
|
||||
|
|
Loading…
Add table
Reference in a new issue