Commit 5f5e195b by Richard Sandiford Committed by Richard Sandiford

pr26765.c: Add -w to options.

gcc/testsuite/
	* gcc.target/mips/pr26765.c: Add -w to options.

From-SVN: r113933
parent e9b1e828
2006-05-20 Richard Sandiford <richard@codesourcery.com>
* gcc.target/mips/pr26765.c: Add -w to options.
2006-05-20 Richard Sandiford <richard@codesourcery.com>
* lib/target-supports.exp (check_effective_target_mpaired_single):
New function.
* gcc.dg/vect/vect.exp: Use it to check for compatible mipsisa64-elf
......@@ -2,7 +2,7 @@
This testcase used to trigger an unrecognizable insn. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -w" } */
__thread int *a = 0;
......
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