On Mon, 27 Jan 2003, Ziemowit Laski wrote:
An objc maintainer needs to review
<http://gcc.gnu.org/ml/gcc-bugs/2003-01/msg00900.html>.
I'm not the maintainer, but the patch is wrong. One cannot replace
'protocolrefs' with 'non_empty_protocolrefs', as they are optional.
A reduce/reduce conflict is still a bug, even if the fix is more
complicated. Removing %expect is only a workaround.
A reduce/reduce conflict is certainly an annoyance, but it is not a bug
-- bison has a deterministic, POSIX-annointed method for dealing with
it, which the grammar writer knows and expects.