* gcc.c-torture/execute/20101011-1.c [__MMIX__] (DO_TEST): Define as 0.
From-SVN: r210315
This commit is contained in:
parent
dd2fc5256e
commit
c862e3b181
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue