https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79465
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Severity|normal |enhancement --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- There is an nested include depth we do reach though: t55.h:1:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 1 | #include "t56.c" | ^ It does not detect full on loops though and I highly doubt it really.