[Bug fortran/43207] [OOP] invalid pointer assignment = type%parent

2012-11-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43207 --- Comment #11 from janus at gcc dot gnu.org 2012-11-08 09:25:39 UTC --- (In reply to comment #10) Here is a draft patch which rejects comment #1: This shows one testsuite failure: FAIL: gfortran.dg/abstract_type_3.f03 -O (test

[Bug fortran/43207] [OOP] invalid pointer assignment = type%parent

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43207 --- Comment #9 from janus at gcc dot gnu.org 2012-11-07 22:00:40 UTC --- (In reply to comment #8) r159431 fixes the ICE. Comment #0 is now accepted without an error message. With 4.7 and trunk, comment #0 is rejected with:

[Bug fortran/43207] [OOP] invalid pointer assignment = type%parent

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43207 --- Comment #10 from janus at gcc dot gnu.org 2012-11-07 22:26:18 UTC --- Here is a draft patch which rejects comment #1: Index: gcc/fortran/primary.c === ---

[Bug fortran/43207] [OOP] invalid pointer assignment = type%parent

2010-05-15 Thread janus at gcc dot gnu dot org
--- Comment #8 from janus at gcc dot gnu dot org 2010-05-15 14:08 --- r159431 fixes the ICE. Comment #0 is now accepted without an error message. -- janus at gcc dot gnu dot org changed: What|Removed |Added