Skip to content

Commit

Permalink
c11-complex-1.c: Use dg-add-options ieee.
Browse files Browse the repository at this point in the history
	* gcc.dg/c11-complex-1.c: Use dg-add-options ieee.

From-SVN: r205020
  • Loading branch information
Uros Bizjak committed Nov 19, 2013
1 parent 68377e5 commit a186c90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-11-19 Uros Bizjak <[email protected]>

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

2013-11-19 Jan Hubicka <[email protected]>

* ipa/devirt9.C: Verify that the optimization happens already before.
Expand Down Expand Up @@ -1129,8 +1133,8 @@
* gcc.dg/vmx/gcc-bug-i.c: Add little endian variant.
* gcc.dg/vmx/eg-5.c: Likewise.

2013-10-28 Claudiu Zissulescu <[email protected]>
Joern Rennecke <[email protected]>
2013-10-28 Claudiu Zissulescu <[email protected]>
Joern Rennecke <[email protected]>

* gcc.target/arc/jump-around-jump.c: New test.

Expand Down
1 change: 1 addition & 0 deletions gcc/testsuite/gcc.dg/c11-complex-1.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Test complex divide does not have the bug identified in N1496. */
/* { dg-do run } */
/* { dg-options "-std=c11 -pedantic-errors" } */
/* { dg-add-options ieee } */

extern void abort (void);
extern void exit (int);
Expand Down

0 comments on commit a186c90

Please sign in to comment.