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 optimization/11278] New: gcc sometimes doesnt remove unused static functions


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

           Summary: gcc sometimes doesnt remove unused static functions
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: michaelni@gmx.at
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: i386-debian-linux
  GCC host triplet: i386-debian-linux
GCC target triplet: i386-debian-linux

affected versions: 
i tried gcc 3.2 3.3 and 2.95 all are affected, allthough the attached file only triggers the bug for 
3.3 and 3.2 
 
compiled with: 
gcc-3.3 -O3 -c -o test.o test.c 
 
tested with: 
nm test.o


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