[PATCH] Handle digits in %g, %| and %m argument

Jakub Jelinek jakub@redhat.com
Mon Oct 10 15:11:00 GMT 2005


On Mon, Oct 10, 2005 at 08:14:37AM -0400, Andrew Pinski wrote:
> >Fortran uses -o %|.f95 in its specs, but without this patch the driver
> >treats this as %|.f followed immediately by 95.  Which means that
> >when the driver is creating the filename, it will create say
> >/tmp/ccjrY4pv.f as empty file, then cc1 will be called with
> >-o /tmp/ccjrY4pv.f95 etc. and afterwards we end up with an empty
> >left-over file /tmp/ccjrY4pv.f.
> >Ok for HEAD/4.0?
> 
> Isn't this the same patch as
> http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01289.html
> ?

Apparently it is.  Then the question is, can anyone approve
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01289.html for 4.0/HEAD?

	Jakub



More information about the Fortran mailing list