[LLVMbugs] [Bug 13440] Casting.h|194| llvm::cast_retty<To, From>::ret_type llvm::cast(const clang::QualType &): Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 31 09:35:22 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13440
Jordan Rose <jordan_rose at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jordan Rose <jordan_rose at apple.com> 2012-07-31 11:35:22 CDT ---
The typedef turned out to be unnecessary, but the array reference was critical;
we were failing to load from the reference field before trying to decay to a
pointer. Should be fixed in r161051.
--
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