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: fix Werror failures on alpha-linux


On Wed, Jan 22, 2003 at 12:48:03AM -0500, Kaveh R. Ghazi wrote:
> causes a bootstrap failure if your stage1 compiler is cc because
> -Wno-error is passed to the compiler without regard to whether or not
> gcc is being used.

Hmm.

> I'm not sure why you went down this road in the first place, the
> -Werror stuff is only used in stage2 or later and the fixincl stuff is
> built in stage1.  (Unless you set WERROR for a cross-compile?)

Oh, I see what I did: I got errors in stage2, restarted from
stage0, but with -Werror.  I guess this could be reverted...

> Perhaps the expansion is getting lost
> when going into the fixinc Makefile.

Exactly.  AFAICT, fixinc.sh-warn would be expanded.


r~


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