This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran-dev] SELECT TYPE execution and allocatable scalar components
- From: Salvatore Filippone <salvatore dot filippone at uniroma2 dot it>
- To: Janus Weil <janus at gcc dot gnu dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Paul Thomas <paul dot richard dot thomas at gmail dot com>
- Date: Tue, 22 Sep 2009 11:40:55 +0200
- Subject: Re: [Patch, fortran-dev] SELECT TYPE execution and allocatable scalar components
- References: <854832d40909220208j7fc9fa55wa338980295751954@mail.gmail.com> <1253612299.3566.18.camel@localhost.localdomain>
- Reply-to: salvatore dot filippone at uniroma2 dot it
Il giorno mar, 22/09/2009 alle 11.38 +0200, Salvatore Filippone ha
scritto:
> Il giorno mar, 22/09/2009 alle 11.08 +0200, Janus Weil ha scritto:
>
> > 2) Allocatable scalar components should be working now (cf. PR 40996).
> > This is a prerequisite for allocatable scalar CLASS variables. It also
> > has the effect that Salvatore's PSBLAS library can be compiled
> > completely now (without errors). Salvatore, can you confirm that with
> > your most recent version?
> >
>
> Fares better than before, it stops much later in the build process, in
> the compilation of a routine having a CLASS dummy argument, and it gives
> somewhat nonsensical messages.
> Will send you the code that fails
> Salvatore
Was a bit hasty, I was testing a different version, With the current
code I get an ICE
gfortran -O3 -I.. -I. -I. -c psb_mat_mod.f03
psb_mat_mod.f03: In function âd_sparse_mat_cloneâ:
psb_mat_mod.f03:1564:0: internal compiler error: in fold_convert_loc, at
fold-const.c:2720
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [psb_mat_mod.o] Error 1
Salvatore