https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.org --- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > If we want to improve the generated code size, it would be better to find > a small testcase from SPEC2006 showing what is wrong. I understand it is a > hard work but otherwise we could only speculate what is going wrongly. I > don't think that reverting the combiner change would be a solution. Maybe not reverting, but at least making it conditional per architecture by means of a hook. We have hooks for many obscure issues so having one for this rather visible issue (at least on some architectures) is in order IMO.