Commit 13cbdaec by Cesar Philippidis Committed by Marcus Shawcroft

[AArch64] Fix 20101011-1.c

2013-11-19  Cesar Philippidis  <cesar@codesourcery.com>

	* gcc.c-torture/execute/20101011-1.c (__aarch64__):
	Remove defined(__linux__).

From-SVN: r205035
parent daa6e488
2013-11-19 Cesar Philippidis <cesar@codesourcery.com>
* gcc.c-torture/execute/20101011-1.c (__aarch64__):
Remove defined(__linux__).
2013-11-19 Richard Biener <rguenther@suse.de>
PR tree-optimization/59164
......
......@@ -12,10 +12,9 @@
#elif defined (__sh__)
/* On SH division by zero does not trap. */
# define DO_TEST 0
#elif defined (__aarch64__) && !defined(__linux__)
/* AArch64 divisions do trap by default, but libgloss targets do not
intercept the trap and raise a SIGFPE. So restrict the test to
AArch64 systems that use the Linux kernel. */
#elif defined (__aarch64__)
/* On AArch64 integer division by zero does not trap. */
# define DO_TEST 0
#elif defined (__TMS320C6X__)
/* On TI C6X division by zero does not trap. */
# define DO_TEST 0
......
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