diff mbox

[testsuite] : Add add-dg-options ieee to gcc.dg/c11-complex-1.c

Message ID CAFULd4aX33iXg36iGvxera+4xdqycDS+oJjj9JiA3UNQvU05Lg@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Nov. 19, 2013, 11:30 a.m. UTC
Hello!

2013-11-19  Uros Bizjak  <ubizjak@gmail.com>

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

Tested on alphaev68-pc-linux-gnu, committed to mainline SVN.

Uros.
diff mbox

Patch

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);