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]

[patch c i386]: Re: Replace target macro TARGET_ENUM_VA_LIST by target hook


Why have you introduced another target hook initializer macro name that
does not match the targetm member name?
It should either be enum_va_list and TARGET_ENUM_VA_LIST or
enum_va_list_p and TARGET_ENUM_VA_LIST_P.

Also, in tm.texi, you got the type for the ptype hook parameter wrong.


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