PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr52134.c
blob32e67cdab00ca0e75b43ee374093004b710b50d0
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-original" } */
4 unsigned f(unsigned t)
6 return (t*4)&-4;
8 int f1(int t)
10 return (t*4)&-4;
13 /* { dg-final { scan-tree-dump-not "\\\&" "original" } } */