[Bug c++/88554] [9 Regression] Segfault ICE when falling off the end of a reference-returning friend operator

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 20 12:20:00 GMT 2018


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.


More information about the Gcc-bugs mailing list