[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-30 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 --- Comment #5 from Jonny Grant --- Thank you Martin, I raised Bug #81618

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #4

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 --- Comment #3 from Jonny Grant --- Ok. Had expected unused declarations to be a warning

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 --- Comment #2 from Andrew Pinski --- (In reply to Martin Liška from comment #1) > These are declarations of nested functions, you're not using them. Actually they are not nested functions but rather considered part of the namespace that the fu

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|