From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26093 invoked by alias); 9 Jul 2010 19:04:30 -0000 Received: (qmail 23755 invoked by uid 48); 9 Jul 2010 19:04:19 -0000 Date: Fri, 09 Jul 2010 19:04:00 -0000 Message-ID: <20100709190419.23754.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug objc/44887] [4.6 regression] All Objective-C execution tests fail on Solaris 2/SPARC In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ro at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg01053.txt.bz2 ------- Comment #5 from ro at gcc dot gnu dot org 2010-07-09 19:04 ------- I've found that sarray.o is miscompiled. The only code changes are in sarray_at_put and sarray_put_safe, where sarray_at_put is inlined. I've not yet found what is broken. I'm attaching the good and bad .s files and the preprocessed source for reference. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44887