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: RTL table initialization at compile time


Bernd Schmidt wrote:
> Nice.  I like patches that make chunks of code disappear :)
> 
> > 	* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
> > 	for a CONST_DOUBLE, at compile time.
> 
> You might want to move that part into rtl.h so you don't have to duplicate
> it in gengenrtl.c.

If I do that, I have to include real.h in rtl.h, which adds an
unnecessary dependency to most of the back end.

zw


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