This is the mail archive of the gcc-bugs@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]

Re: Missing declaration causes ICE or segmentation fault


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~

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