https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111882
avieira at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avieira at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |avieira at gcc dot gnu.org --- Comment #3 from avieira at gcc dot gnu.org --- Taking this, first time I see a SAVE_EXPR. It looks like it indicates side-effects, I'm gonna see if I can detect the presence of side-effects and reject lowering if so. Does that sound OK?