bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate.y


From: SANTOS, DANIEL (SBCSI)
Subject: Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate.y
Date: Thu, 27 May 2004 09:52:28 -0500

This appears to be a bug, at least the CVS folks think so. When executed
from the cvs./lib folder of the distribution:

$ bison -y ./getdate.y ; echo $?
conflicts: 10 shift/reduce
141

I'm running on an HP-UX 11i machine (B11.11 actually). This is what yacc
outputs on this machine, can't get a version out of it but it appears to
be the 10.30 release from the man page (even though this is 11i,
probably a left-over from the OS upgrade last year):

$ yacc ./getdate.y ; echo $?

conflicts: 10 shift/reduce
0

I'm not on the mailing list so please copy me on any responses.

Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]