Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / ieee / 20011123-1.c
blobe497251fe5c812abce3a3236b69e17dee230a1cc
1 main()
3 double db1 = 1.7976931348623157e+308;
4 long double ldb1 = db1;
6 if (sizeof (double) != 8 || sizeof (long double) != 16)
7 exit (0);
9 if (ldb1 != 1.7976931348623157e+308)
10 abort ();
11 exit (0);