https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121544

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <[email protected]>:

https://gcc.gnu.org/g:5ee35b12de830a4688e79ed7ab464f281a220d3d

commit r16-3670-g5ee35b12de830a4688e79ed7ab464f281a220d3d
Author: Eric Botcazou <[email protected]>
Date:   Mon Sep 8 19:41:20 2025 +0200

    Ada: Make -fdump-ada-spec deal with pointers to anonymous structure

    This is about -fdump-ada-spec not generating the definition of the
structure
    for pointers to anonymous structure as structure elements.

    gcc/c-family:
            PR ada/121544
            * c-ada-spec.cc (dump_ada_node) <POINTER_TYPE>: Dump the name of
            anonymous tagged pointed-to types specially.
            (dump_nested_type) <POINTER_TYPE>: Recurse on anonymous pointed-to
            types declared in the same file.
            Set TREE_VISITED on the underlying DECL of the field type, if any.

Reply via email to