8sa1-gcc/gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c
Qing Zhao 1c6ffbab63 re PR preprocessor/90581 (provide an option to adjust the maximum depth of nested #include)
PR preprocessor/90581
Add a cpp option -fmax-include-depth to set the maximum depth of the nested #include.

From-SVN: r272948
2019-07-02 20:23:30 +00:00

5 lines
229 B
C

/* { dg-do preprocess} */
/* { dg-options "-fmax-include-depth=1" } */
#include "fmax-include-depth-1b.h" /* { dg-error ".include nested depth 1 exceeds maximum of 1 .use -fmax-include-depth=DEPTH to increase the maximum." } */