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/58813] SIGSEGV in show_locus at error.c:310


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |kargl at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #1 from kargl at gcc dot gnu.org ---
With trunk gfortran gives

troutmask:sgk[209] gfc4x -c b.f90
b.f90:5.16:

         type(t)
                1
Error: Derived type 't' at (1) is being used before it is defined
b.f90:7:

end module m
1
Error: Procedure 'block@6' in generic interface 't' at (1) is neither function
nor subroutine


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