From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24006 invoked by alias); 18 Aug 2006 02:23:58 -0000 Received: (qmail 23963 invoked by uid 48); 18 Aug 2006 02:23:49 -0000 Date: Fri, 18 Aug 2006 02:23:00 -0000 Message-ID: <20060818022349.23962.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug objc/28049] [4.1/4.2 regression] ICE on single + or - In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-08/txt/msg01390.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-18 02:23 ------- Actually I am going to implement the fix better, we really should be even calling c_parser_objc_method_decl at the toplevel of parsing. I think it was implemented this way because the old bison based parser did that. Very much related to PR 23710. The only issue now is that the correct way of fixing this will almost certain require a copyright assignment ...... which is a problem. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |23710 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28049