This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]