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,gfortran] Clean up unnecessary header files


On Fri, 31 Dec 2004, Steve Kargl wrote:
> The attached patch removes unneeded header files.  In partricular,
> many of the gfortran source files would include standard headers
> without the configure HAVE_*_H protection.

As I pointed out to Steve in a private e-mail, this could technically
be considered a portability regression as none of the g77 source files
on the gcc-3_4-branch attempt to include system headers such as stdio.h
or string.h directly.

Roger
--


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