mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 19:20:44 +08:00
* gcc.c-torture/execute/20101011-1.c (DO_TEST): Skip on ARM.
From-SVN: r177890
This commit is contained in:
parent
bc48e51afd
commit
96332fd82c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user