Random crash with GCC 4.7.1

wbrana wbrana@gmail.com
Mon Jul 9 18:03:00 GMT 2012


On 7/9/12, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 9 July 2012 16:06, wbrana <wbrana@gmail.com> wrote:
>> sigc::internal::temp_slot_list::~temp_slot_list() (stl_list.h:358)
>
> Are you compiling some of your application with -std=c++11 or
> -std=c++0x and linking to other code compiled without those flags?
I'm compiling with -std=c++0x

>
> For GCC 4.7.0 and 4.7.1 there is an incompatibility between c++11 and
> c++98 code due to the size of std::list being different in C++11 mode.
>
Will this bug be fixed? Is there bug report?



More information about the Gcc-help mailing list