Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59034-2.c
blob14e594ba608e626f06b9c5bf703316b234b92d20
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O -mx32 -mtune=corei7 -maddress-mode=long" } */
5 extern int foo(int, ...);
6 int bar(void) {
7 long double l = 1.2345E6;
8 foo(0, l);
9 return 0;