From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24BF23858C29; Fri, 22 Dec 2023 14:13:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24BF23858C29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703254403; bh=Jg8einDQ/Pv2DJOSb/1/7kSWYk7UEvgd5ZFTGm8/2QU=; h=From:To:Subject:Date:From; b=CVFje8sidqSScs6VxdS1Ws9K2vCxt9AS6YvHWJMCE+IeChBU5xm6C/Ez6MsY6A9Fb oEY6p1P2cJkyT7E9amr+4ZI89SkWUyV0sF0LB9I1VzorCjhOziwfRKTvuxLAl4GS3S kTr0xc7ATohKcqUzj/uZ39BYuJdtyehUOr3QFE5w= From: "fkastl at suse dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113115] New: ICE In extract_constrain_insn_cached recog.cc with ppc64le-linux-gnu crosscompiler Date: Fri, 22 Dec 2023 14:13:22 +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: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: fkastl at suse dot cz 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 keywords bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget 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=3D113115 Bug ID: 113115 Summary: ICE In extract_constrain_insn_cached recog.cc with ppc64le-linux-gnu crosscompiler Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, needs-bisection Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: fkastl at suse dot cz Target Milestone: --- Host: x86_64-pc-linux-gnu Target: ppc64le-linux-gnu While compiling the GCC testcase gcc.target/powerpc/pr103627-3.c with the ppc64le crosscompiler the with these options: ppc64le-linux-gnu-gcc /home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/gcc.targe= t/powerpc/pr103627-3.c -mno-power8-vector the compiler runs into an ICE /home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/gcc.targe= t/powerpc/pr103627-3.c: In function =E2=80=98main=E2=80=99: /home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/gcc.targe= t/powerpc/pr103627-3.c:19:1: error: insn does not satisfy its constraints: 19 | } | ^ (insn 55 54 56 (set (reg:OO 32 0) (mem/c:OO (plus:DI (reg/f:DI 9 9 [128]) (const_int 32 [0x20])) [2 c+32 S32 A256])) "/home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/gcc.targ= et/powerpc/pr103627-3.c":12:1 2172 {*movoo} (nil)) during RTL pass: shorten /home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/gcc.targe= t/powerpc/pr103627-3.c:19:1: internal compiler error: in extract_constrain_insn_cached, at recog.cc:2725 0x654383 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*) =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/rtl-error.cc:108 0x6543a9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const= *) =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/rtl-error.cc:118 0x6538ee extract_constrain_insn_cached(rtx_insn*) =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/recog.cc:2725 0x1352337 insn_default_length(rtx_insn*) =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/config/rs6000/rs= 6000.md:15156 0x8eada2 shorten_branches(rtx_insn*) =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/final.cc:1089 0x8eaddf rest_of_handle_shorten_branches =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/final.cc:4338 0x8eaddf execute =20=20=20=20=20=20=20 /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/gcc/final.cc: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. Compiler configuration: Using built-in specs. COLLECT_GCC=3D/home/worker/cross/bin/ppc64le-linux-gnu-gcc COLLECT_LTO_WRAPPER=3D/home/worker/cross/libexec/gcc/ppc64le-linux-gnu/14.0= .0/lto-wrapper Target: ppc64le-linux-gnu Configured with: /home/worker/buildworker/tiber-gcc-trunk-ppc64le/build/configure --enable-languages=3Dc,c++,fortran,rust,m2 --disable-bootstrap --disable-libsanitizer --disable-multilib --enable-checking=3Drelease --prefix=3D/home/worker/cross --target=3Dppc64le-linux-gnu --with-as=3D/usr/bin/powerpc64le-suse-linux-as Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.0.0 20231221 (experimental) ec2ec24a4d4d1175f72641a95010c2312eb38ccd (GCC)=