http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57839
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- (In reply to Tobias Burnus from comment #1) > I think that's effectively a duplicate of PR57456. Scratch that. I misread the example. The example seems to work with GCC 4.7, but I get valgrind warnings for all list = [list, item] assignments: "Conditional jump or move depends on uninitialised value". I haven't tried 4.8/4.9, yet.