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: java instance initializers




On Tue, 3 Jul 2001, Alexandre Petit-Bianco wrote:
> I would just say:
> 
> >  	  {
> >  	  case CALL_EXPR:
> >  	    found = CALL_EXPLICIT_CONSTRUCTOR_P (body);
> > +         invokes_this = CALL_THIS_CONSTRUCTOR_P (body)
> >  	    body = NULL_TREE;
> >  	    break;
> >  	  case COMPOUND_EXPR:

Thanks.  I committed this with your suggestion.

Jeff


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