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: Janus Weil <janus at gcc dot gnu dot org>
- To: 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>, salvatore dot filippone at uniroma2 dot it
- Date: Tue, 22 Sep 2009 13:45:58 +0200
- Subject: Re: [Patch, fortran-dev] SELECT TYPE execution and allocatable scalar components
- References: <854832d40909220208j7fc9fa55wa338980295751954@mail.gmail.com>
> here is my next installment for the fortran-dev branch, featuring the
> following enhancements
Committed as r151975.
> 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?
Salvatore, your new ICE is caused by statements like
ALLOCATE(x, SOURCE=y)
where x and y are CLASS. I will take care of it soon. Thanks for testing.
Cheers,
Janus