This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16118] Preprocessed source error with -xf77-cpp-input
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2004 16:01:41 -0000
- Subject: [Bug fortran/16118] Preprocessed source error with -xf77-cpp-input
- References: <20040621175602.16118.edwardss@whl.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-07-11 16:01 -------
For me, it keeps the temporary file in the local directory. Do you mean it
should keep it in /tmp or is that a pasto?
[tobi@marktplatz tests]$ rm preproc.[fso]
[tobi@marktplatz tests]$ gfortran -save-temps -xf77-cpp-input -c preproc.F
[tobi@marktplatz tests]$ ls preproc.*
preproc.f preproc.F preproc.o preproc.s
[tobi@marktplatz tests]$ rm preproc.[fso]
[tobi@marktplatz tests]$ gfortran -save-temps -c preproc.F
[tobi@marktplatz tests]$ ls preproc.*
preproc.f preproc.F preproc.o preproc.s
[tobi@marktplatz tests]$
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobi at gcc dot gnu dot org
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16118