This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Compiler error on alphaev56-dec-osf4.0b
- To: egcs-bugs at cygnus dot com
- Subject: Compiler error on alphaev56-dec-osf4.0b
- From: Dan Suson <d-suson at tamuk dot edu>
- Date: Tue, 30 Jun 1998 16:26:46 -0400
I am trying to get some c++ code to compile on an alpha under
egcs-1.0.3a. The first subdirectory of code builds and creates a
library okay, but when it hits the first file in the second subdirectory
I get the following error:
mips-tfile, /tmp/ccaamwAa.s:336 String too big (4248 bytes)
line: #.stabs "__insert::1497=##1498=xs__rb_tree_iterator<pair<const
unsigned int,REQ_bit *>,pair<const unsigned int,REQ_bit *> &,pair<const
unsigned int,REQ
.
.
.
I have been able to get the same code to compile under egcs on a Pentium
running linux, so I don't think it is the source code. How can I fix
this?