]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 21:31:52 +0000 (21:31 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 21:31:52 +0000 (21:31 +0000)
* gcc.target/mips/mips.exp: Handle -f{no-,}common.
* gcc.target/mips/memcpy-1.c: Remove redundant dg-do.
Run with -fno-common.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/memcpy-1.c
gcc/testsuite/gcc.target/mips/mips.exp

index 0593da28384b7a0cfe9a878ba4803d497311293b..51143cbdad1fa9f39113bd1b9d18ba2a1507141c 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-12  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/mips.exp: Handle -f{no-,}common.
+       * gcc.target/mips/memcpy-1.c: Remove redundant dg-do.
+       Run with -fno-common.
+
 2013-06-12  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
        * c-c++-common/cilk-plus/AN/sec_implicit_ex.c (main): Replaced abort
index f4e4698141eaea4369869a63e05fe244a30fe654..94786a7371f3abcdd4a9c388cce63956e791ac91 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-options "-fno-common" } */
 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
 /* { dg-final { scan-assembler-not "\tlbu\t" } } */
 
index 15b1386bd9e19a06bb2814a3d8f73c6e9a003862..54c97db2481c6fb713dff1116913b227c2c8d493 100644 (file)
@@ -286,6 +286,7 @@ foreach option {
 
 # Add -ffoo/-fno-foo options to mips_option_groups.
 foreach option {
+    common
     delayed-branch
     expensive-optimizations
     fast-math