From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1ADC53858418; Fri, 14 Oct 2022 12:52:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ADC53858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665751940; bh=h2gohyEMvDKgHtzvHupsYwf2U+U2bG7Fujz5QKXaLUs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bnpeblfCBvQ2wljptbWpNp2e73T9InNElU3y/M0+6ljG/i5OHU+ElhNIrsWRxEuac UBbgkz2xcenZ/FiHxhWq8Cyjl5KT+bz7eSTtyBpELfnj77IA6mBgmeC1Tt5a/AYrx7 IWOzkylks+R/q0ncIFTRsROLh+6ISjjg0AkcSCFk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107257] Wrong code at -O2 on x86_64-linux-gnu Date: Fri, 14 Oct 2022 12:52:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: 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=3D107257 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #3 from Richard Biener --- Indeed, the bogus expectation is eventually that s(2) gets the argument register set up for the call to n(), but obviously that's misguided.=