This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR c++/23586: Bad diagnostic for invalid namespace-name


Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:

| Hi Gaby,
| 
| On 29 Aug, Mark Mitchell wrote:
| > Volker Reichelt wrote:
| > 
| >> 2005-08-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
| >> 
| >> 	* parser.c (cp_parser_namespace_name): Move diagnostic for
| >>         invalid namespace-name to here from ...
| >> 	* name-lookup.c (do_namespace_alias): ... here and ...
| >> 	(do_using_directive): ... here.  Remove dead code.
| > 
| > OK.
| 
| here's the backport of the patch for the 3.4 branch. It's a straight
| backport of the patch for mainline and the 4.0 branch (which Mark
| approved).
| 
| Bootstrapped and regtested on i686-pc-linux-gnu.
| Ok for the 3.4 branch?

Yes.  Thanks,

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]