Skip to content

llvm-1.2 doesn't compile with bison 1.875 #674

@llvmbot

Description

@llvmbot
Bugzilla Link 302
Resolution WONTFIX
Resolved on Feb 22, 2010 12:55
Version 1.2
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

If I used bison 1.875 to try and compile llvm-1.2, it bails:

Compiling llvmAsmParser.cpp
llvmAsmParser.tab.c: In function int llvmAsmparse()': llvmAsmParser.tab.c:4073: error: parse error before goto'
make[2]: ***
[/usr/home/jack/proj/llvm/base/llvm/lib/AsmParser/Debug/llvmAsmParser.lo] Error 1
make[2]: Leaving directory /usr/home/jack/proj/llvm/base/llvm/lib/AsmParser' make[1]: *** [AsmParser/.makeall] Error 2 make[1]: Leaving directory /usr/home/jack/proj/llvm/base/llvm/lib'
make: *** [all] Error 1

Changing to bison 1.25 works fine.

--Jack

Metadata

Metadata

Assignees

Labels

wontfixIssue is real, but we can't or won't fix it. Not invalid

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions