Hello! 2013-11-19 Uros Bizjak <ubiz...@gmail.com>
* gcc.dg/c11-complex-1.c: Use dg-add-options ieee. Tested on alphaev68-pc-linux-gnu, committed to mainline SVN. Uros. Index: gcc.dg/c11-complex-1.c =================================================================== --- gcc.dg/c11-complex-1.c (revision 205004) +++ gcc.dg/c11-complex-1.c (working copy) @@ -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);