[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2018-11-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 --- Comment #7 from Jonathan Wakely --- (In reply to Eric Gallager from comment #6) > Well, I guess it's probably too late to go back on it now, but I thought > warnings enabled by default weren't supposed to have any false positives, > and this

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2018-11-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 --- Comment #6 from Eric Gallager --- (In reply to Martin Liška from comment #5) > (In reply to Eric Gallager from comment #4) > > (In reply to Eric Gallager from comment #3) > > > Might want to revisit this now that -Wreturn-type is on by

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2018-11-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 --- Comment #5 from Martin Liška --- (In reply to Eric Gallager from comment #4) > (In reply to Eric Gallager from comment #3) > > Might want to revisit this now that -Wreturn-type is on by default > > The other Martin did that; cc-ing him

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2018-11-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 Eric Gallager changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2018-05-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 --- Comment #3 from Eric Gallager --- Might want to revisit this now that -Wreturn-type is on by default

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2017-08-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 Eric Gallager changed: What|Removed |Added Keywords||diagnostic

[Bug c++/79996] spurious -Wreturn-type on a function that calls a noreturn function

2017-03-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79996 Martin Sebor changed: What|Removed |Added Keywords||accepts-invalid See Also|