PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-3.c
blob595365e0b0c60404f519d5b27e9dfda0bcf04853
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 void __GIMPLE () foo ()
6 int *b;
7 *b = 1;