This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12574] [3.4 Regression] [unit-at-a-time] not emitting function referenced from a weak symbol
- 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: 11 Oct 2003 17:56:12 -0000
- Subject: [Bug c++/12574] [3.4 Regression] [unit-at-a-time] not emitting function referenced from a weak symbol
- References: <20031011021845.12574.snyder@fnal.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12574
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-11 17:56 -------
Might be fixed by (not commited yet):
Sat Oct 11 15:39:11 CEST 2003 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (decide_is_function_needed): Fix test dealing
with functions implicitly made inline.
* decl.c (start_cleanup_fn): Set DECL_DECLARED_INLINE_P to deffer
the expansion.