[LLVMbugs] [Bug 13479] New: Assertion failed: (EST != EST_Unevaluated && EST != EST_Uninstantiated), function isNothrow, file /usr/home/rdivacky/llvm/tools/clang/lib/CodeGen/../../include/clang/AST/Type.h, line 2916.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 30 01:55:49 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13479
Bug #: 13479
Summary: Assertion failed: (EST != EST_Unevaluated && EST !=
EST_Uninstantiated), function isNothrow, file
/usr/home/rdivacky/llvm/tools/clang/lib/CodeGen/../../
include/clang/AST/Type.h, line 2916.
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++11
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: rdivacky at freebsd.org
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang++ -std=c++11 -c -fPIC -fvisibility-inlines-hidden -fno-rtti -O3
-fno-exceptions PostRASchedulerList.cpp
....
Assertion failed: (EST != EST_Unevaluated && EST != EST_Uninstantiated),
function isNothrow, file
/usr/home/rdivacky/llvm/tools/clang/lib/CodeGen/../../include/clang/AST/Type.h,
line 2916.
Stack dump:
0. Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.2 -emit-obj -disable-free -main-file-name
PostRASchedulerList.cpp -pic-level 2 -mdisable-fp-elim -masm-verbose
-mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version
2.15 -momit-leaf-frame-pointer -coverage-file PostRASchedulerList.o
-resource-dir /usr/local/bin/../lib/clang/3.2 -fmodule-cache-path
/var/tmp/clang-module-cache -O3 -std=c++11 -fdeprecated-macro
-fdebug-compilation-dir /tmp/delta-2006.08.03 -ferror-limit 19 -fmessage-length
115 -fvisibility-inlines-hidden -mstackrealign -fno-rtti -fobjc-runtime=gnustep
-fdiagnostics-show-option -fcolor-diagnostics -o PostRASchedulerList.o -x c++
PostRASchedulerList.cpp
1. <eof> parser at end of file
2. Per-file LLVM IR generation
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.2 (trunk 160955)
Target: x86_64-unknown-freebsd8.2
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