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++/17324] New: Error: symbol `bRKNS0_IT_SD_EE' is already defined


This is on x86 Red Hat Linux 9.

When compiling my C++ program, some compilations give:

/tmp/ccExlHud.s: Assembler messages:
/tmp/ccExlHud.s:25502: Error: symbol `bRKNS0_IT_SD_EE' is already defined

This didn't happen with the cvs head compiler as of a week or so ago.

fleche. gcc --version
gcc (GCC) 3.5.0 20040904 (experimental)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


I'll attach my .ii file.
I compile with:

/home/tromey/gnu/Trunk/install/bin/g++ -g -Wall -Winvalid-pch -Wreturn-type
-D_GLIBCXX_DEBUG  -I.  -c -o scope.o scope.cc

I ordinarily have a .gch file, however I get the same error if I 
remove it.

-- 
           Summary: Error: symbol `bRKNS0_IT_SD_EE' is already defined
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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