Commit 85aee256 by Uros Bizjak

float-exact-1.c: Use dg-add-options ieee.

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

From-SVN: r205324
parent 6b05fadd
2013-11-23 Uros Bizjak <ubizjak@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 <janus@gcc.gnu.org> 2013-11-23 Janus Weil <janus@gcc.gnu.org>
PR fortran/59228 PR fortran/59228
...@@ -24,8 +29,8 @@ ...@@ -24,8 +29,8 @@
2013-11-22 Martin Jambor <mjambor@suse.cz> 2013-11-22 Martin Jambor <mjambor@suse.cz>
* gcc.dg/pr10474.c: Also test ppc64. * gcc.dg/pr10474.c: Also test ppc64.
* gcc.dg/ira-shrinkwrap-prep-1.c: Also tes ppc64, changed all ints * gcc.dg/ira-shrinkwrap-prep-1.c: Also test ppc64, chang all ints
to longs. to longs.
* gcc.dg/ira-shrinkwrap-prep-2.c: Likewise. * gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
2013-11-22 Michael Meissner <meissner@linux.vnet.ibm.com> 2013-11-22 Michael Meissner <meissner@linux.vnet.ibm.com>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
floating-point contents expressed in decimal. PR 21718. */ floating-point contents expressed in decimal. PR 21718. */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-w" } */ /* { dg-options "-w" } */
/* { dg-add-options ieee } */
/* For float (if IEEE binary32), double (if IEEE binary64) and long /* For float (if IEEE binary32), double (if IEEE binary64) and long
double (if IEEE binary64, x86 extended or IEEE binary128) we test double (if IEEE binary64, x86 extended or IEEE binary128) we test
...@@ -2292,7 +2293,7 @@ static const long double ld1c = ...@@ -2292,7 +2293,7 @@ static const long double ld1c =
182358152808745703724362178773168996492870519432472065091133\ 182358152808745703724362178773168996492870519432472065091133\
11767578125001e-4966L; 11767578125001e-4966L;
/* 0x1.8p-16494 */ /* 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 = static const long double ld2a =
9.7127626791570376663866584373414698287493540070520215145348\ 9.7127626791570376663866584373414698287493540070520215145348\
265837955593101861790565265072369149749103838172122152721795\ 265837955593101861790565265072369149749103838172122152721795\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment