Bug report

Martin Hansen mah@systematic.dk
Tue Aug 31 22:45:00 GMT 1999


> Hi there,
> 
> I have encountered a bug in egcs 1.1.2 running on HP 10.01. The problem
> arises when
> you use an stl map containing an stl string. The following (complete) C++
> sample code
> causes the compiler to die with an internal error:
> 
> #include <string>
> #include <map>
> 
> int main(void)
> {
>   map<string, int> x;
> }
> 
> Here is the command line:
> 
> %
> 
> % uname -a
> HP-UX hp10 B.10.01 A 9000/710 2000178706 two-user license
> 
> % /pack/egcs-1.1.2/bin/g++ -v
> Reading specs from
> /pack/egcs-1.1.2/lib/gcc-lib/hppa1.1-hp-hpux10.01/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
> 
> % /pack/egcs-1.1.2/bin/g++ test.cpp
> g++: Internal compiler error: program as got fatal signal 11
> 
> % 
> 
> Sincerely,
> 
> Martin Hansen
> System Engineer
> Systematic Software Engineering A/S
> mah@systematic.dk
> 



More information about the Gcc-bugs mailing list