[Bug c++/32089] Winline reports bogus warning

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 25 22:30:00 GMT 2007



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-05-25 22:30 -------
First the deconstructor was either defaulted to inline or marked as such.
Second what are the full options do you use?

If the call is unlikely (which it says in your case), then there is no reason
to inline it.  I bet this comes from exceptions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32089



More information about the Gcc-bugs mailing list