From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F348E384FEB0; Fri, 9 Dec 2022 01:50:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F348E384FEB0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670550660; bh=p9WED1555iptiwc1A0hi4EfvV2o17c7b/RXw44lQJGc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K0iSWWDI0dGn0c5wQTw+3zSlK2YbGC3fCtHdDxcBtjYtaFneemgRXL42EEAij6Fp9 vR23U29M/ZV8Lfx9vdR+RRmmQVPq8kyTp51Td93Cq8u/nQ9W4hYD3bNk1ZJDNCFcDY GNI+zHZi6WgTmeql3Z32AaiivnhRtSMex88UyLoE= From: "barrowes at alum dot mit.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/81615] save-temps and gfortran produces *.f90 files instead of *.i or *i90 files Date: Fri, 09 Dec 2022 01:50:56 +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: normal X-Bugzilla-Who: barrowes at alum dot mit.edu X-Bugzilla-Status: NEW 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: 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 #10 from Ben Barrowes --- The reason the stdout redirection doesn't work for me is because I want to = save these preprocessed files during a "make" session. When I make, thousands of fotran files are preprocessed and compiled. How do I save the stdout from e= ach one into its own directory?=