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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu.org
          Component|other                       |middle-end

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I guess your implementation somehow gets picked up by the inliner but
eventually
code generation will open-code non-inlined "calls" with the internally
available implementation.

I _think_ that inlining your implementation is the bug.  Joseph?

Reply via email to