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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to