From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 10802385840C; Mon, 8 May 2023 13:51:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10802385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683553866; bh=RkVbH5pmShnS/hPpcNBF+1EMQ/lvGaTIydB66UtdWZY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jsntD5FC8yVtNAG/DyoGNilw0ANC4O4jCYiGUATJI+rtuwWZzD+7mt2SBUT3PQDGp 28GnhTFqqE6VrYo76uEBC4WeZ/j4VKENF2HlPURKEAOwHCvAbGZamSdwOjtQ2fFLXy MsW5Lb2XWF1PUWrsjTv0LjDkYbM/qdm50smffAIs= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109766] Passing doubles through the stack generates a stack adjustment per each such argument at -Os/-Oz. Date: Mon, 08 May 2023 13:51:05 +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: 13.1.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: cc 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=3D109766 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware = dot com --- Comment #1 from Sam James --- I'll cc Roger on the off chance he's interested, given he added -Oz.=