public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/57129] New: ICE (segfault) in check_extended_derived_type
@ 2013-04-30 21:53 burnus at gcc dot gnu.org
  2013-05-15 13:28 ` [Bug fortran/57129] [4.7/4.8/4.9 Regression] " rguenth at gcc dot gnu.org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-04-30 21:53 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57129
           Summary: ICE (segfault) in check_extended_derived_type
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: error-recovery, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


The following invalid code causes a segfault in check_extended_derived_type

subroutine t()
  type t
  end type t
  type, extends(t) :: t2
  end type t2
end


It first correctly diagnoses:
type t
      1
Error: FUNCTION attribute conflicts with SUBROUTINE attribute in 't' at (1)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-04-19 11:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-30 21:53 [Bug fortran/57129] New: ICE (segfault) in check_extended_derived_type burnus at gcc dot gnu.org
2013-05-15 13:28 ` [Bug fortran/57129] [4.7/4.8/4.9 Regression] " rguenth at gcc dot gnu.org
2013-12-31 14:14 ` janus at gcc dot gnu.org
2014-01-06 22:27 ` dominiq at lps dot ens.fr
2014-01-18 20:29 ` mikael at gcc dot gnu.org
2014-01-18 21:18 ` dominiq at lps dot ens.fr
2014-01-18 23:36 ` dominiq at lps dot ens.fr
2014-01-18 23:51 ` dominiq at lps dot ens.fr
2014-01-19 11:10 ` janus at gcc dot gnu.org
2014-01-19 13:52 ` [Bug fortran/57129] [4.7/4.8/4.9 Regression] Improve error message for conflicts between PROCEDURE and DERIVED dominiq at lps dot ens.fr
2014-02-09 21:48 ` janus at gcc dot gnu.org
2014-06-12 13:46 ` [Bug fortran/57129] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:39 ` [Bug fortran/57129] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:22 ` [Bug fortran/57129] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:12 ` [Bug fortran/57129] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:36 ` jakub at gcc dot gnu.org
2020-04-18 20:36 ` [Bug fortran/57129] [8/9/10 " anlauf at gcc dot gnu.org
2020-04-19 11:07 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).