[Bug c++/20584] inline function used but never defined

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 03:09 --- Move to unconfirmed. -- What|Removed |Added Status|RESOLVED|

[Bug c++/20584] inline function used but never defined

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 03:09 --- Ok, this is not what I thought it was but something different, closing as invalid to . -- What|Removed |Added ---

[Bug c++/20584] inline function used but never defined

2005-03-21 Thread nerijus at users dot sourceforge dot net
--- Additional Comments From nerijus at users dot sourceforge dot net 2005-03-22 03:04 --- With -v -save-temps: $ ./bk-deps g++ -c -o coredll_progdlgg.o -D__WXGTK__-DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D__WXDEBUG__ -Ilib/wx/include/gtk2-ansi-debug-2.5

[Bug c++/20584] inline function used but never defined

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 02:55 --- Could read http://gcc.gnu.org/bugs.html and provide the preprocessed source as my guess shows that this warning is correct. -- What|Removed |Added -

[Bug c++/20584] inline function used but never defined

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 02:48 --- (In reply to comment #1) > See how ~wxStaticTextBase is declared as inline but not defined anywhere, so > we get an error. I mean warning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20584

[Bug c++/20584] inline function used but never defined

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22 02:48 --- gcc (GCC) 4.0.0 20050314 (Red Hat 4.0.0-0.34) I don't think this is bogus, given the following code (since you did not give the preprocessed source I have to guess): struct wxStaticTextBase { wxStaticTe