[Bug c++/14804] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-03 Thread 1319 at bot dot ru
--- Additional Comments From 1319 at bot dot ru 2004-04-03 19:50 --- No, it is not. Testcase still segfaults if compiled with -funit-at-a-time. $ g++ -O3 -fno-unit-at-a-time 14804.cc $ ./a.out $ g++ -funit-at-a-time 14804.cc $ ./a.out Segmentation fault $ This is true for both 3.4.0

[Bug c++/14804] initializing const data with reinterpret_cast-ed pointer-to-member function crashes

2004-04-01 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-04-01 21:48 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED