public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60231] New: ICE on undefined generic
@ 2014-02-16 22:16 antony at cosmologist dot info
  2014-02-17  9:06 ` [Bug fortran/60231] [4.8/4.9 Regression] " janus at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: antony at cosmologist dot info @ 2014-02-16 22:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60231
           Summary: ICE on undefined generic
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: antony at cosmologist dot info

SampleTest.f90 containing

module Objects

  Type TObjectList
   contains
   procedure :: Add1
   procedure :: Add2   
  generic :: Add => Add1, Add2
  end Type TObjectList

end module Objects

gives

gfortran -c SampleTest.f90
f951: internal compiler error: Segmentation fault
0x85faaea crash_signal
    ../../gcc-trunk/gcc/toplev.c:337
0x81ca0a4 check_generic_tbp_ambiguity
    ../../gcc-trunk/gcc/fortran/resolve.c:11393
0x81ca24b resolve_tb_generic_targets
    ../../gcc-trunk/gcc/fortran/resolve.c:11482
0x81ca820 resolve_typebound_generic
    ../../gcc-trunk/gcc/fortran/resolve.c:11539
0x81ca820 resolve_typebound_procedure
    ../../gcc-trunk/gcc/fortran/resolve.c:11713
0x81ee7fa do_traverse_symtree
    ../../gcc-trunk/gcc/fortran/symbol.c:3581
0x81dd2c0 resolve_typebound_procedures
    ../../gcc-trunk/gcc/fortran/resolve.c:11910
0x81dd2c0 resolve_fl_derived
    ../../gcc-trunk/gcc/fortran/resolve.c:12519
0x81d82a6 resolve_symbol
    ../../gcc-trunk/gcc/fortran/resolve.c:12786
0x81ee7be do_traverse_symtree
    ../../gcc-trunk/gcc/fortran/symbol.c:3575
0x81db14d resolve_types
    ../../gcc-trunk/gcc/fortran/resolve.c:14491
0x81d706c gfc_resolve
    ../../gcc-trunk/gcc/fortran/resolve.c:14588
0x81c323f gfc_parse_file()
    ../../gcc-trunk/gcc/fortran/parse.c:4672
0x81ff6c5 gfc_be_parse_file
    ../../gcc-trunk/gcc/fortran/f95-lang.c:188
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2014-02-27 20:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-16 22:16 [Bug fortran/60231] New: ICE on undefined generic antony at cosmologist dot info
2014-02-17  9:06 ` [Bug fortran/60231] [4.8/4.9 Regression] " janus at gcc dot gnu.org
2014-02-17  9:20 ` janus at gcc dot gnu.org
2014-02-17 12:31 ` janus at gcc dot gnu.org
2014-02-18  7:46 ` janus at gcc dot gnu.org
2014-02-19  7:39 ` janus at gcc dot gnu.org
2014-02-19  7:54 ` janus at gcc dot gnu.org
2014-02-19  7:55 ` janus at gcc dot gnu.org
2014-02-27 20:27 ` janus 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).