[Bug c++/87300] -Wredundant-move gives false positives in C++11 mode
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 14 13:41:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87300
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It's a DR, so it applies to previous standards too. That's the rule GCC always
follows. We do not implement defective standards, we implement the fixes. A
pedantic conformance to a specification known to be defective is not useful.
More information about the Gcc-bugs
mailing list