[llvm-bugs] [Bug 35028] Clang does not use the strictest alignas in templates

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 3 17:02:38 PST 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Assignee|erich.keane at intel.com       |unassignedclangbugs at nondot.
                   |                            |org
         Resolution|---                         |FIXED
                 CC|                            |richard-llvm at metafoo.co.uk

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
During attribute instantiation, we were throwing away all but one of the
alignas attributes because we incorrectly thought we shouldn't retain
"duplicates".

Fixed in r321777.

-- 
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/20180104/db78adf3/attachment.html>


More information about the llvm-bugs mailing list