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: PATCH: fix tree-check violations for C++


>>>>> Mark Mitchell <mark@codesourcery.com> writes:

 >   The tree check violations occur during bootstrap with ENABLE_CHECKING=1:

 >   gcc/cp:

 >   1999-10-04  Greg McGary  <gkm@gnu.org>

 > 	  * class.c (finish_struct_1): Use simpler method of
 > 	  removing elements of a singly-linked list which doesn't
 > 	  lose for classes without data members.
 > 	  * decl2.c (mark_used): Don't instantiate CONST_DECL.

 > Do you have test-cases for these bugs?  That would help me to review
 > your changes, plus ensure that we don't lose the benefits of your
 > patches in the future.

He said it failed during bootstrap (presumably when building the C++ parts
of libgcc); I wouldn't think we would need any additional testcases.

Jason


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