This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran-dev] SELECT TYPE execution and allocatable scalar components


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]