[Bug c++/55893] C++11: runtime segfault with static const object with virtual destructor

2013-01-06 Thread f.heckenb...@fh-soft.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893 --- Comment #1 from Frank Heckenbach f.heckenb...@fh-soft.de 2013-01-07 07:21:01 UTC --- Submitted to early. Here's the description: The attached test case segfault at runtime: % g++-4.7 -std=c++11 bug.cpp ./a.out Segmentation fault

[Bug c++/55893] C++11: runtime segfault with static const object with virtual destructor

2013-01-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|