Commit 94e71ec0 by Kaz Kojima

20101011-1.c: Skip on SH.

	* gcc.c-torture/execute/20101011-1.c: Skip on SH.

From-SVN: r166056
parent 72942575
2010-10-29 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.c-torture/execute/20101011-1.c: Skip on SH.
2010-10-29 Pat Haugen <pthaugen@us.ibm.com>
* gcc.c-torture/execute/20101011-1.c: Fix #ifdef.
......
......@@ -9,6 +9,9 @@
#elif defined (__SPU__)
/* On SPU division by zero does not trap. */
# define DO_TEST 0
#elif defined (__sh__)
/* On SH division by zero does not trap. */
# 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