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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Same ICE with:
struct S {};
S & operator += (S &, S &) { }

Jonathan, are you going to add testcases and post this patch?  It LGTM.

Reply via email to