https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111558
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >But may this code generation be reproduced in real code (without asm inlining)? It could in theory but I highly doubt it since most of the time the code blocks are not written in such a way they would happen this way where they are independent and such. Maybe initialization code might be done this way but that code is usually only executed once so the speed will not have a huge impact ...