From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55002385781D; Tue, 30 Mar 2021 08:24:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55002385781D From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/99824] [10 Regression] ICE in wide_int_to_tree_1, at tree.c:1572 Date: Tue, 30 Mar 2021 08:24:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 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 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, 30 Mar 2021 08:24:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99824 --- Comment #5 from Martin Li=C5=A1ka --- (In reply to Richard Biener from comment #3) > It doesn't reproduce for me with a debug build. The backtrace you cite is > impossible (with that STRING_CST). The GCC10 package from leap unfortuna= tely > doesn't have zstd support enabled... I'm trying a local > profile-LTO-bootstrapped build. >=20 > What exact rev. were you testing and how did you configure/build GCC? Please build it locally for commit 982df4d606e8f3e8f41369672bf0c6ff22ee58c1 (HEAD -> releases/gcc-10, origin/releases/gcc-10) Author: GCC Administrator Date: Tue Mar 30 00:17:29 2021 +0000 Daily bump. $ ./gcc/xgcc -v Using built-in specs. COLLECT_GCC=3D./gcc/xgcc Target: x86_64-pc-linux-gnu Configured with: /home/marxin/Programming/gcc2/configure --prefix=3D/home/marxin/bin/gcc2 --enable-languages=3Dc,c++,fortran --disable-bootstrap --disable-multilib --disable-libsanitizer Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 10.2.1 20210330 (GCC)=