Commit 1c402174 by Roger Sayle Committed by Roger Sayle

20020720-1.x: No longer skip test on powerpc and MMIX targets.


	* gcc.c-torture/execute/20020720-1.x: No longer skip test on
	powerpc and MMIX targets.

From-SVN: r57616
parent 43aa4e05
2002-09-28 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/execute/20020720-1.x: No longer skip test on
powerpc and MMIX targets.
2002-09-27 Zack Weinberg <zack@codesourcery.com>
* gcc.dg/cpp/20020927-1.c: New.
......
......@@ -9,9 +9,8 @@
# for example the comparison insn takes 0.0 as an operand, the
# combiner is able to see all intermediate instructions simultaneously
# and can make the optimization.
if { [istarget "powerpc-*-*"] || [istarget "rs6000-*-*"] \
|| [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
|| [istarget "sh-*-*"] || [istarget "mmix-*-*"] \
if { [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
|| [istarget "sh-*-*"] \
|| [istarget "arm*-*-*"] || [istarget "strongarm*-*-*"] \
|| [istarget "xscale*-*-*"] } {
return 1
......
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