[Bug fortran/41556] Errors in applying operator/assignment to an abstract type

2009-11-04 Thread janus at gcc dot gnu dot org
--- Comment #3 from janus at gcc dot gnu dot org 2009-11-04 19:55 --- The commit in comment #2 contains the patchlet from comment #1 and fixes the first of the error messages in comment #0. At this point, the test case still triggers three error messages: c0.f90:34.14: operand = o

[Bug fortran/41556] Errors in applying operator/assignment to an abstract type

2009-11-04 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-11-04 19:41 --- Subject: Bug 41556 Author: janus Date: Wed Nov 4 19:41:07 2009 New Revision: 153911 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153911 Log: 2009-11-04 Tobias Burnus Janus Weil PR f

[Bug fortran/41556] Errors in applying operator/assignment to an abstract type

2009-10-06 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2009-10-06 13:22 --- The first error message can be trivially fixed by: Index: interface.c === --- interface.c (Revision 152488) +++ interface.c (Arbeitskopie) @@ -626,6 +626