https://sourceware.org/bugzilla/show_bug.cgi?id=32746

Nick Alcock <nick.alcock at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |nick.alcock at oracle 
dot com
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |nick.alcock at oracle dot com
   Last reconfirmed|                            |2025-02-25
     Ever confirmed|0                           |1

--- Comment #1 from Nick Alcock <nick.alcock at oracle dot com> ---
Another reproducer (from the testsuite addition coming in the fix for this):

struct foo
{
  int one;
  const struct
    {
      int missing;
    };  
  int two;
};

ctf_member_info() on struct foo will not see 'missing': nor will
ctf_member_next(), even with CTF_MN_RECURSE.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to