This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14028] [3.4/3.5 regression] Parser accepts invalid unbalanced triangular bracketing.
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2004 18:14:46 -0000
- Subject: [Bug c++/14028] [3.4/3.5 regression] Parser accepts invalid unbalanced triangular bracketing.
- References: <20040205125120.14028.mattyt-bugzilla@tpg.com.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-06 18:14 -------
Subject: Bug 14028
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: giovannibajo@gcc.gnu.org 2004-02-06 18:14:37
Modified files:
gcc/cp : ChangeLog parser.c
Log message:
PR c++/14028
* parser.c (cp_parser_enclosed_template_argument_list): Emit straight
error when terminator can not be found.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3892.2.41&r2=1.3892.2.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.157.2.10&r2=1.157.2.11
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14028