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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |ppalka at gcc dot gnu.org

--- Comment #2 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Not 100% sure but I think this testcase is invalid.  A non-TU-local entity
depends on the TU-local entity 'parse_bool', which is an "exposure":
https://eel.is/c++draft/basic.link#17

We should emit a good diagnostic for this though.

Reply via email to