public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: nathan@gcc.gnu.org
To: nathan@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/87: member template assignment operator
Date: Sun, 09 Dec 2001 08:46:00 -0000	[thread overview]
Message-ID: <20011209164600.26399.qmail@sources.redhat.com> (raw)

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

From: nathan@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  jaakko.jarvi@cs.utu.fi, martin@loewis.home.cs.tu-berlin.de,
  nathan@gcc.gnu.org
Cc:  
Subject: Re: c++/87: member template assignment operator
Date: 9 Dec 2001 16:38:49 -0000

 Synopsis: member template assignment operator
 
 State-Changed-From-To: analyzed->closed
 State-Changed-By: nathan
 State-Changed-When: Sun Dec  9 08:38:48 2001
 State-Changed-Why:
     2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
     
     	PR g++/87
     	* cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
     	(copy_args_p): Rename to ...
     	(copy_fn_p): ... here.
     	(grok_special_member_properties): New function.
     	(grok_op_properties): Lose VIRTUALP parameter.
     	(copy_assignment_arg_p): Remove.
     	* call.c (build_over_call): Use copy_fn_p.
     	* decl.c (grokfndecl): Reformat. Adjust call to
     	grok_op_properties.
     	(copy_args_p): Rename to ...
     	(copy_fn_p): ... here. Reject template functions. Check for pass
     	by value.
     	(grok_special_member_properties): Remember special functions.
     	(grok_ctor_properties): Don't remember them here, just check.
     	(grok_op_properties): Likewise.
     	(start_method): Call grok_special_member_properties.
     	* decl2.c (grokfield): Likewise.
     	(copy_assignment_arg_p): Remove.
     	(grok_function_init): Don't remember abstract assignment here.
     	* pt.c (instantiate_class_template): Call
     	grok_special_member_properties.
     	(tsubst_decl): Adjust grok_op_properties call.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=87&database=gcc


             reply	other threads:[~2001-12-09 16:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-09  8:46 nathan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-12-09  8:38 nathan
2001-11-22 23:56 nathan
2001-11-22 14:36 nathan

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=20011209164600.26399.qmail@sources.redhat.com \
    --to=nathan@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).