d: Field names of anonymous delegates should be same as regular delegate types.
commit9fb12ee6fb75be4f980a235dc3f28a29ecc80de0
authorIain Buclaw <ibuclaw@gdcproject.org>
Mon, 15 Aug 2022 07:54:15 +0000 (15 09:54 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Mon, 15 Aug 2022 19:35:09 +0000 (15 21:35 +0200)
tree312422acdcdb7fb9d91648ec8c2da6021a07b10d
parent23e8c0b0d99f585499baddda70af6a8b26f49bea
d: Field names of anonymous delegates should be same as regular delegate types.

Doesn't change anything in the code generation or ABI, but makes it
consistent with regular delegates as names would match up when
inspecting tree dumps.

gcc/d/ChangeLog:

* d-codegen.cc (build_delegate_cst): Give anonymous delegate field
names same as per ABI spec.
gcc/d/d-codegen.cc