PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83593.c
blobeddecc0606aa9530349397534f21cdcab8c726c0
1 /* PR tree-optimization/83593 */
2 /* { dg-options "-O2 -fno-tree-dominator-opts -fnon-call-exceptions -fno-tree-pre -fexceptions -fno-code-hoisting -fno-tree-fre" } */
4 void
5 hr (int *ed, signed char *ju)
7 int kc;
9 int xj;
10 int *q2 = (*ed == 0) ? &xj : &kc;
12 *ju = 0;
13 kc = *ju;