This is the mail archive of the gcc-prs@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]

c++/10337


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

From: nathan at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: c++/10337
Date: 24 Apr 2003 16:31:32 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan at gcc dot gnu dot org	2003-04-24 16:31:31
 
 Modified files:
 	gcc/cp         : ChangeLog call.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.other: overload14.C conv7.C 
 Added files:
 	gcc/testsuite/g++.dg/warn: conv1.C 
 
 Log message:
 	cp:
 	PR c++/10337
 	* call.c (joust): Don't warn about conversion ops that are exact
 	or cv-conversions. Rearrange to avoid multiple type comparisons.
 	testsuite:
 	PR c++/10337
 	* g++.dg/warn/conv1.C: New test.
 	* g++.old-deja/g++.other/conv7.C: Adjust.
 	* g++.old-deja/g++.other/overload14.C: Adjust.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3339&r2=1.3340
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.378&r2=1.379
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2620&r2=1.2621
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/conv1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/overload14.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/conv7.C.diff?cvsroot=gcc&r1=1.2&r2=1.3
 


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