This is the mail archive of the gcc@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]

BUILT_IN usage in tree-nested.c


A number of the tree-*.c files use the implicit_built_in_decls entries,
but, as far as I can see, only the C and C++ front-end initialize them
and it seems hard for other front ends to do so since the builtins
are stated in terms of C types.

How is this supposed to work?


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