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]
Other format: [Raw text]

roll of objc-improvements-branch likely causing---


Hello Ziemowit,

[...in bootstrap log...]
if bison  -o op$$.c objc-parse.y ; then \
[...]
objc-parse.y:2391.14-2394.11: type clash (`ttype' `') on default action

with bison (GNU Bison) 1.75 on i386-unknown-freebsd4.8 (no other
configuration tested).  If I understand the error message, then these
lines are of interest:

[2391:]  objc_try_stmt:
          AT_TRY
                { objc_build_try_prologue (); }
          compstmt
        ;

Memory says that bison has tightened error checking but I have not
consulted the history to understand why this is now/was flagged...

Thank you for fixing this mainline bootstrap failure ASAP.

Regards,
Loren


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