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, Dec 31, 2004 at 10:55:23AM -0800, 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.  Most of these files
> are properly handled in "system.h", so we should let "system.h"
> do its job.  Additionally, gmp.h is included in gfortran.h and
> does not need to be specified in the individual trans*.c files.
> 
> bubblestrap and regression tested on i386-*-freebsd6.0
> 

Now, bootstrapped and regression tested on amd64-*-freebsd6.0


-- 
Steve


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