[LLVMbugs] [Bug 302] NEW: llvm-1.2 doesn't compile with bison 1.875
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 25 08:59:56 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=302
Summary: llvm-1.2 doesn't compile with bison 1.875
Product: libraries
Version: 1.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Bytecode Reader
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jack-llvm-cs-uiuc-edu at mudshark.org
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
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list