This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, libgfortran] PR24224 Generalized internal array IO notimplemented.
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>,Paul Thomas <paulthomas2 at wanadoo dot fr>,Erik Edelmann <erik dot edelmann at iki dot fi>,Jerry DeLisle <jvdelisle at verizon dot net>,Fortran List <fortran at gcc dot gnu dot org>,gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 25 Oct 2005 19:22:58 +0200
- Subject: Re: [patch, libgfortran] PR24224 Generalized internal array IO notimplemented.
- References: <4353FC03.7000206@wanadoo.fr> <435E5F28.1050208@wanadoo.fr> <20051025164621.GA67304@troutmask.apl.washington.edu> <200510251906.10127.stevenb@suse.de>
Steven Bosscher wrote:
>>Unless I've missed a middle-end commit to 4.0, I think this commit
>>
>>2005-03-23 Steven Bosscher <stevenb@suse.de>
>>
>> * convert.c (convert): Replace fold (buildN (...)) with
>>fold_buildN.
>
>
> Not really. Just provide fold_buildN static inline functions in g95.h
^^^^^
You said a bad word :-)
> and things should work.
I think this is ugly. Instead one could identify the patch, apply it in
reverse, and then diff between mainline and 4.0.
- Tobi