On Fri, 19 May 2023, Martin Uecker via Gcc-patches wrote:
> Repost for stage 1.
>
>
> C: Remove dead code related to type compatibility across TUs.
>
> Code to detect struct/unions across the same TU is not needed
> anymore. Code for determining compatibility of tagged types is
Repost for stage 1.
C: Remove dead code related to type compatibility across TUs.
Code to detect struct/unions across the same TU is not needed
anymore. Code for determining compatibility of tagged types is
preserved as it will be used for C2X. Some errors in the unused
OK.
Jason
Hi,
while looking into c++/58609 I noticed this dead code. Can I remove it?
Tested x86_64-linux.
Thanks,
Paolo.
/
2014-03-07 Paolo Carlini
* decl.c (check_initializer): Remove dead code.
Index: decl.c