From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3962 invoked by alias); 15 Sep 2006 23:48:26 -0000 Received: (qmail 3925 invoked by uid 48); 15 Sep 2006 23:48:18 -0000 Date: Fri, 15 Sep 2006 23:48:00 -0000 Message-ID: <20060915234818.3924.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29087] [4.1/4.2 Regression] More than 35000 switch cases crash cc1plus In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven at gcc dot gnu dot org" 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 X-SW-Source: 2006-09/txt/msg01501.txt.bz2 List-Id: ------- Comment #6 from steven at gcc dot gnu dot org 2006-09-15 23:48 ------- Created an attachment (id=12281) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12281&action=view) Alternative patch (less obviously safe) This one should resolve the problem completely by not recursing with calls. Not sure if this is entirely safe. Will test. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29087