This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12281] [3.4 Regression]not emiting function which is static and marked as inline
- 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: 21 Sep 2003 06:09:28 -0000
- Subject: [Bug c/12281] [3.4 Regression]not emiting function which is static and marked as inline
- References: <20030914230839.12281.pinskia@gcc.gnu.org>
- 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=12281
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-09-21 06:09:27
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-21 06:09 -------
I do not know if this is the fix but changing the condition on line 242 in cgraphunit.c to be
done always instead of doing it only when unit-at-a-time. I still do not know f is not
marked somewhere else.
I think this is caused by this patch:
2003-09-09 Jan Hubicka
* cgraphunit.c ....
(record_call_1): Record function references only in non-unit-at-a-time
mode.