PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56494.c
blobe73d674a986487c89279d72726e41d85303c946e
1 /* PR rtl-optimization/56494 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -ftracer -w" } */
5 char a;
6 short b;
7 void bar (int);
9 void
10 foo (void)
12 bar ((!!b ? : (a *= a / 0)) >= (a = b));