Commit 79644b27 by Uros Bizjak

atomic-6.c: Add -mieee for alpha*-*-* targets.

	* testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.

From-SVN: r142927
parent 53b558a3
...@@ -7182,7 +7182,7 @@ ...@@ -7182,7 +7182,7 @@
2008-06-19 Andy Hutchinson <hutchinsonandy@aim.com> 2008-06-19 Andy Hutchinson <hutchinsonandy@aim.com>
* lib/target-supports.exp * lib/target-supports.exp
(check_effective_target_keeps_null_pointer_checks) : New function. (check_effective_target_keeps_null_pointer_checks): New function.
* gcc.dg/tree-ssa/20030730-1.c: Use keeps_null_pointer_checks to * gcc.dg/tree-ssa/20030730-1.c: Use keeps_null_pointer_checks to
determine correct test response. determine correct test response.
* gcc.dg/tree-ssa/20030730-2.c: Ditto. * gcc.dg/tree-ssa/20030730-2.c: Ditto.
......
2008-12-26 Uros Bizjak <ubizjak@gmail.com>
* testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.
2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate. * configure: Regenerate.
......
/* PR middle-end/36106 */ /* PR middle-end/36106 */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-options "-O2 -mieee" { target alpha*-*-* } } */
/* { dg-options "-O2 -march=i586" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ /* { dg-options "-O2 -march=i586" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#ifdef __i386__ #ifdef __i386__
......
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