PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr40031.c
blobf6f1f65a7eeb37ffe758e0b48ce3527976196915
1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC" } */
3 double c;
4 double d;
5 double *f(int a)
7 if(a) return &c;
8 return &d;