[LLVMbugs] [Bug 12257] New: "Assertion failed: (!Res.isInvalid() && "Result changed since try phase.")" with C++11 initializer lists
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 12 14:11:51 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12257
Bug #: 12257
Summary: "Assertion failed: (!Res.isInvalid() && "Result
changed since try phase.")" with C++11 initializer
lists
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu,
sebastian.redl at getdesigned.at
Classification: Unclassified
Created attachment 8199
--> http://llvm.org/bugs/attachment.cgi?id=8199
Testcase
Assertion failed: (!Res.isInvalid() && "Result changed since try phase."),
function Perform, file /Volumes/storage/llvm/tools/clang/lib/Sema/SemaInit.cpp,
line 5340.
[...]
Program arguments: /Volumes/storage/llvmbin/Release+Asserts/bin/clang -cc1
-triple x86_64-apple-macosx10.8.0 -fsyntax-only -disable-free -main-file-name
a-vb6LoM.ii -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables
-target-cpu core2 -resource-dir
/Volumes/storage/llvmbin/Release+Asserts/bin/../lib/clang/3.1 -std=c++11
-fdeprecated-macro -fdebug-compilation-dir /tmp -ferror-limit 19
-fmessage-length 170 -stack-protector 1 -mstackrealign -fblocks
-fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-dispatch-method=mixed
-fobjc-default-synthesize-properties -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -fcolor-diagnostics -x c++-cpp-output
/var/folders/yj/drv30kw5695chj84wzzyr41m0000gn/T/a-vb6LoM.ii
This testcase is a variant of bug 12241.
--
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