From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1612 invoked by alias); 2 Jul 2005 04:06:33 -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 1592 invoked by uid 48); 2 Jul 2005 04:06:29 -0000 Date: Sat, 02 Jul 2005 04:06:00 -0000 Message-ID: <20050702040629.1591.qmail@sourceware.org> From: "pinskia 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[12].m fails with the gnu runtime X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00159.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 04:06 ------- This was caused by: 2005-06-29 Ziemowit Laski * objc-act.c (objc_build_internal_const_str_type): New function. (check_string_class_template): Use objc_get_class_ivars() instead of TYPE_FIELDS() to retrieve ivar list. (AT_LEAST_AS_LARGE_AS): Check the size of each field's type rather than the field itself. (objc_build_string_object): Synthesize a "__builtin_ObjCString" type and use it to lay out compile-time string objects. * objc-act.h (OCTI_INTERNAL_CNST_STR_TYPE, internal_const_str_type): New. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22274