[Bug fortran/16118] Preprocessed source error with -xf77-cpp-input

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jul 11 16:01:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list