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, libfortran] PR 17283 unpack issues


Thomas Koenig wrote:
> This fixes the temporary allocation issues with unpack.
> 
> Regression-tested on mainline and 4.0.  OK to commit?

This is ok.  I believe patches like this qualify as obvious, given that
several similar patches have already gone in.  One thing, though ...

> ***************
> *** 1,5 ****
> ! /* Generic implementation of the RESHAPE intrinsic
> !    Copyright 2002 Free Software Foundation, Inc.
>      Contributed by Paul Brook <paul@nowt.org>
>   
>   This file is part of the GNU Fortran 95 runtime library (libgfortran).
> --- 1,5 ----
> ! /* Generic implementation of the UNPACK intrinsic
> !    Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
>      Contributed by Paul Brook <paul@nowt.org>
>   
>   This file is part of the GNU Fortran 95 runtime library (libgfortran).

... I think the policy is to only list those years in which the file was
actually changed.

- Tobi


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