From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 537D7385773F; Fri, 2 Jun 2023 07:53:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 537D7385773F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685692409; bh=CpJ+Mb6yZ5uCRI2LYtVqjp2R6H2V4/kwIE605tvVNHo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q7ZZtOJJy3RGm7xPnpkPjHdf+R9Rv8bvYrviygqnChoCTACnZSJX2ax2yy0zWcoUo azOgfj+OoscKYhV2EPsgNH7nG0k9z2epj9wdB5pngDQtO1dsmIDD40zSq6jdpSyg7K BlgYBzFz8LraKVUgh0X3qH81d5+k+GctNYsvnvoU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110080] [13/14 Regression] Missed Dead Code Elimination at -Os when using __builtin_unreachable since r13-6945-g429a7a88438 Date: Fri, 02 Jun 2023 07:53:29 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords 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=3D110080 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.2 Keywords| |missed-optimization=