Commit c1515fac by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gcc.c-torture/execute/20101011-1.c (DO_TEST): Define as 0 for CRIS.

From-SVN: r189733
parent 2ced0ae8
2012-07-21 Hans-Peter Nilsson <hp@axis.com>
* gcc.c-torture/execute/20101011-1.c (DO_TEST): Define as 0 for CRIS.
2012-07-20 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/bind_c_array_params_2.f90: New.
......
......@@ -36,6 +36,9 @@
/* Attempting to trap division-by-zero in this way isn't likely to work on
bare-metal m68k systems. */
# define DO_TEST 0
#elif defined (__CRIS__)
/* No SIGFPE for CRIS integer division. */
# 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