[LLVMbugs] [Bug 16607] clang-3.2: /home/gantonopoulos/LLVM_with_polly/llvm/tools/clang/include/clang/AST/Type.h:2950: bool clang::FunctionProtoType::isNothrow(clang::ASTContext&) const: Assertion `EST != EST_Unevaluated && EST != EST_Uninstantiated' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 12 13:41:17 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16607
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This works fine on trunk. Output:
In file included from surfaceFilmModel-JNlRi1.cpp:1:
surfaceFilmModel/surfaceFilmModel.C:36:4: warning: first declaration of static
data member specialization of 'names' outside namespace 'Foam' is a C++11
extension [-Wc++11-extensions]
>::names[] =
^
/home/gantonopoulos/OpenFOAM/OpenFOAM-2.0.0/src/OpenFOAM/lnInclude/NamedEnum.H:74:28:
note: explicitly specialized declaration is here
static const char* names[nEnum];
^
In file included from surfaceFilmModel-JNlRi1.cpp:1:
surfaceFilmModel/surfaceFilmModel.C:87:8: warning: binding reference member
'g_' to a temporary value [-Wdangling-field]
g_(vector::zero),
^~~~~~~~~~~~
surfaceFilmModel/surfaceFilmModel.H:98:34: note: reference member declared here
const dimensionedVector& g_;
^
--
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/20130712/3b3ec1b5/attachment.html>
More information about the llvm-bugs
mailing list