This is the mail archive of the gcc-bugs@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]

objc-parse.y and bison 1.875


objc-parse.y doesn't build anymore with bison 1.875. Bison now expects 0 reduce/reduce conflicts and objc-parse.y has 1 such conflict, causing a hard error from bison. In the past, this was non-fatal in bison.

We need to either mandate an old bison, or fix the reduce/reduce or get bison to allow us to expect 1 reduce/reduce conflict or...


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