This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
BUILT_IN usage in tree-nested.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 5 Jun 04 12:19:54 EDT
- Subject: 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?