Kevin Kofler <kevin.kofler@xxxxxxxxx> 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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list