[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-11-06 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2005-11-07 06:17 --- Subject: Bug 17256 Author: jason Date: Mon Nov 7 06:17:47 2005 New Revision: 106581 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106581 Log: PR c++/17256 * decl2.c (cp_finish_file): Fix con

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-11-03 Thread janis at gcc dot gnu dot org
--- Comment #13 from janis at gcc dot gnu dot org 2005-11-03 22:12 --- A regression hunt showed that "warning: inline function `void f1()' used but never defined" disappeared with this patch to make the C++ front end always work in unit-at-a-time mode: r85309 | mmitchel | 2004-07-29 17:

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2005-10-30 22:51 --- Leaving as P2; we should try to fix this, but it's not a showstopper. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-10-28 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-10-10 Thread phython at gcc dot gnu dot org
--- Comment #11 from phython at gcc dot gnu dot org 2005-10-11 06:42 --- Created an attachment (id=9963) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9963&action=view) testcase This patch also changes the error in: static void f(); void g() { f(); } into a warning. -- http:

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-10-10 Thread phython at gcc dot gnu dot org
--- Comment #10 from phython at gcc dot gnu dot org 2005-10-11 06:41 --- Created an attachment (id=9962) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9962&action=view) treat nonmember static functions like inline functions -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-09-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-07 19:11 --- Hmm, this works correctly with the C front-end. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 21:12 --- Moving to 4.0.2 pre Mark. -- What|Removed |Added Target Milestone|3.4.5

[Bug c++/17256] [3.4/4.0/4.1 Regression] undefined but used static or inline functions should be diagnosed

2005-06-13 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-06-13 13:52 --- Shouldn't TREE_STATIC be checked on the FUNCTION_DECL to see if it has been defined? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17256