PR preprocessor/90581 Add a cpp option -fmax-include-depth to set the maximum depth of the nested #include. From-SVN: r272948
5 lines
229 B
C
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." } */
|