https://bugs.kde.org/show_bug.cgi?id=492210
--- Comment #2 from Alexander Monakov <amona...@gmail.com> --- (In reply to Paul Floyd from comment #1) > I can reproduce similar errors on amd64. > > I'm not too sure what the side effects of the inline asm is. It just pretends to modify the variable 'r' to make GCC emit 'test edx, edx' before the branch. Since you've reproduced the issue, and it's the difference between two variants of machine code what matters, feel free to forget the C testcase. > The 4 bytes of r should be U1U1 (where U is uninitialized). UUU1 actually, s[1] in f is UU, s[0] is U1. -- You are receiving this mail because: You are watching all bug changes.