[Bug fortran/56079] [4.7/4.8 Regression] ICE with C_PTR renaming and TRANSFER
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 25 22:57:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56079
--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-01-25 22:56:43 UTC ---
This also fails in the same place (without renaming):
program gar_nichts
use ISO_C_BINDING, only :: C_PTR, C_NULL_PTR
type(c_ptr) nada
call foo(transfer(C_NULL_PTR,nada))
end program gar_nichts
More information about the Gcc-bugs
mailing list