Commit c28ea82c by Richard Sandiford Committed by Richard Sandiford

20101011-1.c: Skip test for MIPS16 Linux-based targets.

gcc/testsuite/
	* gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
	Linux-based targets.

From-SVN: r168875
parent 4377fad9
2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
Linux-based targets.
2011-01-13 Jan Hubicka <jh@suse.cz>
PR tree-optimization/47276
......
......@@ -18,6 +18,10 @@
true of other bare-metal environments, so restrict the test to
systems that use the Linux kernel. */
# define DO_TEST 0
#elif defined (__mips16) && defined(__linux__)
/* Not all Linux kernels deal correctly the breakpoints generated by
MIPS16 divisions by zero. They show up as a SIGTRAP instead. */
# define DO_TEST 0
#else
# define DO_TEST 1
#endif
......
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