[Bug c++/105377] Likely a misleading clang warning -Wc++20-attribute-extensions

egallager at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 25 14:00:20 GMT 2022


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

Eric Gallager <egallager at gcc dot gnu.org> changed:

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

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
it's probably due to the combination of -pedantic and -std=c++17; what happens
if you use -std=gnu++17 instead for the standard?


More information about the Gcc-bugs mailing list