This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: My unreviewed C++ patches
- From: Jason Merrill <jason at redhat dot com>
- To: "Giovanni Bajo" <giovannibajo at libero dot it>
- Cc: <gcc-patches at gcc dot gnu dot org>, Mark Mitchell <mark at codesourcery dot com>, Gabriel Dos Reis <gdrc at integrable-solutions dot net>
- Date: Wed, 02 Jul 2003 10:38:02 -0400
- Subject: Re: My unreviewed C++ patches
- References: <08c701c340a4$49d11800$a4472597@bagio>
On Wed, 2 Jul 2003 16:14:44 +0200, "Giovanni Bajo" <giovannibajo@libero.it> wrote:
> substitute into the DECL_NAME of a USING_DECL
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01643.html
OK.
> reject template destructors at parsing time
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01923.html
OK with the extra space Mike mentioned.
> I have two other pending patches (waiting for only one week though). I'll
> post the links anyway, in case somebody feels like flushing todo lists:
>
> Detect '>>' when it's a typo of '> >'
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02677.html
I'm going to leave this one for Mark.
> fix dump of FUNCTION_DECL
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02716.html
I was responsible for the if (1), in
http://gcc.gnu.org/ml/gcc-patches/2002-02/msg00007.html
I suppose it's reasonable to omit the parm types when printing an
expression. Gaby?
Jason