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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
The idea is to find pieces of code which (gfortran internally) do not have
information about where they are. If an error occurs which involves such a
piece of code, an ICE would occur.

This is mostly done to catch cases when a patch forgets to add this info - it
shiws uo on regression testing right away. This is also why this is disabled
with checking=release.

Maybe we should do something about the warning to make it clearer that this is
internal - suggestions welcome.

We should also find out where copying localization does not happen.

Reply via email to