[LLVMbugs] [Bug 13523] Failed assertion: `ModLen == 0 && ArgLen == 0 && "Invalid modifier for QualType argument"'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 3 15:09:48 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13523
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 #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-08-03 17:09:48 CDT ---
3.1 with assertions disabled produces this lovely message, showing which
diagnostic had the problem:
reduced-QualType.ii:72:12: note: copy assignment operator of 0 is implicitly
deleted
This is already fixed in trunk:
reduced-QualType.ii:72:12: note: copy assignment operator of 'EE<2>' is
implicitly deleted because field 'b' is of reference type 'const SV &' (aka
'const FieldVector<double, 2> &')
--
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