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/65428] New: Segfault on nest array constructor


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428

            Bug ID: 65428
           Summary: Segfault on nest array constructor
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fxcoudert at gcc dot gnu.org

$ cat a.f90 
  print *, [[ integer :: ]]
  end

$ gfortran a.f90
a.f90: In function âMAIN__â:
a.f90:1:0: internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:1065
   print *, [[ integer :: ]]
 ^

a.f90:1:0: internal compiler error: Abort trap: 6
gfortran: internal compiler error: Abort trap: 6 (program f951)
zsh: abort      gfortran a.f90

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