Commit ef08b035 by Richard Sandiford Committed by Richard Sandiford

mips.exp: Handle -f{no-,}common.

gcc/testsuite/
	* gcc.target/mips/mips.exp: Handle -f{no-,}common.
	* gcc.target/mips/memcpy-1.c: Remove redundant dg-do.
	Run with -fno-common.

From-SVN: r200041
parent 3ea71f13
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> 2013-06-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
* c-c++-common/cilk-plus/AN/sec_implicit_ex.c (main): Replaced abort * c-c++-common/cilk-plus/AN/sec_implicit_ex.c (main): Replaced abort
......
/* { dg-do compile } */ /* { dg-options "-fno-common" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
/* { dg-final { scan-assembler-not "\tlbu\t" } } */ /* { dg-final { scan-assembler-not "\tlbu\t" } } */
......
...@@ -286,6 +286,7 @@ foreach option { ...@@ -286,6 +286,7 @@ foreach option {
# Add -ffoo/-fno-foo options to mips_option_groups. # Add -ffoo/-fno-foo options to mips_option_groups.
foreach option { foreach option {
common
delayed-branch delayed-branch
expensive-optimizations expensive-optimizations
fast-math fast-math
......
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