]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c11-complex-1.c: Use dg-add-options ieee.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 19 Nov 2013 11:28:20 +0000 (12:28 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 19 Nov 2013 11:28:20 +0000 (12:28 +0100)
* gcc.dg/c11-complex-1.c: Use dg-add-options ieee.

From-SVN: r205020

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c11-complex-1.c

index cbe540766be42d892e2e19e74ca84718fdecb417..de1ce95aa2065f153b41497a0b58c23524de266f 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * ipa/devirt9.C: Verify that the optimization happens already before.
        * gcc.dg/vmx/gcc-bug-i.c: Add little endian variant.
        * gcc.dg/vmx/eg-5.c: Likewise.
 
-2013-10-28   Claudiu Zissulescu  <claziss@synopsys.com>
-            Joern Rennecke  <joern.rennecke@embecosm.com>
+2013-10-28  Claudiu Zissulescu  <claziss@synopsys.com>
+           Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * gcc.target/arc/jump-around-jump.c: New test.
 
index e2d3c460f40a6a1e3e56f0bee8ec178fd6055850..4acb2bcc2218f8fc829cda0ac5c998c0b0ae2518 100644 (file)
@@ -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);