From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12167 invoked by alias); 18 Jul 2013 19:22:33 -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 12142 invoked by uid 48); 18 Jul 2013 19:22:32 -0000 From: "tg at mirbsd dot org" To: java-prs@gcc.gnu.org Subject: [Bug java/57929] New: gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc Date: Thu, 18 Jul 2013 19:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tg at mirbsd dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00001.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57929 Bug ID: 57929 Summary: gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java Assignee: unassigned at gcc dot gnu.org Reporter: tg at mirbsd dot org Created attachment 30525 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D30525&action=3Dedit original preprocessed source code Hi, this is a forward for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D71= 1558 which is an ICE trying to bootstrap gcj-4.8 that I *think* remember seeing = for gcj-4.7 (but not gcj-4.6 which works fine) already too, on the Debian/m68k Linux 3.x (NPTL, atomics via syscall) platform. The problem is now that the gcj part got merged into the main gcc source package and this is kinda holding up our entire toolchain update (also, I t= hink gcj-4.6 got removed from sid). Since I was unable to get OpenJDK/zero working either, gcj is our only hope= to keep Linux/m68k spinning so I=E2=80=99m hoping that $skilled_people will ha= ve a look at it. Preprocessed source attached here, too (xz compressed, hope that=E2=80=99s = ok). >>From java-prs-return-11583-listarch-java-prs=gcc.gnu.org@gcc.gnu.org Fri Jul 19 09:52:33 2013 Return-Path: Delivered-To: listarch-java-prs@gcc.gnu.org Received: (qmail 6522 invoked by alias); 19 Jul 2013 09:52:33 -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 Delivered-To: mailing list java-prs@gcc.gnu.org Received: (qmail 6495 invoked by uid 48); 19 Jul 2013 09:52:32 -0000 From: "mikpe at it dot uu.se" To: java-prs@gcc.gnu.org Subject: [Bug java/57929] gcc-4.8: FTBFS on m68k: ICE compiling libjava/interpret.cc Date: Fri, 19 Jul 2013 09:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpe at it dot uu.se X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00002.txt.bz2 Content-length: 176 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57929 --- Comment #1 from Mikael Pettersson --- Dup of PR49847. The patch attached there fixes this ICE.