[LLVMbugs] [Bug 21109] New: "Unable to find instantiation of declaration!", UNREACHABLE executed at SemaTemplateInstantiateDecl.cpp:4616
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 30 21:47:29 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21109
Bug ID: 21109
Summary: "Unable to find instantiation of declaration!",
UNREACHABLE executed at
SemaTemplateInstantiateDecl.cpp:4616
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: eniebler at boost.org
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 13104
--> http://llvm.org/bugs/attachment.cgi?id=13104&action=edit
auto-generated repro
Stack dump:
0. Program arguments: /usr/local/clang-trunk/bin/clang -cc1 -triple
i386-pc-windows-cygnus -emit-obj -disable-free -main-file-name search.cpp
-mrelocation-model static -mdisable-fp-elim -menable-no-infs -menable-no-nans
-menable-unsafe-fp-math -ffp-contract=fast -ffast-math -masm-verbose
-mconstructor-aliases -target-cpu core-avx-i -target-linker-version
2.24.51.20140703 -dwarf-column-info -coverage-file
/cygdrive/c/Users/eric/Code/range-build-clang/test/algorithm/CMakeFiles/alg.search.dir/search.cpp.o
-resource-dir /usr/local/clang-trunk/bin/../lib/clang/3.6.0 -D NDEBUG -I
/cygdrive/c/Users/eric/Code/range-v3/include -Ofast -Wall -Wno-unused-function
-std=c++11 -fdeprecated-macro -fdebug-compilation-dir
/cygdrive/c/Users/eric/Code/range-build-clang/test/algorithm -ferror-limit 19
-fmessage-length 120 -mstackrealign -fno-use-cxa-atexit -fobjc-runtime=gcc
-fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops
-vectorize-slp -o CMakeFiles/alg.search.dir/search.cpp.o -x c++
/cygdrive/c/Users/eric/Code/range-v3/test/algorithm/search.cpp
1. <eof> parser at end of file
2.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/range_algorithm.hpp:44:18:
instantiating function definition 'operator()'
3.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/algorithm/search.hpp:185:16:
instantiating function definition 'operator()'
4.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/algorithm/search.hpp:88:23:
instantiating function definition 'sized_impl'
5.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/iterator.hpp:144:15:
instantiating function definition 'operator()'
6.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/iterator.hpp:63:18:
instantiating function definition 'operator()'
7.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/iterator.hpp:52:25:
instantiating function definition 'impl'
8.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/iterator.hpp:31:18:
instantiating function definition 'operator()'
9.
/cygdrive/c/Users/eric/Code/range-v3/include/range/v3/utility/counted_iterator.hpp:69:33:
instantiating function definition 'advance'
clang: error: unable to execute command: Aborted
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.6.0 (trunk 218741)
Target: i386-pc-windows-cygnus
Thread model: posix
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141001/7efff585/attachment.html>
More information about the llvm-bugs
mailing list