gcc/gcc Makefile.in builtin-types.def builtins ...

zlaski@gcc.gnu.org zlaski@gcc.gnu.org
Fri May 7 22:11:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	zlaski@gcc.gnu.org	2004-05-07 22:11:41

Modified files:
	gcc            : Makefile.in builtin-types.def builtins.c 
	                 builtins.def c-common.c c-common.h 
	                 c-cppbuiltin.c c-lex.c c-opts.c c-typeck.c 
	                 c.opt cppcharset.c cppinit.c cpplib.c cpplib.h 
	                 flags.h hooks.c hooks.h target-def.h target.h 
	                 toplev.c 
	gcc/config     : darwin-protos.h darwin.c darwin.h t-darwin 
	gcc/config/i386: darwin.h i386.c i386.h 
	gcc/config/rs6000: darwin.h rs6000-c.c rs6000.c rs6000.h 
	gcc/objc       : objc-act.c 
	gcc/testsuite/g++.dg: const-cfstring-1.C pascal-strings-1.C 
	                      pascal-strings-2.C 
	gcc/testsuite/gcc.apple: const-cfstring-1.c const-cfstring-2.c 
	                         pascal-strings-1.c pascal-strings-2.c 
	gcc/testsuite/objc.dg: const-cfstring-1.m const-cfstring-2.m 
Added files:
	gcc/testsuite/gcc.apple: const-cfstring-3.c 
Removed files:
	gcc/testsuite/gcc.dg: const-cfstring-2.c 

Log message:
	3456514		Pascal string support needs to be redone for 3.5
	3580147		CFString support is broken
	
	Approved by Devang.  Tested, no regressions.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.903.2.195.2.6&r2=1.903.2.195.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtin-types.def.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.7.2.11.2.1&r2=1.7.2.11.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.152.2.56.2.1&r2=1.152.2.56.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.def.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.29.2.26.2.1&r2=1.29.2.26.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.344.2.64.2.4&r2=1.344.2.64.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.141.2.48.2.4&r2=1.141.2.48.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-cppbuiltin.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.7.4.7.2.2&r2=1.7.4.7.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.182.2.18.2.3&r2=1.182.2.18.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.7.2.30.2.3&r2=1.7.2.30.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.196.2.43.2.5&r2=1.196.2.43.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c.opt.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.11.2.9.2.3&r2=1.11.2.9.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppcharset.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.2.2.10.2.1&r2=1.2.2.10.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppinit.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.242.2.30.2.1&r2=1.242.2.30.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.311.2.25.2.1&r2=1.311.2.25.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.224.2.26.2.3&r2=1.224.2.26.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.86.2.51.2.4&r2=1.86.2.51.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.4.2.15.2.2&r2=1.4.2.15.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.4.2.15.2.2&r2=1.4.2.15.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target-def.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.29.2.30.2.3&r2=1.29.2.30.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/target.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.32.2.31.2.3&r2=1.32.2.31.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.654.2.106.2.4&r2=1.654.2.106.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-protos.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.13.2.14.2.1&r2=1.13.2.14.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.22.2.24.2.3&r2=1.22.2.24.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.30.2.28.2.6&r2=1.30.2.28.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/t-darwin.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.12.6.2.1&r2=1.1.12.6.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.10.2.4&r2=1.1.2.10.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.425.2.46.2.3&r2=1.425.2.46.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.274.2.35.2.3&r2=1.274.2.35.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.21.2.18.2.9&r2=1.21.2.18.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-c.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.3.2.6.2.2&r2=1.3.2.6.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.332.2.46.2.11&r2=1.332.2.46.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.210.2.36.2.4&r2=1.210.2.36.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.137.2.33.2.1&r2=1.137.2.33.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/const-cfstring-1.C.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pascal-strings-1.C.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pascal-strings-2.C.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.apple/const-cfstring-3.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.apple/const-cfstring-1.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.apple/const-cfstring-2.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.apple/pascal-strings-1.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.apple/pascal-strings-2.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/const-cfstring-2.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/const-cfstring-1.m.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/const-cfstring-2.m.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2



More information about the Gcc-cvs mailing list