[llvm-bugs] [Bug 27375] tuple's "TupleLike" constructors behave slightly differently than standard versions
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 8 08:42:28 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=27375
Louis Dionne <ldionne at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ldionne at apple.com
Resolution|--- |FIXED
--- Comment #1 from Louis Dionne <ldionne at apple.com> ---
This is fixed since Clang 9. I don't have the specific commit, but I reproduced
on godbolt:
Clang 8 (fails): https://godbolt.org/z/Eh67c6fPM
Clang 9 (works): https://godbolt.org/z/jo9s1bPxW
--
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/20210608/f1032c2a/attachment.html>
More information about the llvm-bugs
mailing list