On Mon, May 18, 2009 at 5:34 PM, Janis Johnson <janis...@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