Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59034-1.c
blob1f4c4e04a2378f43e22ee9850d2e270357151c4a
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;