[PATCH] PR 18732

Geoffrey Keating geoffk@apple.com
Fri Dec 10 21:02:00 GMT 2004


On 10/12/2004, at 9:24 AM, Devang Patel wrote:

>>>> 2004-12-1  Devang Patel  <dpatel@apple.com>
>>>>
>>>>          PR 18732
>>>>          * gcc.c (main): In case of error while processing first
>>>> source file, process
>>>>          next file, if separate assembly output is requested for 
>>>> each
>>>> source files.
>>>>
>>>> Bootstrapped and tested on powerpc-darwin.
>>>> OK ?
>>>
>>> I believe you can just delete the 'break'.  In the case of a
>>> multi-file compile, the behaviour should be the same, any further
>>> compilations (not that there would usually be any) should still be 
>>> run.
>>
>> Aha... actually 'for' loop's next iteration is entered but following 
>> lines ensure expected behavior in IMA mode. (For IMA mode, it'd be 
>> nice if 'for' loop is avoided, but that's for some other time)
>>
>>       if (infiles[i].compiled)
>>         continue;
>>
>> OK, if I just delete the 'break' as you suggest ?

Yes, that would be OK.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2408 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20041210/4bca8cea/attachment.p7s>


More information about the Gcc-patches mailing list