Commit c862e3b1 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gcc.c-torture/execute/20101011-1.c [__MMIX__] (DO_TEST): Define as 0.

From-SVN: r210315
parent dd2fc525
2014-05-11 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.c-torture/execute/20101011-1.c [__MMIX__] (DO_TEST): Define as 0.
2014-05-11 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/gomp/affinity-1.f90: New test.
......
......@@ -42,6 +42,10 @@
#elif defined (__CRIS__)
/* No SIGFPE for CRIS integer division. */
# define DO_TEST 0
#elif defined (__MMIX__)
/* By default we emit a sequence with DIVU, which "never signals an
exceptional condition, even when dividing by zero". */
# define DO_TEST 0
#elif defined (__arc__)
/* No SIGFPE for ARC integer division. */
# define DO_TEST 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