new warnings building cp-demangle.c
Andrew Pinski
pinskia@gmail.com
Tue May 19 06:29:00 GMT 2009
On Mon, May 18, 2009 at 5:34 PM, Janis Johnson <janis187@us.ibm.com> wrote:
>> The code around line 723 is:
>>
>> if (p == NULL
>> || name == NULL
>> || (kind < gnu_v3_complete_object_ctor
>> && kind > gnu_v3_complete_object_allocating_ctor))
>> return 0;
>>
>> (and similarly for line 742). A bug?
>
> A much-discussed bug: http://gcc.gnu.org/PR40172
Though this is way different issue from that bug, this code looks wrong.
-- Pinski
More information about the Gcc
mailing list