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] PR 44207: ICE with ALLOCATABLE components and SOURCE


Daniel,

> resolve.c has conformable_arrays and compare_shapes that both seem to do about
> the same. Could they be merged?

well, I don't know. I had seen your comment in the PR earlier, but
firstly I'm not sure if they really do exactly the same (and if they
are supposed to), and secondly the error messages in
conformable_arrays are specifically targeted at the SOURCE
expressions. So I guess it would at least take some effort to merge
them, if it makes sense at all.

For a start, I wanted to get conformable_arrays fixed. One could still
think about merging them afterwards.

Cheers,
Janus


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