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] Adjust fn spec for transfer_array


Hello Jerry,

> On 10/16/2010 09:25 AM, Thomas Koenig wrote:
> > Hello world,
> >
> > the attached one-letter patch fixes the fn spec for transfer_array,
> > because its array descriptor argument contains a pointer that can
> > (and will) be followed.  I am not aware of any test case that this
> > fixes, but it is a latent bug which may be exposed by some test case, or
> > maybe be more aggressive optimization later.
> >
> > 2010-10-16  Thomas Koenig<tkoenig@gcc.gnu.org>
> >
> > Regression-tested.  OK for trunk?
> >
> OK,
> 

Committed as rev. 165561.

Thanks for the review!

	Thomas




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