https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93411

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
There's also already a bug about this (can't find it quickly enough).  IIRC my
concerns were

 1) it should be done during propagation to catch 2nd level opportunities
 2) for compile-time some pre-computation needs to happen on the CTORs (not
    sure if I remember that correctly)
 3) not sure if the patch allowed non-uniform CTORs but accesses to a
    uniform subrange

Reply via email to