[llvm-bugs] [Bug 32099] Arrays of abstract types are incorrectly accepted for class templates.

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Mar 2 23:02:18 PST 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
                 CC|                            |richard-llvm at metafoo.co.uk
             Status|NEW                         |RESOLVED

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is core issue 1640. Rejecting this would mean that we must attempt to
complete the type T in 'T[N]', which is a major breaking change. All of Clang,
GCC, EDG (even in strict mode), MSVC behave the same way here; the bug is in
the standard.

-- 
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/20170303/b00f6392/attachment.html>


More information about the llvm-bugs mailing list