From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE816384F02C; Fri, 14 Oct 2022 10:47:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE816384F02C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665744474; bh=45MR1UxtgzphMtSAZd05LhVf51lhcuOWEsXHqDAywP8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QmjN+VupdT+bYWDIKmffIjQo0DaMwxIR5zjMPdJkr0a++TPDBUIYL4Mkwtyk7r1/W UZCm155CZGpfyCZV3knDFx4LOg7Ui9uqQosx99V3HGdd/dFEM+UOId0S3pZvLKlcOO zKu2oc+pQUUNAV02FjJ0b4ipoT+ZpeOOirIfwzIQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106112] [10 Regression] wrong code at -Os and above on x86_64-linux-gnu since r10-2711-g3ed01d5408045d80 Date: Fri, 14 Oct 2022 10:47:54 +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: 13.0 X-Bugzilla-Keywords: 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: cf_known_to_fail cf_known_to_work 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=3D106112 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.4.0 Known to work| |10.4.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from Richard Biener --- Fixed.=