[Bug c++/64875] -Winline does not report C++ methods

2017-08-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64875 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/64875] -Winline does not report C++ methods

2015-01-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64875 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- I don't think this warning is very relevant to C++. In C++ 'inline' is more useful for telling the compiler that the function may be defined in mutiple translation units, and that

[Bug c++/64875] -Winline does not report C++ methods

2015-01-30 Thread daniel.gutson at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64875 --- Comment #2 from Daniel Gutson daniel.gutson at tallertechnologies dot com --- inline is as useful in c++ as in C regardless of ODR or any other reason but its original purpose: performance.I want to know when my hint is not honored which is