This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12401] G++ generates boguous weak definition of library routine
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2003 03:27:27 -0000
- Subject: [Bug c++/12401] G++ generates boguous weak definition of library routine
- References: <20030925121817.12401.uddeborg@carmen.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-25 03:27 -------
Simple testcase:
extern inline void Foo () {}
static void Baz () { Foo (); }
This is not a regression.
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-12-25 03:27:27
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12401