c11-complex-1.c: Use dg-add-options ieee.

* gcc.dg/c11-complex-1.c: Use dg-add-options ieee.

From-SVN: r205020
This commit is contained in:
Uros Bizjak 2013-11-19 12:28:20 +01:00
parent 68377e53bd
commit a186c90215
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-11-19 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/c11-complex-1.c: Use dg-add-options ieee.
2013-11-19 Jan Hubicka <jh@suse.cz> 2013-11-19 Jan Hubicka <jh@suse.cz>
* ipa/devirt9.C: Verify that the optimization happens already before. * ipa/devirt9.C: Verify that the optimization happens already before.
@ -1129,8 +1133,8 @@
* gcc.dg/vmx/gcc-bug-i.c: Add little endian variant. * gcc.dg/vmx/gcc-bug-i.c: Add little endian variant.
* gcc.dg/vmx/eg-5.c: Likewise. * gcc.dg/vmx/eg-5.c: Likewise.
2013-10-28 Claudiu Zissulescu <claziss@synopsys.com> 2013-10-28 Claudiu Zissulescu <claziss@synopsys.com>
Joern Rennecke <joern.rennecke@embecosm.com> Joern Rennecke <joern.rennecke@embecosm.com>
* gcc.target/arc/jump-around-jump.c: New test. * gcc.target/arc/jump-around-jump.c: New test.

View File

@ -1,6 +1,7 @@
/* Test complex divide does not have the bug identified in N1496. */ /* Test complex divide does not have the bug identified in N1496. */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-std=c11 -pedantic-errors" } */ /* { dg-options "-std=c11 -pedantic-errors" } */
/* { dg-add-options ieee } */
extern void abort (void); extern void abort (void);
extern void exit (int); extern void exit (int);