From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2FEE3385DC1E; Tue, 11 Jun 2024 18:18:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2FEE3385DC1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718129938; bh=k75M2D7ZfM10f5lfGZ9silAOCKyzraetkUEdbSJu8mM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W15NQNkGVz1whG8mfgwq9QaXr0qxZsvHKknd4OsDgTsIZUhDt6TKYCG56bUxE3/yR SzjJDo6SD4BID1pkojUrJFm7+Ojpo02159R82dDoP95M4Nx0lxIwjNXxUJbp6oO2qW oeGKa9chTm2etf/Qboe2eIuh0CvFCNX5tBh/9EOA= From: "carlos.seo at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115439] [15 Regression] ICEs after r15-638 on master-thumb_m55_hard_eabi Date: Tue, 11 Jun 2024 18:18:58 +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: 15.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: carlos.seo at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115439 --- Comment #3 from Carlos Eduardo Seo --- (In reply to Robin Dapp from comment #2) > We already discussed that briefly on the mailing list. Richard Sandiford > suspected a target bug. What options do I need to configure GCC in order= to > reproduce that locally? You can reproduce exactly what is being done by the CI by following: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sh= a1/7ca35f2e430081d6ec91e910002f92d9713350fa/tcwg_gnu_embed_check_gcc/master= -thumb_m55_hard_eabi/reproduction_instructions.txt If you prefer to do it manually: configure SHELL=3D/bin/bash \ =20=20=20=20=20=20=20 --with-mpc=3D/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/= x86_64-pc-linux-gnu \ =20=20=20=20=20=20=20 --with-mpfr=3D/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir= /x86_64-pc-linux-gnu \ =20=20=20=20=20=20=20 --with-gmp=3D/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/= x86_64-pc-linux-gnu \ --with-gnu-as \ --with-gnu-ld \ --disable-libmudflap \ --enable-lto \ --enable-shared \ --without-included-gettext \ --enable-nls \ --with-system-zlib \ --disable-sjlj-exceptions \ --enable-gnu-unique-object \ --enable-linker-build-id \ --disable-libstdcxx-pch \ --enable-c99 \ --enable-clocale=3Dgnu \ --enable-libstdcxx-debug \ --enable-long-long \ --with-cloog=3Dno \ --with-ppl=3Dno \ --with-isl=3Dno \ --enable-threads=3Dno \ --disable-multiarch \ --disable-multilib \ --with-mode=3Dthumb \ --with-arch=3Darmv8.1-m.main+mve.fp+fp.dp \ --with-float=3Dhard \ =20=20=20=20=20=20=20 --with-sysroot=3D/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/dest= dir/x86_64-pc-linux-gnu/arm-eabi \ --with-headers=3Dyes \ --with-native-system-header-dir=3D/include \ --with-newlib \ --enable-checking=3Dyes \ --disable-bootstrap \ --enable-languages=3Dc,c++,lto \ =20=20=20=20=20=20=20 --prefix=3D/home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x8= 6_64-pc-linux-gnu \ --build=3Dx86_64-pc-linux-gnu \ --host=3Dx86_64-pc-linux-gnu \ --target=3Darm-eabi=