This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11278] gcc sometimes doesnt remove unused static functions
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2003 16:43:57 -0000
- Subject: [Bug optimization/11278] gcc sometimes doesnt remove unused static functions
- References: <20030621163737.11278.michaelni@gmx.at>
- 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=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.