From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39EEB3850426; Fri, 7 Jul 2023 08:30:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39EEB3850426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688718615; bh=ScDq2Y6T3qBgty26Wyn6iuim0r3NsmeZya9cTDWIr0w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pac2fvox4mJsN+Px6pjpp2Ncd2HZyx/7DICOcLuQIF6BLXkSMA6fP8sRw9vNrrqtW vNjy2bQH8tqkX7bZM8GeshXKJVqVysdrs3gcQQJQ3DYu9hn2F1Z7FaUrVTD08Cp9Xy 3LalrYcxMTIiS+tEurJvJWgiDsfa0wJZXz5AxUPM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/91026] [10 Regression] switch expansion produces a jump table with trivial entries Date: Fri, 07 Jul 2023 08:30: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.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D91026 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Richard Biener --- .=