This is the mail archive of the gcc-bugs@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]

Re: f/ansify.c uses ANSI features


> John David Anglin wrote:
> > This problem was noted when I attempted to do a full build
> > under vax ultrix starting with the native compiler.  The file
> > f/ansify.c contains a number of ANSI features (function declaration

I believe that the problem was introduced by this patch:

2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>

        * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
	munging of source file name.
	($(srcdir)/f/intdoc.texi): Break up into several rules each of
	which builds just one thing.  Don't mess with $(LANGUAGES).
	(f/ansify.o, f/intdoc.o): Remove unnecessary rules.

Previously, f/intdoc.texi was only rebuilt if it was out of date with
respect to the following source files: f/intdoc.c, f/intdoc.in, f/ansify.c,
f/intrin.def and f/intrin.h.  However, the patch changed the dependencies
and now f/intdoc.texi always gets rebuilt in a clean build.  However, this
won't work if the initial compiler is non ANSI.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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