This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]