This is the mail archive of the gcc-patches@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: enable-checking: error_mark accessed as type


Two things:

Pushing into std by default is wrong; polluting std is liable to make
things worse.  Just don't push anywhere if the scope is bad.

You forgot to remove a check for type != error_mark_node after you've assured
that test will always be true.

Go ahead and check this in after making those changes.

Jason


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