[Bug c++/91388] -Wreturn-type "no return statement" warning in function that is already ill-formed
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 8 05:49:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91388
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2019-11-08
Ever confirmed|0 |1
--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #2)
> That's for C and this is very specifically about C++ (as I'm attempting to
> suppress duplicate errors after manually diagnosing ill-formed
> instantiations of a template, via type traits and if-constexpr ... none of
> which exist in C :-)
>
> Definitely appropriate for the "See Also" field though, thanks.
OK, confirming this as a separate bug then
More information about the Gcc-bugs
mailing list