On Fri, Jan 22, 2016 at 2:17 AM, Andrew Pinski wrote:
> On Wed, Jan 13, 2016 at 4:36 AM, Richard Biener
> wrote:
>> On Wed, Jan 13, 2016 at 9:27 AM, Andrew Pinski wrote:
>>> Hi,
>>> The support -combine was removed a while back but cc1 still accepts
>>> more than one file if directly invoked.
On Wed, Jan 13, 2016 at 4:36 AM, Richard Biener
wrote:
> On Wed, Jan 13, 2016 at 9:27 AM, Andrew Pinski wrote:
>> Hi,
>> The support -combine was removed a while back but cc1 still accepts
>> more than one file if directly invoked. The support for multiple
>> files has bit-rotten inside the C
On Wed, Jan 13, 2016 at 9:27 AM, Andrew Pinski wrote:
> Hi,
> The support -combine was removed a while back but cc1 still accepts
> more than one file if directly invoked. The support for multiple
> files has bit-rotten inside the C front-end now too. This patch now
> errors out when invoked w
Hi,
The support -combine was removed a while back but cc1 still accepts
more than one file if directly invoked. The support for multiple
files has bit-rotten inside the C front-end now too. This patch now
errors out when invoked with more than one file instead of crashing
later.
OK? Bootstrap