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]

Re: BUILT_IN usage in tree-nested.c



On Jun 5, 2004, at 12:19, Richard Kenner wrote:


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?

I think you are supposed to initialize them in the front-end.
gfortran initializes them in gfc_init_builtin_functions in fortran/f95-lang.c.
Java initializes them in initialize_builtins in java/builtins.c.


Thanks,
Andrew Pinski


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