This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32190] wrong error recovery on parsing template arguments
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2007 10:50:47 -0000
- Subject: [Bug c++/32190] wrong error recovery on parsing template arguments
- References: <bug-32190-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from manu at gcc dot gnu dot org 2007-08-17 10:50 -------
(In reply to comment #9)
> Subject: Re: wrong error recovery on parsing template arguments
>
> Begging your pardon, but what's wrong with the one I put in already?
>
Nothing is wrong, but to be useful for GCC testsuite, we need to add some
markers (for example, // { dg-error "template argument 1 is invalid" }) and
then run an old version and check that the test fails and run it for mainline
and check that the test passes. Then the patch adding the testcase is submitted
to gcc-patches for review with an appropriate changelog, approved and
committed. I think it would be a feasible contribution from you, letting more
advance developers like Paolo to focus on more complex stuff.
But if you don't want to do it just say so, no problem at all.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32190