public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7129
@ 2003-02-04  7:46 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2003-02-04  7:46 UTC (permalink / raw)
  To: mmitchel; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7129
Date: 4 Feb 2003 07:39:08 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-02-04 07:39:08
 
 Modified files:
 	gcc/cp         : ChangeLog operators.def 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/ext: max.C 
 
 Log message:
 	PR c++/7129
 	* operators.def: Add <?= and >?=.
 	
 	PR c++/7129
 	* testsuite/g++.dg/ext/max.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.28&r2=1.3076.2.29
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/operators.def.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.37&r2=1.2261.2.38
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/max.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


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

* c++/7129
@ 2003-02-04  7:46 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2003-02-04  7:46 UTC (permalink / raw)
  To: mmitchel; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7129
Date: 4 Feb 2003 07:39:08 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-02-04 07:39:08
 
 Modified files:
 	gcc/cp         : ChangeLog operators.def 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/ext: max.C 
 
 Log message:
 	PR c++/7129
 	* operators.def: Add <?= and >?=.
 	
 	PR c++/7129
 	* testsuite/g++.dg/ext/max.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.28&r2=1.3076.2.29
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/operators.def.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.37&r2=1.2261.2.38
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/max.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


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

* c++/7129
@ 2003-02-04  7:26 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2003-02-04  7:26 UTC (permalink / raw)
  To: mmitchel; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7129
Date: 4 Feb 2003 07:23:14 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-02-04 07:23:14
 
 Modified files:
 	gcc/cp         : ChangeLog call.c operators.def 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/ext: max.C 
 
 Log message:
 	PR c++/7129
 	* call.c (z_candidate): Add args.
 	(convert_class_to_reference): Set it.
 	(implicit_conversion): Tidy.
 	(add_candidate): Add args parameter.
 	(add_function_candidate): Adjust call to add_candidate.
 	(add_conv_candidate): Likewise.
 	(build_builtin_candidate): Likewise.
 	(build_user_type_conversion_1): Eliminate wasteful tree_cons
 	usage.
 	(build_new_function_call): Likewise.
 	(build_object_call): Likewise.
 	(add_candidates): New function.
 	(build_new_op): Use it.
 	(covert_like_real): Adjust call to build_over_call.
 	(build_over_call): Remove args parameter.
 	* operators.def: Add <?= and >?=.
 	
 	PR c++/7129
 	* testsuite/g++.dg/ext/max.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3190&r2=1.3191
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.354&r2=1.355
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/operators.def.diff?cvsroot=gcc&r1=1.12&r2=1.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2392&r2=1.2393
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/max.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* c++/7129
@ 2003-02-04  7:26 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2003-02-04  7:26 UTC (permalink / raw)
  To: mmitchel; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7129
Date: 4 Feb 2003 07:23:14 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-02-04 07:23:14
 
 Modified files:
 	gcc/cp         : ChangeLog call.c operators.def 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/ext: max.C 
 
 Log message:
 	PR c++/7129
 	* call.c (z_candidate): Add args.
 	(convert_class_to_reference): Set it.
 	(implicit_conversion): Tidy.
 	(add_candidate): Add args parameter.
 	(add_function_candidate): Adjust call to add_candidate.
 	(add_conv_candidate): Likewise.
 	(build_builtin_candidate): Likewise.
 	(build_user_type_conversion_1): Eliminate wasteful tree_cons
 	usage.
 	(build_new_function_call): Likewise.
 	(build_object_call): Likewise.
 	(add_candidates): New function.
 	(build_new_op): Use it.
 	(covert_like_real): Adjust call to build_over_call.
 	(build_over_call): Remove args parameter.
 	* operators.def: Add <?= and >?=.
 	
 	PR c++/7129
 	* testsuite/g++.dg/ext/max.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3190&r2=1.3191
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.354&r2=1.355
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/operators.def.diff?cvsroot=gcc&r1=1.12&r2=1.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2392&r2=1.2393
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/max.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* Re: c++/7129
@ 2003-01-23  3:16 Wolfgang Bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Bangerth @ 2003-01-23  3:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/7129
Date: Wed, 22 Jan 2003 21:07:23 -0600 (CST)

 This used to just give an error in 2.95, but ICEs ever since, so it's a 
 regression.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 


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

end of thread, other threads:[~2003-02-04  7:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-04  7:46 c++/7129 mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2003-02-04  7:46 c++/7129 mmitchel
2003-02-04  7:26 c++/7129 mmitchel
2003-02-04  7:26 c++/7129 mmitchel
2003-01-23  3:16 c++/7129 Wolfgang Bangerth

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