https://bugs.kde.org/show_bug.cgi?id=432801

Eyal <eyals...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eyals...@gmail.com

--- Comment #5 from Eyal <eyals...@gmail.com> ---
I have been getting a report about "Conditional jump or move depends on
uninitialised value(s)" in the project pcb2gcode that only happens on clang and
not gcc, like this one.

My bug started when github continuous integration switched from clang version 9
to clang version 10.

On a hunch, I tried this code with both old and new clang.  It's the same here:
old clang does not report an error but new clang does.

gcc: no error
clang version 7: no error
clang version 10: error

Not sure if that's useful to you in debugging.  You might compare disassembly
of different versions of clang.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to