[llvm-bugs] [Bug 22197] False warning: unsequenced modification and access to
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Dec 22 05:23:44 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=22197
Bruno Ricci <riccibrun at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Bruno Ricci <riccibrun at gmail.com> ---
Fixed by 8a571538dff6dbc1b7f4fed6aed8be7ec1a00a8d.
(note that for the record, the term "sequence point" is a term which applies to
C and pre-C++11 C++, modern C++ defines the sequencing relation as a partial
order)
--
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/20191222/0fccb398/attachment.html>
More information about the llvm-bugs
mailing list