[LLVMbugs] [Bug 12061] Assertion failed: ((!Initializer || isa<ImplicitValueInitExpr>(Initializer) || isa<CXXConstructExpr>(Initializer)) && "Initializer expression that cannot have been implicitly created.")

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 22 01:08:41 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=12061

Sebastian Redl <sebastian.redl at getdesigned.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Sebastian Redl <sebastian.redl at getdesigned.at> 2012-02-22 03:08:41 CST ---
Fixed in r151146. Now compiles Matt's and Nico's test cases cleanly, and
doesn't crash on Ted's (there's no way to compile that one cleanly). Also works
with a variant of Matt's case with two default arguments.

-- 
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