From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B6DC3985448; Tue, 1 Sep 2020 07:18:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B6DC3985448 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598944705; bh=aXav4zQ+5RKNvaQ+KI4zJhfSUKcfR2+GdK+iVOc8bZI=; h=From:To:Subject:Date:From; b=koQAurdKp4CarMpqg2QU1zleBlS5Qh6xYsqh+6mtirj81Q/ar2fOLPtK/3B8HFuxh +CFgBC7NEHBvfxf8GqmB5ONlm9D8EWSasZUk4MXJTEauQbJa2GG75SJszc6KrEUOQ1 u+iJD3lk4imkcOfbtiLJq1OFQ7atDmkgJqbBajLc= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96879] New: [11 Regresssion] ICE in native_encode_rtx, at simplify-rtx.c:6482 Date: Tue, 01 Sep 2020 07:18:25 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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 keywords bug_severity priority component assigned_to reporter cc 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 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, 01 Sep 2020 07:18:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96879 Bug ID: 96879 Summary: [11 Regresssion] ICE in native_encode_rtx, at simplify-rtx.c:6482 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: ktkachov at gcc dot gnu.org, rsandifo at gcc dot gnu.org Target Milestone: --- Host: x86_64-pc-linux-gnu Target: aarch64-linux-gnu Must be a recent regression: aarch64-linux-gnu-gcc /home/marxin/Programming/gcc/gcc/testsuite/g++.old-deja/g++.other/crash11.C -mabi=3Dilp32 -O1 -c /home/marxin/Programming/gcc/gcc/testsuite/g++.old-deja/g++.other/crash11.C= :21:30: internal compiler error: in native_encode_rtx, at simplify-rtx.c:6482 21 | template struct string ; | ^ 0x67af49 native_encode_rtx(machine_mode, rtx_def*, vec&, unsigned int, unsigned int) =20=20=20=20=20=20=20 /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-trunk-aarch64/build/gcc= /simplify-rtx.c:6482 0xf3ecea optimize_constant_pool =20=20=20=20=20=20=20 /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-trunk-aarch64/build/gcc= /varasm.c:4324 0xf43928 output_shared_constant_pool() =20=20=20=20=20=20=20 /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-trunk-aarch64/build/gcc= /varasm.c:4431 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.=