From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 639853858282; Tue, 19 Dec 2023 20:10:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 639853858282 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703016644; bh=3ZHmXOS69LkJkh7m+Li8SwpeO/Pf1l1d/39RBMxepRU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X053X2pXiKI3aass/jwPye1UW1JjjPYy1DiZ9U5lfmAcpPgByZSOqjkpix0bMHery MEFnzw/5ggOlWvJC8c81AKMqwpcVplfjVqO59jmDNPbJtyUCgGNj8gvqqYOArRbUlS 0d8EYetTgCGyluAXGEdH0wNnKgfzb8RxrJj7MqSY= 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 20:10:44 +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: 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 --- Comment #20 from anlauf at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #19) > (In reply to anlauf from comment #18) > > (In reply to Alex Coplan from comment #17) > > > Just a ping: it would be nice if this could be fixed, I'm currently t= rying > > > to debug/reduce a miscompiled benchmark which has *.f90 source files = but > > > -save-temps isn't useful due to this issue. > >=20 > > The patch in comment#16 seems to work and looks good to me, but it appe= ars > > to never have been submitted for review. > >=20 > > 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. >=20 > It seems simple. Shall we post the patch to make sure we dont get any > broader objections? If none, then we commit. I'd say let's first give Rimvydas a chance to complete the patch with a commit message, and to submit to the ML. He's the author, and he has submitted patches which he properly signed-off.=