* gcc.c-torture/execute/20101011-1.c (__VISIUM__): Set DO_TEST to 0.

From-SVN: r234787
This commit is contained in:
Eric Botcazou 2016-04-06 15:28:18 +00:00 committed by Eric Botcazou
parent 081561816b
commit 41414a0258
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-04-06 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20101011-1.c (__VISIUM__): Set DO_TEST to 0.
2016-04-06 Yvan Roux <yvan.roux@linaro.org>
Pedro Alves <palves@redhat.com>

View File

@ -30,6 +30,9 @@
#elif defined (__TMS320C6X__)
/* On TI C6X division by zero does not trap. */
# define DO_TEST 0
#elif defined (__VISIUM__)
/* On Visium division by zero does not 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