2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68497.c
blob0135cda0d5867ea5af1bbcfccb05b874eed66c59
1 /* { dg-do compile } */
2 /* { dg-options "-fno-checking" } */
4 long double
5 foo (long double x, long double y)
7 return x + y;