This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]