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]
Other format: [Raw text]

Re: Avoid explicit use of machine modes (8/n) Hook-ize INIT_TARGET_OPTABS


On Wed, Oct 01, 2003 at 05:42:35PM -0700, Zack Weinberg wrote:
> I tried to hook-ize FLOAT_LIB_COMPARE_RETURNS_BOOL, but enum rtx_code
> cannot be mentioned in target.h since tree.c includes that header but
> not rtl.h.

The current way we've been handling these enumerations is to 
just not use them and pass "int" to the hook instead.


r~


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