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++/15661] New: Internal compiler error then building libstdc++ for the o32 ABI


I get the folling error message while building libstdc++ for the o32 ABI:

libstdc++-v3/src/allocator.cc: At global scope:
libstdc++-v3/src/allocator.cc: 49: internal compiler error: in
default_no_named_section, at varasm.c:4650

I passed --with-gnu-as and --with-gnu-ld to make sure the newly installed
binutils was used. I also edited gcc/config/mips/t-iris6 to avoid building for
the n64 ABI. Then I ran gmake bootstrap-lean.

The error message was (of course) issued by the newly built gcc. Compiling
everything up to this for o32 ABI works just fine, compiling the same file for
the n32 ABI does too.

-- 
           Summary: Internal compiler error then building libstdc++ for the
                    o32 ABI
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: magnus dot bergman at observer dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


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