[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-08 13:15 --- Subject: Bug 16816 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-08 13:14:41 Modified files: gcc/cp : ChangeLog parser.c gcc/tests

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-08 13:14 --- Fixed for 4.1.0. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 13:03 --- Patch posted: . -- What|Removed |Added --

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 01:31 --- Sorry Zem to take this way from you but I have a fix. Basicially we have to treat CPP_SCOPE as two seperate tokens. -- What|Removed |Added

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-02 Thread pinskia at gcc dot gnu dot org
--- 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 nee

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-07-01 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 02:14 --- This still fails on the mainline. -- What|Removed |Added Last reconfirmed|2005-05-15 01:05