From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 539F73858C56; Thu, 18 Jan 2024 22:35:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 539F73858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705617321; bh=msf2lPV4ZXU0FMauiYM/2QruaKDpsVuR07ItNmysmic=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mfYWPwCG7WRxwsAToE1nKK+oda08ONDMc/M7Gl+3nCeL+VTobrJo9CIVI3Uatf2WB QXLKuXxW8rk0uUZ9RcYoxuxyrPnYZ7vOIAaBml6JW2tgC3XlI9+8648uPU/NYbv+U2 RCxvdh9vTqoZ/yXKyg+KE38stzBl0CNNFMCmzS4w= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/113489] aarch64: ICE on gcc/gcc/tree-vect-slp.cc Date: Thu, 18 Jan 2024 22:35:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: clyon at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: cc 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113489 Christophe Lyon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clyon at gcc dot gnu.org --- Comment #2 from Christophe Lyon --- (In reply to Adhemerval Zanella from comment #0) >=20 > The configuration used can be found at > https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/ > 1215/artifact/artifacts/08-build_abe-stage2/console.log.xy (line 356). There's a typo in the link, it should end with '.xz' not '.xy': https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/12= 15/artifact/artifacts/08-build_abe-stage2/console.log.xz Anyway we now extract the configure / make commands, the relevant one is at step 08-build_abe-stage2 in https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/12= 15/artifact/artifacts/notify/configure-make.txt=