From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D43B23857400; Mon, 31 Jul 2023 16:06:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D43B23857400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690819594; bh=UdFeHtYp/ZpDvOoOKZWedFqHvSKPsR6pZ/Y1yLVFBGM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xCVUyzRdrnFb+9UIVzKW/i/3+s3zwRBHI4gBDM5Er4OtqkA5GXomeTjyFlk9kvfX2 jNwzsjB5sGO61pd8dMloTQzVFyGZ6mYUVdMxOBq6YLuqXj65XgszFScCT1uBO8eMRx JimUMNBdkmC8W1CYlfGx1XyamS5dMk5i+e9xJaos= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110582] [14 Regression] Wrong code at -O2/3 on x86_64-linux-gnu Date: Mon, 31 Jul 2023 16:06:34 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D110582 --- Comment #6 from CVS Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:b769811e7c1b3dff2fa0ec2c37b52859d7bceed4 commit r14-2883-gb769811e7c1b3dff2fa0ec2c37b52859d7bceed4 Author: Andrew MacLeod Date: Mon Jul 31 10:08:51 2023 -0400 fur_list should not use the range vector for non-ssa operands. gcc/ PR tree-optimization/110582 * gimple-range-fold.cc (fur_list::get_operand): Do not use the range vector for non-ssa names. gcc/testsuite/ * gcc.dg/pr110582.c: New.=