[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44434 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-07-13 Thread burnus at gcc dot gnu dot org
--- Comment #5 from janus at gcc dot gnu dot org 2010-07-13 06:57 --- Subject: Bug 44434 Author: janus Date: Tue Jul 13 06:57:17 2010 New Revision: 162125 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=162125 Log: 2010-07-13 Janus Weil ja...@gcc.gnu.org PR

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-07-13 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2010-07-13 08:32 --- I just saw that both ifort and crayftn reject the program of comment 1 (ambiguous interface); I have now filled PR 44434 to track this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44434

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-07-13 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2010-07-13 08:33 --- (In reply to comment #7) I just saw that both ifort and crayftn reject the program of comment 1 (ambiguous interface); I have now filled PR 44434 to track this. Make that: PR 44926 --

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-06-07 Thread janus at gcc dot gnu dot org
--- Comment #4 from janus at gcc dot gnu dot org 2010-06-08 01:19 --- The backtrace for comment #3 is: #0 gfc_add_component_ref (e=0x1806e80, name=0x77e7ceb8 doit) at /home/jweil/gcc46/trunk/gcc/fortran/class.c:77 #1 0x0052b323 in resolve_typebound_subroutine

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-06-06 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2010-06-06 12:07 --- Created an attachment (id=20850) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20850action=view) test case If the CLASS DEFAULT block is switched to use AA%CSGET() instead of A%A%CSGET() no ICE ensues. I am

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-06-06 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2010-06-06 12:18 --- It looks like a duplicate of the unfixed part of pr43945. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44434

[Bug fortran/44434] [OOP] ICE in in gfc_add_component_ref

2010-06-06 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2010-06-06 16:16 --- (In reply to comment #2) It looks like a duplicate of the unfixed part of pr43945. It is. One can reduce the test case here to something equivalent to PR 43945 comment #12, which is: module foo_mod type foo