]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Feb 2014 10:41:37 +0000 (10:41 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Feb 2014 10:41:37 +0000 (10:41 +0000)
* g++.dg/pr49718.C: Use -mno-relax-pic-calls for MIPS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207385 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr49718.C

index 9ad788e125d617060390907f7a9d6f27b42e652d..edf89ac8af3f59ab4d43e117f696004e6f6bc915 100644 (file)
@@ -1,3 +1,7 @@
+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.
index cd79c9a4eee763586a9f370bddac12b68d6600f5..d7f2710a994474f6122e754b652cca9d81e6024b 100644 (file)
@@ -1,6 +1,7 @@
 /* { 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))