You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if you change the name of the type "cat" to "lynx" (the feline, not the browser!) then the assertion will not fail. (See the included ouch2.cpp)
The text was updated successfully, but these errors were encountered:
Extended Description
Compile the attached ouch.cc with "clang++ --std=c++1y ouch.cc" (with "clang version 3.4 (trunk 191640)") and the following assertion fails:
clang: /users/j3parker/src/llvm/tools/clang/lib/CodeGen/CGExpr.cpp:1984: clang::CodeGen::LValue clang::CodeGen::CodeGenFunction::EmitPredefinedLValue(const clang::PredefinedExpr *): Assertion `cast<ConstantArrayType (E->getType())->getSize() - 1 == FunctionName.size() && "Computed func length differs from type!"' failed.
However, if you change the name of the type "cat" to "lynx" (the feline, not the browser!) then the assertion will not fail. (See the included ouch2.cpp)
The text was updated successfully, but these errors were encountered: