From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67E103858D20; Sat, 13 Jan 2024 14:50:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67E103858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705157442; bh=q3cONLMOhB/URF10gECQlNAStwO0q2f7N7vIr5rrLNY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XFRE2cqvClE7ubkrAz4rMxUg12L+1Gabo9uC2rHB3UJdvJ8ekybnnLuQlL2upo/4W 315lzvHCqzB/+kRzXBepmPlWdQnmoDg7sRKYVWHMym/PcHwXSXPOMV1a6IeLQci1U5 QZJEhV/ZbcBORNTTBxrdPzi5bcsGvWLRDZE9dsTg= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113374] [14 regression] ICE in find_uses_to_rename_use Date: Sat, 13 Jan 2024 14:50:42 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: 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=3D113374 --- Comment #1 from David Binderman --- trunk.20210101 $ ~/gcc/results.20240112.asan.ubsan/bin/gcc -v 2>&1 | grep e= xp gcc version 14.0.0 20240112 (experimental) (72b3495dfdddc277)=20 trunk.20210101 $ ~/gcc/results.20240113.asan.ubsan/bin/gcc -v 2>&1 | grep e= xp gcc version 14.0.1 20240113 (experimental) (34a827039fabcf24)=20 trunk.20210101 $ git log 72b3495dfdddc277..34a827039fabcf24 | grep -c "^com= mit" 52 trunk.20210101 $=