This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/82899] *this in constructors could not alias with reference input parameters of the same type


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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44112|0                           |1
        is obsolete|                            |

--- Comment #17 from Marc Glisse <glisse at gcc dot gnu.org> ---
Created attachment 44120
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44120&action=edit
Successful patch

Changing the type during gimplification seems to work, it passes the testsuite.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]