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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with r12-6563-gb8ffa71e4271ae:

commit b8ffa71e4271ae562c2d315b9b24c4979bbf8227
Author: Anthony Sharp <anthonyshar...@gmail.com>
Date:   Sat Dec 4 17:23:22 2021 +0000

    c++: warning for dependent template members [PR70417]


But is seems to me this is the case of a false positive
<https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-template-keyword>
talks about.  Wrapping "x.v < 0" in () suppresses the warning.

Reply via email to