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++/42256] New: [4.5 Regression] 483.xalancbmk fails to link


g++ -O2 -DSPEC_CPU_LP64        AIXPlatformUtils.o .... XalanExe.o -o Xalan
ICUResHandler.o: In function `non-virtual thunk to
xercesc_2_5::DefaultHandler::~DefaultHandler()':ICUResHandler.cpp:(.text+0x0):
multiple definition of `non-virtual thunk to
xercesc_2_5::DefaultHandler::~DefaultHandler()'
sax2Dummy.o:sax2Dummy.cpp:(.text+0x0): first defined here
ICUResHandler.o: In function `non-virtual thunk to
xercesc_2_5::DefaultHandler::~DefaultHandler()':ICUResHandler.cpp:(.text+0x10):
multiple definition of `non-virtual thunk to
xercesc_2_5::DefaultHandler::~DefaultHandler()'
sax2Dummy.o:sax2Dummy.cpp:(.text+0x10): first defined here
...


-- 
           Summary: [4.5 Regression] 483.xalancbmk fails to link
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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