Missing declaration causes ICE or segmentation fault

Richard Henderson rth@cygnus.com
Fri Jun 16 14:02:00 GMT 2000


On Fri, Jun 16, 2000 at 04:12:43PM -0400, John David Anglin wrote:
> it is clear that the problem occurs because digest_init was called with
> TREE_TYPE (init) == error_mark_node.  This suggests that TREE_TYPE (init)
> should also be tested to see if it is an error_mark_node, in addition
> to type and init.

I don't think we should have created `init' with type error_mark_node.
At first blush it would seem more correct to have decayed init itself
to error_mark_node earlier.


r~


More information about the Gcc-bugs mailing list