armv4l bootstrap problem in libstdc++-v3

Rod Stewart stewart@nexus.carleton.ca
Tue Dec 19 10:39:00 GMT 2000


On Tue, 19 Dec 2000, Benjamin Kosnik wrote:

> > 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?

No, still not building on ARM.

-Rms



More information about the Gcc-bugs mailing list