On 29 April 2017 at 01:37, Jeff Law wrote:
> On 04/25/2017 12:06 AM, Prathamesh Kulkarni wrote:
>>
>> On 25 April 2017 at 02:41, Jeff Law wrote:
>>>
>>> On 02/25/2017 01:40 AM, Prathamesh Kulkarni wrote:
Hi,
The attached patch deletes calls to strdup, strndup if it's
retu
On 04/25/2017 12:06 AM, Prathamesh Kulkarni wrote:
On 25 April 2017 at 02:41, Jeff Law wrote:
On 02/25/2017 01:40 AM, Prathamesh Kulkarni wrote:
Hi,
The attached patch deletes calls to strdup, strndup if it's
return-value is unused,
and same for realloc if the first arg is NULL.
Bootstrap+tes
On 25 April 2017 at 02:41, Jeff Law wrote:
> On 02/25/2017 01:40 AM, Prathamesh Kulkarni wrote:
>>
>> Hi,
>> The attached patch deletes calls to strdup, strndup if it's
>> return-value is unused,
>> and same for realloc if the first arg is NULL.
>> Bootstrap+tested on x86_64-unknown-linux-gnu.
>>
On 02/25/2017 01:40 AM, Prathamesh Kulkarni wrote:
Hi,
The attached patch deletes calls to strdup, strndup if it's
return-value is unused,
and same for realloc if the first arg is NULL.
Bootstrap+tested on x86_64-unknown-linux-gnu.
OK for GCC 8 ?
Thanks,
Prathamesh
pr79697-1.txt
2017-02-25
On 27 February 2017 at 00:10, Prathamesh Kulkarni
wrote:
> On 26 February 2017 at 05:16, Martin Sebor wrote:
>> On 02/25/2017 11:54 AM, Prathamesh Kulkarni wrote:
>>>
>>> On 25 February 2017 at 14:43, Marc Glisse wrote:
On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote:
> Hi,
>>>
On 2/28/17 12:49 PM, Peter Bergner wrote:
> On 2/25/17 2:40 AM, Prathamesh Kulkarni wrote:
>> The attached patch deletes calls to strdup, strndup if it's
>> return-value is unused,
>> and same for realloc if the first arg is NULL.
>
> Why limit ourselves to strdup and strndup? Can't we do the sam
On 2/25/17 2:40 AM, Prathamesh Kulkarni wrote:
> The attached patch deletes calls to strdup, strndup if it's
> return-value is unused,
> and same for realloc if the first arg is NULL.
Why limit ourselves to strdup and strndup? Can't we do the same
for all functions that are marked as const/pure s
On 26 February 2017 at 05:16, Martin Sebor wrote:
> On 02/25/2017 11:54 AM, Prathamesh Kulkarni wrote:
>>
>> On 25 February 2017 at 14:43, Marc Glisse wrote:
>>>
>>> On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote:
>>>
Hi,
The attached patch deletes calls to strdup, strndup if it's
On 02/25/2017 11:54 AM, Prathamesh Kulkarni wrote:
On 25 February 2017 at 14:43, Marc Glisse wrote:
On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote:
Hi,
The attached patch deletes calls to strdup, strndup if it's
return-value is unused,
and same for realloc if the first arg is NULL.
Bootstrap+
On 25 February 2017 at 14:43, Marc Glisse wrote:
> On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote:
>
>> Hi,
>> The attached patch deletes calls to strdup, strndup if it's
>> return-value is unused,
>> and same for realloc if the first arg is NULL.
>> Bootstrap+tested on x86_64-unknown-linux-gnu.
>
On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote:
Hi,
The attached patch deletes calls to strdup, strndup if it's
return-value is unused,
and same for realloc if the first arg is NULL.
Bootstrap+tested on x86_64-unknown-linux-gnu.
OK for GCC 8 ?
Instead of specializing realloc(0,*) wherever we c
Hi,
The attached patch deletes calls to strdup, strndup if it's
return-value is unused,
and same for realloc if the first arg is NULL.
Bootstrap+tested on x86_64-unknown-linux-gnu.
OK for GCC 8 ?
Thanks,
Prathamesh
2017-02-25 Prathamesh Kulkarni
PR tree-optimization/79697
* tre
12 matches
Mail list logo