[Bug c++/98967] warning to spot recursive include graph

nathan at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 19 14:57:59 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98967

Nathan Sidwell <nathan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |nathan at gcc dot gnu.org

--- Comment #2 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
discussing with clang guys, Richard wondered whether we'd make this the default
(eventually?).  to do that, would require a smarter implementation that
explicitly pushed and popped the line table (or an appropriate action with
include translate).  That'd also make it work for #import and #pragma once.


More information about the Gcc-bugs mailing list