PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr77862.c
bloba048cb4a74f65de007162fc9eaf05aa7b97f09cd
2 /* PR tree-optimization/77862 */
3 /* { dg-do compile } */
4 /* { dg-require-effective-target fpic } */
5 /* { dg-options "-O2 -fPIC -w" } */
7 struct paramed_type
9 };
10 int a;
12 int memcmp ( int*, void *, long );
14 void
15 cur_token (void)
17 if ( 1 != a || memcmp ( cur_token, "", a ) )
18 return;
19 struct paramed_type b = { };