[LLVMbugs] [Bug 6516] New: Assertion failed: (I != FieldInfo.end() && "Unable to find field info")

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 5 12:22:20 PST 2010


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

           Summary: Assertion failed: (I != FieldInfo.end() && "Unable to
                    find field info")
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P5
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: hinokind at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Created an attachment (id=4397)
 --> (http://llvm.org/bugs/attachment.cgi?id=4397)
testcase

$ clang assert16-min.cc 
Assertion failed: (I != FieldInfo.end() && "Unable to find field info"),
function getLLVMFieldNo, file CodeGenTypes.cpp, line 471.
Stack dump:
0.    Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.0 -S -disable-free -main-file-name assert16-min.cc
-mrelocation-model static -mdisable-fp-elim -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -resource-dir /usr/local/lib/clang/1.1
-fmessage-length 157 -fexceptions -fgnu-runtime -fdiagnostics-show-option
-fcolor-diagnostics -o /tmp/cc-t8expo.s -x c++ assert16-min.cc 
1.    assert16-min.cc:20:38: current parser token ';'
2.    assert16-min.cc:6:12: LLVM IR generation of declaration 'kryHash<char *,
class foo *>::kryHash'
3.    assert16-min.cc:6:12: Generating code for declaration 'kryHash<char *,
class foo *>::kryHash'
clang: error: compiler command failed due to signal 6 (use -v to see
invocation)


$ clang --version
clang version 1.1 (trunk 97818)
Target: x86_64-unknown-freebsd8.0
Thread model: posix

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