[LLVMbugs] [Bug 8120] New: 2.8 branch fails to compile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 9 01:43:16 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8120

           Summary: 2.8 branch fails to compile
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: bero at arklinux.org
                CC: llvmbugs at cs.uiuc.edu


Building llvm and clang from today's 2.8 branches fails:

ASTWriter.cpp:781:20: error: invalid suffix "rc" on integer constant

The problem is that ASTWriter.cpp assumes CLANG_VERSION_MINOR is an integer
while the build tools in 2.8 branch produce

#define CLANG_VERSION_MINOR 8rc

in include/clang/Basic/Version.inc

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list