* gcc.c-torture/execute/20101011-1.c (DO_TEST): Skip on ARM.

From-SVN: r177890
This commit is contained in:
Joey Ye 2011-08-19 07:43:45 +00:00 committed by Joey Ye
parent bc48e51afd
commit 96332fd82c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-08-19 Joey Ye <joey.ye@arm.com>
* gcc.c-torture/execute/20101011-1.c (DO_TEST): Skip on ARM.
2011-08-19 Mikael Morin <mikael.morin@sfr.fr>
PR fortran/50071

View File

@ -15,6 +15,9 @@
#elif defined (__TMS320C6X__)
/* On TI C6X division by zero does not trap. */
# define DO_TEST 0
#elif defined (__arm__)
/* We cannot rely on division by zero generating a trap. */
# define DO_TEST 0
#elif defined (__mips__) && !defined(__linux__)
/* MIPS divisions do trap by default, but libgloss targets do not
intercept the trap and raise a SIGFPE. The same is probably