2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59034-1.c
bloba4f04d10b9a73d5fe440927ec766e997ccd50b7e
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O -mx32 -mtune=corei7 -maddress-mode=short" } */
5 extern int foo(int, ...);
6 int bar(void) {
7 long double l = 1.2345E6;
8 foo(0, l);
9 return 0;