This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Remove reference to nonexistent TYPE_* macros from tree.def
- From: shaurya arora <arora at gdit dot iiit dot net>
- To: <gcc at gcc dot gnu dot org>
- Date: Mon, 28 Oct 2002 01:57:53 +0530 (IST)
- Subject: Re: Remove reference to nonexistent TYPE_* macros from tree.def
I had just posted the same question before i saw this. so i guess this had
already answered my question.
Anyone know the story behind this ? I mean why was TYPE_SEP put and then
not used ? I was planning on using this field assuming that this would be
used during RTL generation, I guess ill now have to figure out another way
to place fields in an array such that their separation is different from
the sizeof each field. :(
shaurya
>tree.def makes reference to TYPE_SEP and TYPE_SEP_UNIT, which are
>nowhere in the code, nor are they mentioned in the change logs. This
>patch removes the references.
>
>Applied as obvious.
>
>zw