This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix 21383
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: 18 Oct 2005 16:46:51 +0200
- Subject: Re: [C++ PATCH] Fix 21383
- References: <4354FCF8.3010908@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com> writes:
| This patch fixes 21383.
|
| a template-id-expr can have a NULL arg vector.
|
| built & tested on i686-pc-linux-gnu.
|
| probably worth backporting to 3.4, as although this test case is
| invalid, it would be possible to construct one that is valid.
approved if backport available.
-- Gaby