This is the mail archive of the gcc-help@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: GCC global_trees initialization


Steve Teale <steve.teale@britseyeview.com> writes:

> The one that was worrying me was va_list_type_node, which does not seem
> to be mentioned. Does the language front end have to fill in the missing
> squares?

va_list_type_node is initialized by build_common_tree_nodes_2.  The
language frontend must call that after calling build_common_tree_nodes
and set_sizetype.

Ian


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