aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/libcall-1.c
blob: 34a31dd23c6d80d32100f39731bd45d1ae395e41 (plain)
1
2
3
4
5
6
7
8
9
/* Make sure that external refences for libcalls are generated even for
   indirect calls.  */

/* { dg-do compile { target { int128 && lp64 } } } */
/* { dg-options "-O2 -mcmodel=large" } */
/* { dg-final { scan-assembler "globl\t__divti3" } } */
/* { dg-skip-if "PR90698" { *-*-darwin* } } */

__int128 a, b; void foo () { a = a / b; }