From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A28C3858C42; Mon, 20 Nov 2023 14:46:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A28C3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700491570; bh=E9IEwNYmTJNltBozPet8oQ2qiS13SPf3EQYvWijXJMk=; h=From:To:Subject:Date:From; b=BsJBFIu8kjtVXic9iSux9SP8Mog7BYQgD3iFcdZO7ifLQCB3k2IHoq5TSXL7QuVZq uQCwvI2OBr4DdLoqqOlv5uJdmTBTx0T25wubLlBCw6vypPykqbhFHv71+Agb85GdBO +zhzrpndAgjlTh9UOmgTwjyG/9qcLXErPzc0ubOg= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112640] New: [14 regression] Failed bootstrap on arm64 (libgcc/config/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424) Date: Mon, 20 Nov 2023 14:46:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112640 Bug ID: 112640 Summary: [14 regression] Failed bootstrap on arm64 (libgcc/config/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424) Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org Target Milestone: --- This is a recent regression as I built the same configuration fine within t= he last 24-48 hours. ``` /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/build/./gcc/ -B/usr/aarch64-unknown-linux-gnu/bin/ -B/usr/aarch64-unknown-linux-gnu/lib/ -isy stem /usr/aarch64-unknown-linux-gnu/include -isystem /usr/aarch64-unknown-linux-gnu/sys-include -g -O2 -pipe -mcpu=3Dnative -fdiagnostics-color=3Dalways -ggdb3 -ggdb3 -O3 -fno-harden-control-flow-redundancy -O 2 -g -O2 -pipe -mcpu=3Dnative -fdiagnostics-color=3Dalways -ggdb3 -ggdb3 -= O3 -fno-harden-control-flow-redundancy -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-proto types -Wold-style-definition -isystem ./include -fPIC -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fno-stack-clash-protection -fPIC -= I. -I. -I../.././gcc -I/var/tmp/portage/sys-devel/gcc-14.0.0. 9999/work/gcc-14.0.0.9999/libgcc -I/var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/. -I/var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/..= /gcc -I/var/tmp/portage/s ys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/../include -I/var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/co= nfig/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -o bid128_fma .o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/conf= ig/libbid/bid128_fma.c during RTL pass: peephole2 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/conf= ig/libbid/bid128_fma.c: In function =E2=80=98bid128_ext_fma=E2=80=99: /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/libgcc/conf= ig/libbid/bid128_fma.c:3569:1: internal compiler error: in extract_base_offset_in_addr, at config/aarch64/aarch64.cc:26424 3569 | } | ^ 0xaaaabf72b33f extract_base_offset_in_addr(rtx_def*, rtx_def**, rtx_def**) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/config/= aarch64/aarch64.cc:26424 0xaaaabf72b3d7 aarch64_ldrstr_offset_compare(void const*, void const*) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/config/= aarch64/aarch64.cc:26842 0xaaaac0829473 long cmp1(char*, char*, sort_ctx*) [clone .isra.0] =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :151 0xaaaac06af9cf netsort =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :168 0xaaaac06af9cf mergesort =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :205 0xaaaac06afbc7 mergesort =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :210 0xaaaac06f3dbf gcc_qsort(void*, unsigned long, unsigned long, int (*)(void const*, void const*)) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :268 0xaaaabf75666f gcc_stablesort(void*, unsigned long, unsigned long, int (*)(= void const*, void const*)) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/sort.cc= :304 0xaaaabf75666f aarch64_gen_adjusted_ldpstp(rtx_def**, bool, machine_mode, rtx_code) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/config/= aarch64/aarch64.cc:27005 0xaaaabfd38a3f gen_peephole2_232(rtx_insn*, rtx_def**) =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/config/= aarch64/aarch64-ldpstp.md:271 0xaaaabf20c65b peephole2_optimize =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/recog.c= c:4179 0xaaaabf20c65b rest_of_handle_peephole2 =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/recog.c= c:4330 0xaaaabf20c65b execute =20=20=20=20=20=20=20 /var/tmp/portage/sys-devel/gcc-14.0.0.9999/work/gcc-14.0.0.9999/gcc/recog.c= c:4367 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. make[3]: *** [Makefile:650: bid128_fma.o] Error 1 ```=