This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR 42051,43896: [OOP] ICE in gfc_conv_variable, at fortran/trans-expr.c:551
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org, janus at gcc dot gnu dot org, paul dot richard dot thomas at gmail dot com
- Date: Fri, 11 Jun 2010 20:53:47 +0200
- Subject: Re: [Patch, Fortran] PR 42051,43896: [OOP] ICE in gfc_conv_variable, at fortran/trans-expr.c:551
Paul,
Your patch in http://gcc.gnu.org/ml/fortran/2010-06/msg00112.html
breaks the tests for pr44465 while fixing various problems:
several ICEs for tests in pr41951 disappear, but are replaced with
questionable errors, others give 'Internal Error at (1)', e.g.
a test for pr42888, now the first test in pr42051 compiles and
links along with some others (no more errors "Undefined symbols:
"_vtab$...").
Dominique