From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17482 invoked by alias); 13 Apr 2010 16:36:46 -0000 Received: (qmail 17444 invoked by uid 48); 13 Apr 2010 16:36:44 -0000 Date: Tue, 13 Apr 2010 16:36:00 -0000 Message-ID: <20100413163644.17443.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: "aph at gcc dot gnu dot org" 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/msg00003.txt.bz2 ------- Comment #35 from aph at gcc dot gnu dot org 2010-04-13 16:36 ------- 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? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40860