https://bugs.kde.org/show_bug.cgi?id=495112
Florian Krohm <flo2...@eich-krohm.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED --- Comment #3 from Florian Krohm <flo2...@eich-krohm.de> --- I stand corrected. As was explained to me: there is no miscompile here. Just an invalid warning which is what the GCC PR refers to. There are no references to that 'vexsstuff' variable in the reproducer because those assignments are dead. They assign to a variable whose value is never used. Hence GCC throws them out. Nice! Now, as much as I like a clean build -- I dislike it even more to clutter the code with pragmas and ifdeffery to suppress the warning. So I'm content leaving things as they are. Sorry for the noise. -- You are receiving this mail because: You are watching all bug changes.