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]

Re: PATCH: Remove generated YACC stuff


>>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:

    >> From: Mark Mitchell <mark@codesourcery.com>
    >> 
    >> >>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:
    >> 
    Kaveh> Er, doesn't that simply reintroduce the whole
    Kaveh> c-parse/objc-parse synchronization problem again?
    >>  Not if it's done by an automatic `cvs commit' script.

    Kaveh> Ah.  I didn't know that CVS could bison files automatically
    Kaveh> on the server.  That begs the question, why didn't we do
    Kaveh> this from the start rather than delete the generated files
    Kaveh> from the repo?

No -- thy are two separate issues.  If they're in the repo, then `cvs
co gcc' followed by `make' will randomly rebuild zero, one, or both of
the relevant files.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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