On 12/7/22 05:08, Thomas Schwinge wrote:
Hi Andrew!

On 2022-12-02T09:12:23-0500, Andrew MacLeod via Gcc-patches 
<gcc-patches@gcc.gnu.org> wrote:
This consists of 3 changes which stronger type checking has indicated
are non-compliant with the type field.
I'm curious what that "stronger type checking" is?


Remnants of an old project which replaces the uses of trees to represent types everywhere in GCC with a new type pointer. This provided much stronger compile time type checking.   These few places in the patch caused compile time errors because the accesses were not type nodes.

They were hanging around in an old branch from 2017 I was looking at, so I figured it was time to get them into trunk :-)


Anddrew

Reply via email to