PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / c90-func-2.c
blob5185e35db561881fc88da5808067e200ae5d13f8
1 /* Test that we don't pedwarn about __func__ predefined identifier in
2 a system header in C90 pedantic mode. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
6 #include "c90-func-2.h"
8 void
9 foo (void)
11 const char *s = FN;