[LLVMbugs] [Bug 1929] New: APInt.h:216: error: expected ‘ , ’ or ‘ ... ’ before numeric constant

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jan 19 05:41:51 PST 2008


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

           Summary: APInt.h:216: error: expected ‘,’ or ‘...’ before
                    numeric constant
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Build fails for svn r46191.

make[2]: Entering directory `/home/edwin/llvm-svn/llvm/utils/TableGen'
llvm[2]: Compiling FileParser.cpp for Release build
In file included from /home/edwin/llvm-svn/llvm/include/llvm/ADT/APFloat.h:105,
                 from
/home/edwin/llvm-svn/llvm/include/llvm/ADT/StringExtras.h:19,
                 from /home/edwin/llvm-svn/llvm/utils/TableGen/FileParser.y:17:
/home/edwin/llvm-svn/llvm/include/llvm/ADT/APInt.h:216: error: expected ‘,’
or ‘...’ before numeric constant
make[2]: *** [/home/edwin/llvm-svn/llvm/utils/TableGen/Release/FileParser.o]
Error 1
make[2]: Leaving directory `/home/edwin/llvm-svn/llvm/utils/TableGen'
make[1]: *** [TableGen/.makeall] Error 2
make[1]: Leaving directory `/home/edwin/llvm-svn/llvm/utils'
make: *** [all] Error 1

That line contains: 
  /// Profile - Used to insert APInt objects, or objects that contain APInt 
  ///  objects, into FoldingSets.
  void Profile(FoldingSetNodeID& ID) const;


-- 
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