From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8757 invoked by alias); 3 Apr 2004 19:50:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8730 invoked by uid 48); 3 Apr 2004 19:50:35 -0000 Date: Sat, 03 Apr 2004 19:50:00 -0000 Message-ID: <20040403195035.8729.qmail@sources.redhat.com> From: "1319 at bot dot ru" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040401013242.14804.dbaron@dbaron.org> References: <20040401013242.14804.dbaron@dbaron.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14804] initializing const data with reinterpret_cast-ed pointer-to-member function crashes X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00273.txt.bz2 List-Id: ------- 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