From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 134A53858D20; Mon, 8 Apr 2024 08:45:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 134A53858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712565924; bh=cSCRDengUCPmq4a3fzfDwZnZ/6+5pmAuN4fieX9x3lc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lYRcGgLp7TCHrgbRAJ84BfkUjasTccQLVBtG6ugXAKkUxg3lrNkEccb5yim9QDlcx ytbZ66O5SK7Xg/S5EfSCRaGpCRfxPy6MKD6wyhWjQYrIEdIG+FIisngvNcrowR5WEp IsDTw0evS46uD37zdbNOc0sPYJGR6b0Z7bJfisP4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114627] undefined behavior in tree-profile.cc while compiling gcc.misc-tests/gcov-18.c Date: Mon, 08 Apr 2024 08:45:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone 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=3D114627 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] undefined |undefined behavior in |behavior in tree-profile.cc |tree-profile.cc while |while compiling |compiling |gcc.misc-tests/gcov-18.c |gcc.misc-tests/gcov-18.c Target Milestone|14.0 |--- --- Comment #1 from Richard Biener --- it's not a regression from older GCC since -fcondition-coverage is new=