From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C55439551F6; Tue, 10 Mar 2020 08:51:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C55439551F6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1583830294; bh=1319gujyz9ILL69q5dHjWPJdfOg1dqO1V3oa0nqLWO0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iWmhW+wUfsw6/0CBG7DMkYcw/VcAFwyPSR6oA+kDWoUlwSXdrjZ6BytGbPjOYqwOQ 5pR6WGyZi29c6ap2xBosGNWLUyY1TOcKfVlDpD+MoIZiHgAyfef8kshr1nSGuF8QcT mZBOSGGpmYY9PvuhOEnnNaGhSD/Z7V7lngElP0lY= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94042] [10 Regression] Bootstrap fails on ppc-linux-gnu Date: Tue, 10 Mar 2020 08:51:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: build, ice-on-valid-code, ra, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: segher at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 08:51:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94042 --- Comment #43 from Martin Li=C5=A1ka --- (In reply to Martin Li=C5=A1ka from comment #41) > Ok, the way how we build our compiler is to use: > ./configure --with-cpu=3Ddefault32 >=20 > that should also lead to the ICE. I'm checking that. So this one crashes for stage3 compiler as well: $ ./gcc/xgcc -Bgcc /tmp/reduced.ii=20 /tmp/reduced.ii: In substitution of =E2=80=98template, cla= ss> struct __enable_if [with bool =3D true; =3D _= Tp]=E2=80=99: /tmp/reduced.ii:5:24: required from here /tmp/reduced.ii:5:24: internal compiler error: Segmentation fault 5 | struct __enable_if | ^~~~~~~~~~~~~~~~~~~~~~ 0x10cbb63f crash_signal ../../gcc/toplev.c:328 0x1041f45c contains_struct_check(tree_node*, tree_node_structure_enum, char const*, int, char const*) ../../gcc/tree.h:3391 ... $ cat stage_current stage3 $ file ./gcc/xgcc ./gcc/xgcc: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SY= SV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, with unknown capability 0x41000000 =3D 0x11676e75, with unknown capability 0x10000 =3D 0= x90401, not stripped=