[Bug fortran/93814] [9/10 Regression] ICE in build_entry_thunks, at fortran/trans-decl.c:2898

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 19 09:04:00 GMT 2020


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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
      Known to work|                            |8.3.0
      Known to fail|                            |10.0, 9.2.0

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started with r9-5391-g264201216816c914.
Before that it was rejected:

pr93814.f90:2:17:

    2 | character :: f, g
      |                 1
    3 | entry g() bind(c)
      |       2          
Error: Procedure ‘g’ with binding label ‘g’ at (1) uses the same global
identifier as entity at (2)


More information about the Gcc-bugs mailing list