public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/87: member template assignment operator
@ 2001-11-22 14:36 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-11-22 14:36 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, jaakko.jarvi, martin, nathan, nobody

Synopsis: member template assignment operator

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Fri Nov 30 15:00:55 2001
Responsible-Changed-Why:
    patch in progress

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=87&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/87: member template assignment operator
@ 2001-12-09  8:46 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-12-09  8:46 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/87: member template assignment operator
@ 2001-12-09  8:38 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-12-09  8:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, jaakko.jarvi, martin, nathan

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/87: member template assignment operator
@ 2001-11-22 23:56 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-11-22 23:56 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

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, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/87: member template assignment operator
Date: 30 Nov 2001 23:00:56 -0000

 Synopsis: member template assignment operator
 
 Responsible-Changed-From-To: unassigned->nathan
 Responsible-Changed-By: nathan
 Responsible-Changed-When: Fri Nov 30 15:00:55 2001
 Responsible-Changed-Why:
     patch in progress
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=87&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-09 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-22 14:36 c++/87: member template assignment operator nathan
2001-11-22 23:56 nathan
2001-12-09  8:38 nathan
2001-12-09  8:46 nathan

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).