From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27776 invoked by alias); 13 Apr 2010 16:52:02 -0000 Received: (qmail 27746 invoked by uid 48); 13 Apr 2010 16:52:00 -0000 Date: Tue, 13 Apr 2010 16:52:00 -0000 Message-ID: <20100413165200.27745.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/40860] [4.4/4.5/4.6 regression] regressions in libjava testsuite on arm-linux In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "mikpe at it dot uu dot se" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q2/txt/msg00004.txt.bz2 ------- Comment #36 from mikpe at it dot uu dot se 2010-04-13 16:51 ------- (In reply to comment #35) > I've been trying this on gcc trunk, and it doesn't have the problem. > It seems that merging is not done. > > I get > > ... > 0x8684 : @0x8808 > Compact model 1 > 0xb1 0x08 pop {r3} > 0x84 0x00 pop {r14} > 0xb0 finish > 0xb0 finish > ... > 0x86b0 : @0x8820 > Compact model 1 > 0xb1 0x08 pop {r3} > 0x84 0x00 pop {r14} > 0xb0 finish > 0xb0 finish > > Is it maybe the case that "Compact model 1" unwinder data isn't yet being > merged? They have to be adjacent to be merged. Looks like there's something else between f2 and f1 in your object code. (You are using binutils >= 2.20 right?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40860