https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86680
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2018-07-26 CC| |marxin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Florian La Roche from comment #0) > Created attachment 44444 [details] > testcase > > I can see this on x86_64 and aarch64. The first function is compiled with > much > bigger code. Seems the alignment to 8 bytes and thus this multiple of 8 > is forgotten in some optimization step. Can you please explain what precisely is wrong by 'is compiled with much bigger code'?