Commit 41414a02 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r234787
parent 08156181
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> 2016-04-06 Yvan Roux <yvan.roux@linaro.org>
Pedro Alves <palves@redhat.com> Pedro Alves <palves@redhat.com>
......
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
#elif defined (__TMS320C6X__) #elif defined (__TMS320C6X__)
/* On TI C6X division by zero does not trap. */ /* On TI C6X division by zero does not trap. */
# define DO_TEST 0 # define DO_TEST 0
#elif defined (__VISIUM__)
/* On Visium division by zero does not trap. */
# define DO_TEST 0
#elif defined (__mips__) && !defined(__linux__) #elif defined (__mips__) && !defined(__linux__)
/* MIPS divisions do trap by default, but libgloss targets do not /* MIPS divisions do trap by default, but libgloss targets do not
intercept the trap and raise a SIGFPE. The same is probably intercept the trap and raise a SIGFPE. The same is probably
......
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