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

Andrew Pinski pinskia@physics.uc.edu
Mon Oct 10 15:11:00 GMT 2005


On Oct 10, 2005, at 8:20 AM, Jakub Jelinek wrote:

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

Actually it was approved in
http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00138.html

And just applied.

-- Pinski



More information about the Gcc-patches mailing list