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] PR fortran/14129: Don't xrealloc a local array


Roger Sayle wrote:

Ok for mainline and 3.4?


2004-02-14 Roger Sayle <roger@eyesopen.com>


	PR fortran/14129
	* lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack
	allocated array.

I also looked into this briefly. The proposed solution by the bug submitter of using PATH_MAX seems brittle to me too.


As far as I am concerned you can apply the patch - it isn't a regression, but we better fix as many bugs in g77 for 3.4 as possible, as it's presumably the last release containing this front end.

Thanks !

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)


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