2018-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr69854.c
blob56558471bdd93637ec1f646dc36113703ff5f174
1 /* { dg-do compile } */
2 /* { dg-additional-options "-frounding-math -ffast-math" } */
4 double fn1()
6 double w, s = fn1() - 6.12323399573676603587e17;
7 return 1.57079632679489655800e00 - (s + w);