[Bug fortran/38536] ICE with C_LOC in resolve.c due to not properly going through expr->ref

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 25 17:56:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #25 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-03-25 17:56:11 UTC ---
FIXED on the 4.9 trunk.

I think all remaining issues are now fixed. Regarding the string length: Only
character(len=1) is interoperable, using a substring doesn't make it valid.
However, for C_LOC even Fortran 2003 (since Technical Corrigendum 5) allows
character(kind=C_char) with len > 1.



More information about the Gcc-bugs mailing list