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/65453] New: ICE in build_function_decl, at fortran/trans-decl.c:2001


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

            Bug ID: 65453
           Summary: ICE in build_function_decl, at
                    fortran/trans-decl.c:2001
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: diagnostic, error-recovery, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org

The following invalid code ICEs without error message in build_function_decl,
at fortran/trans-decl.c:2001

procedure() :: foo
contains
subroutine foo()
end
end


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