This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [gfortran,patch] bootstrap broken


Hans-Peter Nilsson <hp@bitrange.com> writes:

> On Fri, 17 Sep 2004, Paul Brook wrote:
>> Better would be to just replace the empty array "[]" with "[1]".
>
> For the record, you could also just have changed the [] to [0],
> and not do the other changes.  That would on the other hand use
> a GCC extension, but a front-end is allowed to use gcc
> extensions.

Allowed, yes, but strongly discouraged.  Paul's suggestion is the
right thing.

zw


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