Mono buildfails on PPC

Tom Lane tgl at redhat.com
Sun Mar 22 03:44:24 UTC 2009


Kevin Kofler <kevin.kofler at chello.at> writes:
> Tom Lane wrote:
>> What that's telling you is this bison code is seriously broken
>> and probably doesn't accept anything like the language you think
>> it does.

> Uh, GCC's Bison grammars for C and C++ also had tons of conflicts. (They
> have been replaced with handwritten parsers since.)

Shift/reduce conflicts might be okay, if you know exactly why they're
there.  Reduce/reduce conflicts mean your code is broken.  Unreachable
productions mean your code is broken.

			regards, tom lane




More information about the fedora-devel-list mailing list