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/56079] [4.8 Regression] ICE with C_PTR renaming and TRANSFER


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|[4.8 Regression] ICE with   |[4.8 Regression] ICE with
                   |C_PTR renaming              |C_PTR renaming and TRANSFER

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-01-22 20:03:39 UTC ---
Shortened a bit:

program gar_nichts
   use ISO_C_BINDING, only: C_NULL_PTR
   use ISO_C_BINDING, only: xyz => C_PTR
   type(xyz) nada
   nada = transfer(C_NULL_PTR,nada)
end program gar_nichts


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