[Bug fortran/60447] Empty .s file created when using -E flag
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 6 14:17:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60447
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #3 from kargl at gcc dot gnu.org ---
(In reply to Vladimir Fuka from comment #2)
> -o option for what?
% ls *.s
ls: No match.
% ls foo.*
foo.F90
% gfortran46 -E -o foo.f90 -cpp foo.F90
% ls foo.* *.s
foo.F90 foo.f90
More information about the Gcc-bugs
mailing list