This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RTL table initialization at compile time
- To: Zack Weinberg <zack@bitmover.com>
- Subject: Re: RTL table initialization at compile time
- From: Bernd Schmidt <bernds@cygnus.co.uk>
- Date: Fri, 27 Aug 1999 18:23:56 +0100 (BST)
- cc: egcs-patches@egcs.cygnus.com
>
> If I do that, I have to include real.h in rtl.h, which adds an
> unnecessary dependency to most of the back end.
That's a good reason not to do this. I wasn't aware of that problem.
Bernd