From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8CE438582B6; Tue, 19 Dec 2023 19:50:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8CE438582B6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703015432; bh=j9ZB++X7x8RI0rYs8KPcIunSeFnQDHN8TwutvbzQwHw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dgKjko1Xj8Q38qJATZZVJUN8MDgdjWeNFRmJxbea6DqRYK9WvmJluU3etrAgny+X6 w1yoFhrL4KIySTgSNezludNgV0EJxJNRhZmkKkz1H4SiOZ7PoJdeaW7wL5w0Xa2x6+ tR1gDvgLhlVmpIQbW4l6IrgpG0/6cDTNIrwGY5Io= From: "anlauf 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 19:50:32 +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: anlauf 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 anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gcc dot gnu.org --- Comment #18 from anlauf at gcc dot gnu.org --- (In reply to Alex Coplan from comment #17) > 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. The patch in comment#16 seems to work and looks good to me, but it appears to never have been submitted for review. One could also add a mini-section in invoke.texi by borrowing from gcc/doc/invoke.texi (-> Developer Options) and add a minimal example for -save-temps in the context of gfortran use.=