From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10583 invoked by alias); 3 Sep 2005 01:18:43 -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 10574 invoked by uid 48); 3 Sep 2005 01:18:39 -0000 Date: Sat, 03 Sep 2005 01:18:00 -0000 Message-ID: <20050903011839.10572.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040729051618.16816.ratmice@yahoo.com> References: <20040729051618.16816.ratmice@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug objc++/16816] obj-c++ parser error with multi-colon selectors X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00322.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 01:18 ------- cp_parser_objc_selector_expression should do the same as cp_parser_asm_definition does: /* If we're allowing GNU extensions, check for the extended assembly syntax. Unfortunately, the `:' tokens need not be separated by a space in C, and so, for compatibility, we tolerate that here too. Doing that means that we have to treat the `::' operator as two `:' tokens. */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16816