[llvm-bugs] [Bug 17407] executable behaves differently with -O0 and -O1 (and higher)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 2 15:24:18 PDT 2019


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #7 from Reid Kleckner <rnk at google.com> ---
The bug is in the user code. The checked_ and checksPassed_ fields are never
initialized. If I initialize them to false, the bug goes away in all modes.

-- 
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/20190702/d30a35ea/attachment-0001.html>


More information about the llvm-bugs mailing list