We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e035381 commit 69bee20Copy full SHA for 69bee20
gcc/testsuite/gcc.c-torture/execute/20101011-1.c
@@ -66,7 +66,7 @@
66
/* By default we emit a sequence with DIVU, which "never signals an
67
exceptional condition, even when dividing by zero". */
68
# define DO_TEST 0
69
-#elif defined (__arc__)
+#elif defined (__arc__) || defined (__ARC64__)
70
/* No SIGFPE for ARC integer division. */
71
72
#elif defined (__arm__) && defined (__ARM_EABI__)
0 commit comments