Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.target / i386 / pr52857-1.c
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-options "-g -O -mx32 -maddress-mode=long" } */
3
4 extern void get_BID128 (int *);
5 void 
6 __bid128_div (void)
7 {
8   int res;
9   get_BID128 (&res);
10 }