[Bug fortran/105272] Using entry inside module contained subroutines changes subroutine's scope in DWARF

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 14 08:13:46 GMT 2022


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-04-14
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |wrong-debug
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Likely the DECL_CONTEXTs of the entry forwarder functions are not set up
correctly so it should be simple to fix (copy from the entered function).


More information about the Gcc-bugs mailing list