From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2066 invoked by alias); 6 May 2013 15:21:11 -0000 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 Received: (qmail 2017 invoked by uid 48); 6 May 2013 15:21:11 -0000 From: "jakub at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/57074] [4.8/4.9 Regression] libgcj regression on 32bit Power architecture Date: Mon, 06 May 2013 15:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.1 X-Bugzilla-Changed-Fields: Status Resolution Target Milestone Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00019.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57074 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |4.8.1 Summary|gcc-4.8.0 libgcj regression |[4.8/4.9 Regression] libgcj |on 32bit Power architecture |regression on 32bit Power | |architecture --- Comment #16 from Jakub Jelinek 2013-05-06 15:21:07 UTC --- Author: jakub Date: Mon May 6 15:09:41 2013 New Revision: 198631 URL: http://gcc.gnu.org/viewcvs?rev=198631&root=gcc&view=rev Log: PR libgcj/57074 * class.c (emit_symbol_table): Use array type of the right size for the_syms_decl and its DECL_INITIAL, instead of symbols_array_type. Set TREE_TYPE (the_syms_decl) to it. (emit_assertion_table): Use array type of the right size for table_decl and its DECL_INITIAL. Modified: trunk/gcc/java/ChangeLog trunk/gcc/java/class.c Author: jakub Date: Mon May 6 15:12:53 2013 New Revision: 198632 URL: http://gcc.gnu.org/viewcvs?rev=198632&root=gcc&view=rev Log: PR libgcj/57074 * class.c (emit_symbol_table): Use array type of the right size for the_syms_decl and its DECL_INITIAL, instead of symbols_array_type. Set TREE_TYPE (the_syms_decl) to it. (emit_assertion_table): Use array type of the right size for table_decl and its DECL_INITIAL. Modified: branches/gcc-4_8-branch/gcc/java/ChangeLog branches/gcc-4_8-branch/gcc/java/class.c Hopefully fixed for 4.8.1+.