This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Recent clf ICE report


Steve,

It is worth recording the response of the Intel compiler to you reduced version:

[pault@localhost tmp]# ifort -static j*.f90
james1.f90(4): error #7300: This derived-type object in an
input-output list cannot have private components.   [TRANSFER]
  print *, transfer(32512, C_NULL_PTR)
-----------^
compilation aborted for james1.f90 (code 1)

Cheers

Paul


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