[LLVMbugs] [Bug 7875] New: MSVC Internal Compiler Error - Win64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 12 03:11:48 PDT 2010


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

           Summary: MSVC Internal Compiler Error - Win64
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: cullmann at absint.de
                CC: llvmbugs at cs.uiuc.edu


Hi,

I get (using VisualStudio 2008, on x64) the following error:

RegionStore.cpp
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Basic/Diagnostic.h(956)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Basic/Diagnostic.h(961)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/ASTContext.h(1468)
: warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/ASTContext.h(1468)
: warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/ASTContext.h(1502)
: warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/ASTContext.h(1502)
: warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/Expr.h(925)
: warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/Expr.h(2858)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/TemplateBase.h(466)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/AST/UnresolvedSet.h(157)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Analysis/CFG.h(124)
: warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Analysis/CFG.h(184)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Analysis/CFG.h(220)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
D:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\include\clang/Analysis/CFG.h(223)
: warning C4267: 'return' : conversion from 'size_t' to 'unsigned int',
possible loss of data
d:\makefactory\145711\llvm.default.win64.debug\llvm\tools\clang\lib\checker\regionstore.cpp(1533)
: fatal error C1001: An internal error has occurred in the compiler.
(compiler file
'f:\dd\vctools\compiler\utc\src\p2\main.c[0x0000000072E4F264:0x0000000000000048]',
line 182)
 To work around this problem, try simplifying or changing the program near the
locations listed above.

I know, it is not that verbose, but it is persistent ;)

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