[llvm-bugs] [Bug 27604] Wrong optimization when goto jumps backwards over declaration

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 1 14:53:00 PDT 2020


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

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

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

--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Thanks, yes, it looks like we stopped adding lifetime markers for 'x' in C mode
in Clang 5 onwards. (We still add the lifetime markers for 'x' in C++ mode,
where it is correct to do so under the current language rules and DRs.)

-- 
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/20200701/565f3284/attachment.html>


More information about the llvm-bugs mailing list