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] Re: [Bug bootstrap/14795] New: gengtype-yacc.y:275.2-278.9: type clash (`o' `s') on default action


--- Zack Weinberg <zack@codesourcery.com> wrote:
> Part of the problem here is that we are, for no apparent reason,
> ignoring errors from bison and flex.  This was introduced in revision
> 1.2222 of Makefile.in, which was one of Kelley Cook's patches to stop
> writing files into the source directory.  Kelley, why did you do
> that?

I'm guessing that the original reason was in case someone without
bison/flex touched the .y/.l files, they would still be able to
bootstrap.

That would seem to be a misguided notion as it could lead to the above
problem; sorry about the breakage.  As a precaution, I'll verify that
we can still bootstrap a generated tarball without bison/flex.


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