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] PR31219 - ICE on array of character function results


Paul Richard Thomas wrote:
> Attached is a new version that runs #1 as well. This latter is
> incorporated in the testscase.
>
> Bootstrapped and regtested on x86_ia64/FC5 - OK for trunk?
Thanks. The patch looks ok, fixes the testcases and regtests (on
x86-86/oS Factory).

(We still need to reject
   subroutine gee(a)
     character(len(a)),dimension(1) :: a
as this is invalid and produces wrong code. I filled this as PR32095 in
order to not to forget it.)

Tobias


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