From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15821 invoked by alias); 1 Nov 2005 00:34:00 -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 15810 invoked by uid 48); 1 Nov 2005 00:33:58 -0000 Date: Tue, 01 Nov 2005 00:34:00 -0000 Message-ID: <20051101003358.15809.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/24602] g++: Internal error: Illegal instruction (program cc1plus) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-11/txt/msg00005.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-01 00:33 ------- This is a true C++ front-end problem, in that the seg fault is due to a stack overflow in the C++ front-end. I think this is a regression but I have not tried to reduce it yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24602