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]
Other format: [Raw text]

Re: C++ PATCH: PR c++/13536


On Sun, 2004-01-04 at 15:39, Phil Edwards wrote:
> On Sun, Jan 04, 2004 at 02:34:46PM -0800, Mark Mitchell wrote:
> >         if (!parser->in_template_argument_list_p
> > + 	  /* Having seen:
> > + 
> > + 	       (int((char *)...
> > + 
> > + 	     we cannot be sure whether we are looking at a
> > + 	     function-type (taking a */
> > + 	  && !parser->in_type_id_in_expr_p
> 
> What an odd comment.

Eek.  Indeed.  Will fix.  Thanks.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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