Commit 05ce35e6 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/ieee/20011123-1.c: New test.

From-SVN: r47295
parent 60bfa764
Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/ieee/20011123-1.c: New test.
2001-11-23 Andreas Jaeger <aj@suse.de> 2001-11-23 Andreas Jaeger <aj@suse.de>
* gcc.dg/cpp/charconst-2.c: New test. * gcc.dg/cpp/charconst-2.c: New test.
......
main()
{
double db1 = 1.7976931348623157e+308;
long double ldb1 = db1;
if (sizeof (double) != 8 || sizeof (long double) != 16)
exit (0);
if (ldb1 != 1.7976931348623157e+308)
abort ();
exit (0);
}
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