diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/lto/pr60779_1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/pr60779_1.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/lto/pr60779_1.c b/gcc/testsuite/gcc.dg/lto/pr60779_1.c new file mode 100644 index 0000000..caad903 --- /dev/null +++ b/gcc/testsuite/gcc.dg/lto/pr60779_1.c @@ -0,0 +1,6 @@ +/* { dg-options "-fcx-limited-range" } */ + +_Complex double bar (_Complex double x, _Complex double y) +{ + return x / y; +} |