From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D52D23858C56; Thu, 13 Oct 2022 20:06:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D52D23858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665691587; bh=I/U6B0yTRoUYHAEBGRombW2kpWypR5LHKmM/LUjPZ/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ec4WX8QWRRrXdbr8+N0Z/gv8VUq2wRBMwzZnN23vSJmkZP+1ul7PG5zi9+oWIgWI9 /+CV0doizCLV8RlzV5p6KqzYNulYvNpSLV2nd5JuBntTD5H0CGkO0mai65W+HsRefc fF1uUWlK16tRDBvBE+ZkyT/aTtyRWlkewIkx37KI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107210] [13 Regression] ICE in tree_to_uhwi, at tree.cc:6392 since r13-3168-gf09b99550a3c6cd1 Date: Thu, 13 Oct 2022 20:06:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107210 --- Comment #2 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:99da523359e9333555585484eb3b8f854a98f1b4 commit r13-3285-g99da523359e9333555585484eb3b8f854a98f1b4 Author: David Malcolm Date: Thu Oct 13 16:05:35 2022 -0400 analyzer: fix ICE introduced in r13-3168 [PR107210] gcc/analyzer/ChangeLog: PR analyzer/107210 * svalue.cc (constant_svalue::maybe_fold_bits_within): Only attempt to extract individual bits when tree_fits_uhwi_p. gcc/testsuite/ChangeLog: PR analyzer/107210 * gfortran.dg/analyzer/pr107210.f90: New test. Signed-off-by: David Malcolm =