|
|
| Bugzilla Link |
9300 |
| Resolution |
FIXED |
| Resolved on |
Mar 04, 2011 14:43 |
| Version |
unspecified |
| OS |
FreeBSD |
| Attachments |
test case |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@DougGregor,@tkremenek |
Extended Description
pes delta$ clang++ -fsyntax-only typebmff.cpp
..warnings and errors...
Assertion failed: ((Result || isa(D) || D->isInvalidDecl() || cast(ParentDC)->isInvalidDecl()) && "Unable to find instantiation of declaration!"), function FindInstantiatedDecl, file SemaTemplateInstantiateDecl.cpp, line 3023.
Stack dump:
0. Program arguments: /usr/local/bin/clang -cc1 -triple x86_64-unknown-freebsd8.1 -fsyntax-only -disable-free -main-file-name typebmff.cpp -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 2.15 -momit-leaf-frame-pointer -resource-dir /usr/local/bin/../lib/clang/2.9 -ferror-limit 19 -fmessage-length 152 -fexceptions -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -x c++ typebmff.cpp
-
<eof> parser at end of file
-
typebmff.cpp:7:16: instantiating function definition 'Enum'
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal 1 (use -v to see invocation)