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

gcc/gcc cp/ChangeLog cp/cvt.c cp/parser.c test ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	objc-improvements-branch
Changes by:	zlaski@gcc.gnu.org	2004-05-25 06:40:32

Modified files:
	gcc/cp         : ChangeLog cvt.c parser.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/obj-c++.dg: method-1.mm selector-1.mm 

Log message:
	[gcc/cp/ChangeLog]
	2004-05-24  Ziemowit Laski  <zlaski@apple.com>
	
	* cvt.c (convert_to_pointer_force): Always retain the NOP_EXPR
	when converting to an Objective-C pointer type.
	* parser.c (cp_parser_objc_selector_p, cp_parser_objc_selector):
	Allow C++ operator names as selectors.
	
	[gcc/testsuite/ChangeLog]
	2004-05-24  Ziemowit Laski  <zlaski@apple.com>
	
	* obj-c++.dg/method-1.mm: New test case.
	* obj-c++.dg/selector-1.mm: New test case.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.3503.2.16&r2=1.3503.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cvt.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.142.2.6&r2=1.142.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.77.2.13&r2=1.77.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.2857.2.14&r2=1.2857.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/method-1.mm.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/selector-1.mm.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=NONE&r2=1.1.2.1


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