From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B85C93850216; Fri, 14 Oct 2022 10:48:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B85C93850216 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665744494; bh=A8T1W/qk/mnBPuyFe3hKMdaBC93o/g7Jv9/S5zhn1HU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=as1P/FlyP/EPg2H1VGDQMoeAGUbsBXs2PDHRDikaGjNjQWADWLguGp7gSDVgxTuT/ zz0fsi0DHnfsIm191OYfyFuBz2pOFOiicW12nbVaRrDNj/pPIP4jw7ZPRB3T1Z4AG3 2KTkXox2JM4dLukzlr4EeAnp8wRILMHgf+4FIA+E= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106131] [10 Regression] -fstrict-aliasing breaks normal program that does not use any pointer or reference Date: Fri, 14 Oct 2022 10:48:14 +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: 12.1.0 X-Bugzilla-Keywords: alias, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_known_to_work resolution cf_known_to_fail 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=3D106131 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Known to work| |10.4.1 Resolution|--- |FIXED Known to fail| |10.4.0 --- Comment #15 from Richard Biener --- Fixed.=