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/11523] New: Intermodule Optimisation handles duplicate names wrong


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11523

           Summary: Intermodule Optimisation handles duplicate names wrong
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu

compiling the two tiny test programs I get:

$ /opt/gcc/3.4-devel/bin/gcc -c t1.c t2.c -o t1.o
/tmp/ccANTFAe.s: Assembler messages:
/tmp/ccANTFAe.s:20: Error: symbol `func1' is already defined
/tmp/ccANTFAe.s:34: Error: symbol `dummy' is already defined
/tmp/ccANTFAe.s:34: Warning: rest of line ignored; first ignored character is `,'


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