[Bug optimization/11278] gcc sometimes doesnt remove unused static functions
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sat Jun 21 16:43:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11278
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |enhancement
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-21 16:43 -------
This is a know issue which is fixed on the mainline with unit-at-a-time which is enabled by defualt
at -O3 and can be enabled separately with -funit-at-a-time. It is not going to be fixed for 3.3.1
because unit-at-a-time adds time to compile time and it is a new feature.
More information about the Gcc-bugs
mailing list