From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13799 invoked by alias); 15 Sep 2006 15:23:54 -0000 Received: (qmail 13753 invoked by uid 48); 15 Sep 2006 15:23:42 -0000 Date: Fri, 15 Sep 2006 15:23:00 -0000 Message-ID: <20060915152342.13752.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/msg01471.txt.bz2 List-Id: ------- Comment #2 from steven at gcc dot gnu dot org 2006-09-15 15:23 ------- Re. comment #1 Yes, it is a _Recursive_ descent parser after all... Probably the only solution is to parse the label and not descend. This is what the C front end does, see c_parser_statement. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29087