https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90420
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Yibiao Yang from comment #4) > (In reply to Martin Liška from comment #3) > > > > > > > Sorry. It should be Line #23 > > > > Which is fine in what I see. > > I was wondering this line should executed only once as it is not nested in a > loop. ;-) Yes, but the code will be very likely inlined and optimized out.