[Bug c++/107065] GCC treats rvalue as an lvalue

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 30 08:03:03 GMT 2022


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

--- Comment #11 from Marc Glisse <glisse at gcc dot gnu.org> ---
Did you try adding "non_lvalue" in match.pd? It looks less intrusive. Although
in the long term your approach seems better and the failures should be fixable.


More information about the Gcc-bugs mailing list