]> gcc.gnu.org Git - gcc.git/commit
Check DECL_NAMELESS in modified_type_die
authorTom Tromey <tromey@adacore.com>
Thu, 29 Aug 2024 19:23:18 +0000 (13:23 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 4 Sep 2024 18:37:54 +0000 (12:37 -0600)
commit5326306e7d9d36eccc2c2f02e1357818625f057b
treecf29d175e72be660ef660744f999c1c897f62277
parent0455e85e4eda7d80bda967914d634fe5b71b7ffc
Check DECL_NAMELESS in modified_type_die

While working on a patch to the Ada compiler, I found a spot in
dwarf2out.cc that calls add_name_attribute without respecting
DECL_NAMELESS.

gcc

* dwarf2out.cc (modified_type_die): Check DECL_NAMELESS.
gcc/dwarf2out.cc
This page took 0.052723 seconds and 5 git commands to generate.