Hello!

Attached patch fixes compile failure and adds ieee options due to
denormal values in the testcase.

2013-11-23  Uros Bizjak  <ubiz...@gmail.com>

    * gcc.dg/float-exact-1.c: Use dg-add-options ieee.
    [LDBL_MANT_DIG == 113]: Fix wrong variable name.

Tested on alphaev68-linux-gnu and committed to mainline SVN.

Uros.
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 205306)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2013-11-23  Uros Bizjak  <ubiz...@gmail.com>
+
+       * gcc.dg/float-exact-1.c: Use dg-add-options ieee.
+       [LDBL_MANT_DIG == 113]: Fix wrong variable name.
+
 2013-11-23  Janus Weil  <ja...@gcc.gnu.org>
 
        PR fortran/59228
@@ -24,8 +29,8 @@
 2013-11-22  Martin Jambor  <mjam...@suse.cz>
 
        * gcc.dg/pr10474.c: Also test ppc64.
-       * gcc.dg/ira-shrinkwrap-prep-1.c: Also tes ppc64, changed all ints
-        to longs.
+       * gcc.dg/ira-shrinkwrap-prep-1.c: Also test ppc64, chang all ints
+       to longs.
        * gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
 
 2013-11-22  Michael Meissner  <meiss...@linux.vnet.ibm.com>
Index: gcc.dg/float-exact-1.c
===================================================================
--- gcc.dg/float-exact-1.c      (revision 205306)
+++ gcc.dg/float-exact-1.c      (working copy)
@@ -2,6 +2,7 @@
    floating-point contents expressed in decimal.  PR 21718.  */
 /* { dg-do run } */
 /* { dg-options "-w" } */
+/* { dg-add-options ieee } */
 
 /* For float (if IEEE binary32), double (if IEEE binary64) and long
    double (if IEEE binary64, x86 extended or IEEE binary128) we test
@@ -2292,7 +2293,7 @@ static const long double ld1c =
 182358152808745703724362178773168996492870519432472065091133\
 11767578125001e-4966L;
 /* 0x1.8p-16494 */
-static const long double ld2ae = 0x1p-16494L, ld2be = 0x2p-16494L, ld1ce = 
0x2p-16494L;
+static const long double ld2ae = 0x1p-16494L, ld2be = 0x2p-16494L, ld2ce = 
0x2p-16494L;
 static const long double ld2a =
 9.7127626791570376663866584373414698287493540070520215145348\
 265837955593101861790565265072369149749103838172122152721795\

Reply via email to