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: Patch for better diagnostic (was: Re: Bug in MI?)


>>>>> Manfred Hollstein <manfred@s-direktnet.de> writes:

>> That can't be right; you can't treat error_mark_node like a TREE_LIST.

> Perhaps, you're wright. But that treatment isn't new due to my patch. I only
> added the the different error message, the while loop was already there.

Agreed.  The old code didn't recognize that we could get an error_mark_node
there.  Do you mind fixing it?

Jason


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