From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D7453858C42; Tue, 19 Dec 2023 13:29:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D7453858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702992586; bh=AoC4SbOAMcWNmBz3hCxy3tnysxLYUPX2HTvFaUhcSOI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CLJ4M1WnBxSKzF/lmMiLG93/PO4WC29iaP9MCVBzm94CcdFx4HVQhdIr3kVOMoMYj Urvppa1F+5Z8pYVV2iZGL0HTbmw7a+EhBwvsvIpKHXXLlQG0YlOV37WAsJYYAxO2JE EyIGSko1eispncTjzqkPdBekRIVYtwIaR+kxb05g= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/81615] save-temps and gfortran produces *.f90 files instead of *.i or *i90 files Date: Tue, 19 Dec 2023 13:29:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: acoplan at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P5 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=3D81615 Alex Coplan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acoplan at gcc dot gnu.org --- Comment #17 from Alex Coplan --- Just a ping: it would be nice if this could be fixed, I'm currently trying = to debug/reduce a miscompiled benchmark which has *.f90 source files but -save-temps isn't useful due to this issue.=