Commit a186c902 by Uros Bizjak

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

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

From-SVN: r205020
parent 68377e53
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.
......
/* 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);
......
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