This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: target hooks for the scheduler


On Thu, Aug 16, 2001 at 06:31:35PM +0100, Joseph S. Myers wrote:
> Zack Weinberg wrote:
> 
> >        * target.h: Forward declare union tree_node.  Change all uses
> >        of "tree" to "union tree_node *".  Add hooks for scheduler:
> 
> I thought we'd decided that the way to go on this was to arrange for some
> suitable header to forward declare union tree_node and struct rtx_def then
> typedef tree and rtx, so those names are visible everywhere, then
> gradually change existing uses of union tree_node * to just use tree,
> etc.?

I agree with this idea, but as far as I know there was no consensus reached
nor did we decide which header it should be.  I can make that change if
people do like it.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]