public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: mmitchel@gcc.gnu.org
To: mmitchel@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: c++/9272
Date: Fri, 17 Jan 2003 20:16:00 -0000	[thread overview]
Message-ID: <20030117201603.11526.qmail@sources.redhat.com> (raw)

The following reply was made to PR c++/9272; it has been noted by GNATS.

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/9272
Date: 17 Jan 2003 20:14:45 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-01-17 12:14:45
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 	gcc/cp         : ChangeLog cp-tree.def cp-tree.h decl.c parser.c 
 	                 rtti.c search.c tree.c 
 Added files:
 	gcc/testsuite/g++.dg/parse: ctor1.C qualified1.C typename3.C 
 
 Log message:
 	PR c++/9294
 	* cp-tree.def (BASELINK): Make it class 'x', not class 'e'.
 	* cp-tree.h (BASELINK_BINFO): Adjust.
 	(BASELINK_FUNCTIONS): Likewise.
 	(BASELINK_ACCESS_BINFO): Likewise.
 	(tree_baselink): New structure.
 	(cp_tree_node_structure_enum): Add TS_CP_BASELINK.
 	(lang_tree_node): Add baselink.
 	* decl.c (cp_tree_node_structure): Add BASELINK case.
 	* search.c (build_baselink): Adjust.
 	* tree.c (cp_walk_subtrees): Add BASELINK case.  Remove BASELINK_P
 	test from TREE_LIST case.
 	
 	PR c++/9272
 	* parser.c (cp_parser_constructor_declarator_p): Do not assume
 	that a constructor cannot be declared outside of its own class.
 	
 	* parser.c (cp_parser_resolve_typename_type): If the scope cannot
 	be resolved, neither can the qualified name.
 	
 	* rtti.c (get_pseudo_ti_desc): Fix thinko.
 	
 	PR c++/9272
 	* g++.dg/parse/ctor1.C: New test.
 	
 	PR c++/9294:
 	* g++.dg/parse/qualified1.C: New test.
 	
 	* g++.dg/parse/typename3.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2353&r2=1.2354
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/ctor1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/qualified1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/typename3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3164&r2=1.3165
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.def.diff?cvsroot=gcc&r1=1.69&r2=1.70
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.802&r2=1.803
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.989&r2=1.990
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.32&r2=1.33
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&r1=1.153&r2=1.154
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&r1=1.249&r2=1.250
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&r1=1.315&r2=1.316
 


             reply	other threads:[~2003-01-17 20:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-17 20:16 mmitchel [this message]
2003-01-17 20:16 c++/9272 mmitchel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030117201603.11526.qmail@sources.redhat.com \
    --to=mmitchel@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).