Skip to content
Snippets Groups Projects
Commit 0aae926d authored by Andy Hutchinson's avatar Andy Hutchinson Committed by Andy Hutchinson
Browse files

float-floor.c: Adjust test for 4 byte doubles.

PR/34880
* gcc.c-torture/execute/float-floor.c: Adjust test for 4 byte doubles.

From-SVN: r136344
parent f5cb6fbf
No related branches found
No related tags found
No related merge requests found
2008-06-03 Andy Hutchinson <hutchinsonandy@aim.com>
PR/34880
* gcc.c-torture/execute/float-floor.c: Adjust test for 4 byte
doubles.
2008-06-03 Eric Botcazou <ebotcazou@adacore.com> 2008-06-03 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/aliasing1.ad[sb]: New test. * gnat.dg/aliasing1.ad[sb]: New test.
......
#if(__SIZEOF_DOUBLE__==8)
double d = 1024.0 - 1.0 / 32768.0; double d = 1024.0 - 1.0 / 32768.0;
#else
double d = 1024.0 - 1.0 / 16384.0;
#endif
extern double floor(double); extern double floor(double);
extern float floorf(float); extern float floorf(float);
extern void abort(); extern void abort();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment