[Bug objc/20444] [3.4/4.0 Regression] Misleading error message on missing ';'

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 15:31 --- Since this is only a diagnostic issue and it has been fixed on the mainline by the new parser, closing as fixed for 4.1.0. -- What|Removed |Added --

[Bug objc/20444] [3.4/4.0 Regression] Misleading error message on missing ';'

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:03 --- The testcase is: @interface -g @end 4.1.0 (with the new parser) gives: t.m:3: error: expected ';' before 'end' which is correct. so this is only a 3.4/4.0 regression. -- What|Remov