bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error that requests a "full bug report" with stl files


From: Tom Huggins
Subject: Error that requests a "full bug report" with stl files
Date: Wed, 22 Nov 2000 14:45:43 -0700

I am a new Unix user. I don't know what a full bug report is so I am sending
the output that directed me to this address. When attempting to compile a
program that uses the STL string class I received the following error. 

g++ -c  -O  -o MyStringEx.o MyStringEx.cpp
/usr/local/include/g++/stl_uninitialized.h: In function `class
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
>
*__uninitialized_copy_aux<basic_string<char,string_char_traits<char>,__defau
lt_alloc_template<false,0> > *,
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
> (class
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
> *, class
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
> *, class
basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
> *, struct __false_type)':/usr/local/include/g++/stl_uninitialized.h:57:
Internal compiler error./usr/local/include/g++/stl_uninitialized.h:57:
Please submit a full bug report to address@hidden'.

when I remove the -O option everything compiles and runs correctly. If you
need anything further feel free to contact me.

Tom Huggins
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]