[llvm-bugs] [Bug 22924] support braced-init-list of exact size + array new with no default ctor as an extension

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 5 15:44:18 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=22924

Richard Smith <richard-llvm at metafoo.co.uk> changed:

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

--- Comment #10 from Richard Smith <richard-llvm at metafoo.co.uk> ---
As of r283406, we now choose to treat this as a defect in the standard, and no
longer require default-constructibility for the array element type in a
fixed-size array new if all elements have an explicit initializer.


(In reply to comment #9)
> Attached is patch to solve this issue.

Thank you, but please send patches to cfe-commits in future. Patches attached
to bugzilla are likely not to be seen by anyone in a timely fashion.

-- 
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/20161005/3adb9e99/attachment.html>


More information about the llvm-bugs mailing list