This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: armv4l bootstrap problem in libstdc++-v3
- To: Richard Earnshaw <rearnsha at arm dot com>
- Subject: Re: armv4l bootstrap problem in libstdc++-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 19 Dec 2000 10:33:41 -0800 (PST)
- cc: Rod Stewart <stewart at netwinder dot org>, mmitchel at codesourcery dot com, gcc-bugs at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, rearnsha at arm dot com
> void
> arm_init_builtins()
> {
> tree endlink = tree_cons (NULL_TREE, void_type_node, NULL_TREE);
> tree int_endlink = tree_cons (NULL_TREE, integer_type_node, endlink);
> tree pchar_type_node = build_pointer_type (char_type_node);
>
> tree int_ftype_int, void_ftype_pchar;
>
> /* void func (void *) */
> void_ftype_pchar
> = build_function_type (void_type_node,
> tree_cons (NULL_TREE, pchar_type_node, endlink));
was this every fixed?