This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12281] [3.4 Regression]not emiting function which is static and marked as inline


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]