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


> 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


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