From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DDEAD3858CDA; Sun, 3 Sep 2023 03:39:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDEAD3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693712385; bh=JGQxPBWlpkHNY1I6yxlnkDyCX7dv0i8Oga6TlHEh5nE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vq+inDTKsOltRz7gmdytCSlKcVNIoqUh87+E44b5EXoCEfAujPjy3Q3/OWP7BRoly J4MKGoyrQmYa2m4JLn9mRfE2tTTA58AH5AHYI7RAPvRb3w1HtL5H32AnTNRR4MRQEk bmt8NsSE8TzJbPXabZdmYH0qQhY/BJ/jFw68y7Ls= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/63311] [11/12 Regression] -O1 optimization introduces valgrind warning Date: Sun, 03 Sep 2023 03:39:44 +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: 5.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also cf_known_to_work cf_known_to_fail short_desc 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=3D63311 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D110228 Known to work| |13.2.0, 14.0 Known to fail| |12.3.0, 13.1.0 Summary|[11/12/13/14 Regression] |[11/12 Regression] -O1 |-O1 optimization introduces |optimization introduces |valgrind warning |valgrind warning --- Comment #25 from Andrew Pinski --- Fixed for GCC 13.2.0 by r13-7533-g79b6a4875f3dcc4bbca9242313b3edc1bad69660 . And the trunk by r14-2289-gb083203f053f16 .=