From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32180 invoked by alias); 6 May 2004 21:28:32 -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 32173 invoked by uid 48); 6 May 2004 21:28:31 -0000 Date: Thu, 06 May 2004 21:28:00 -0000 Message-ID: <20040506212831.32172.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040506183602.15329.rjpeters@klab.caltech.edu> References: <20040506183602.15329.rjpeters@klab.caltech.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15329] [3.4/3.5 Regression] ICE on constructor of member template X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg00644.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-05-06 21:28 ------- This is marginally smaller: --------------- struct S {}; template struct X { S s; void foo (void (S::*p)()) { (s.*p)(); } }; --------------- g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc x.cc: In member function `void X< >::foo(void (S::*) ())': x.cc:6: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15329