From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27451 invoked by alias); 7 Jul 2005 21:43:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27332 invoked by alias); 7 Jul 2005 21:43:06 -0000 Date: Thu, 07 Jul 2005 21:43:00 -0000 Message-ID: <20050707214306.27331.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050702040424.22274.pinskia@gcc.gnu.org> References: <20050702040424.22274.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug objc/22274] [4.1 Regression] string[1-4].m, const-str-5.m fails with the gnu runtime X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00820.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 21:43 ------- Subject: Bug 22274 CVSROOT: /cvs/gcc Module name: gcc Branch: apple-local-200502-branch Changes by: zlaski@gcc.gnu.org 2005-07-07 21:42:54 Modified files: gcc/testsuite : ChangeLog.apple-ppc gcc/objc : ChangeLog.apple-ppc objc-act.c Added files: gcc/testsuite/obj-c++.dg: gnu-runtime-1.mm gnu-runtime-2.mm gcc/testsuite/objc.dg: gnu-runtime-2.m Log message: [gcc/objc/ChangeLog.apple-ppc] 2005-07-07 Ziemowit Laski PR objc/22274 * objc-act.c (objc_build_string_object): For GNU-style constants, use the @interface type rather than the built-in type. [gcc/testsuite/ChangeLog.apple-ppc] 2005-07-07 Ziemowit Laski PR objc/22274 * obj-c++.dg/gnu-runtime-[1-2].mm: Bring over from mainline. * objc.dg/gnu-runtime-2.m: Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.52&r2=1.1.4.53 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/gnu-runtime-1.mm.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.2.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/gnu-runtime-2.m.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.2.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.13&r2=1.1.4.14 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.266.4.17&r2=1.266.4.18 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22274