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

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



------- 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 and 3.5.0 from 20040403.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14804

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: