From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98A3C385223F; Mon, 21 Nov 2022 15:57:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98A3C385223F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669046234; bh=PdB9K7xsS+vHk8argwKiHPI1KryfPj8jiZu7Mgtxr2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HuumRYN5ekkcJP6KYC6znPyEaJoB/AsRCSFv/aGckaaDeK2WvqCRhSL5DWqOaDC5t QoGFq1h2Vtw4Toa+pd0XG/DRe7Q4B3Hk82vMiZ4iG7UJw/EE9c+X13cBnFyAwJY579 tUjbcimiD4N39k1U4kRhrE+jfk21KYlept/6Rr0o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107767] [13 Regression] GCC has some problems in optimizer of trivial case Date: Mon, 21 Nov 2022 15:57:11 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc component 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=3D107767 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Summary|GCC has some problems in |[13 Regression] GCC has |optimizer of trivial case |some problems in optimizer | |of trivial case Component|regression |tree-optimization=