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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Marek Polacek <mpola...@gcc.gnu.org>:

https://gcc.gnu.org/g:177e93e95272e9b373203dee5b28d2b284ffa05e

commit r13-2099-g177e93e95272e9b373203dee5b28d2b284ffa05e
Author: Marek Polacek <pola...@redhat.com>
Date:   Wed Aug 17 15:43:45 2022 -0400

    c++: Add new std::move test [PR67906]

    As discussed in 67906, let's make sure we don't warn about a std::move
    when initializing when there's a T(const T&&) ctor.

            PR c++/67906

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/Wredundant-move11.C: New test.

Reply via email to