[Bug c/23722] bad error recovery with if blocks and else

2007-11-26 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2007-11-26 19:06 --- Fixed in GCC 4.3 -- manu at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/23722] bad error recovery with if blocks and else

2007-11-26 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2007-11-26 19:02 --- Subject: Bug 23722 Author: manu Date: Mon Nov 26 19:01:54 2007 New Revision: 130446 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130446 Log: 2007-11-26 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR c/

[Bug c/23722] bad error recovery with if blocks and else

2007-11-23 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-11-23 18:55 --- Subject: Bug number PR c/23722 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg01237.html -- http://gcc.gnu.org/bugzilla

[Bug c/23722] bad error recovery with if blocks and else

2007-11-22 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-11-22 19:02 --- Subject: Bug number PR c/23722 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg01159.html -- http://gcc.gnu.org/bugzilla

[Bug c/23722] bad error recovery with if blocks and else

2007-11-07 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-11-07 19:19 --- Created an attachment (id=14500) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14500&action=view) possible patch This patch does two things I would like someone to comment on: * Add a bit 'in_if_stmt' to c_parse

[Bug c/23722] bad error recovery with if blocks and else

2005-09-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-25 04:24 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E