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]

derived-type bug, is it new?


With gfortran 4.2.0 20060206 on i686-linux, I get the following:

$ cat a.f90
  TYPE T
    CHARACTER(LEN=80) :: S(1)
  END TYPE T
  TYPE(T), POINTER :: TT
  PRINT *, LEN(TT % S)
  END

$ gfortran -c a.f90
a.f90: In function 'MAIN__':
a.f90:1: internal compiler error: Segmentation fault


Does that ring a bell to someone, or should I file it? I'm sorry but I
don't have access to a debug-enabled tree right now, so I can't search
bugzilla for the f951 backtrace...

FX


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