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

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> ---
generally if you change any trees_out::$FOO you need to make a symmetrical
change in trees_in::$FOO

also, remember reading in is lazy, so you need to force some kind of name
lookup, or use -fno-module-lazy

Reply via email to