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: Some syntactic sugar for machine descriptions


On Thu, Jun 28, 2001 at 06:05:08PM -0700, Richard Henderson wrote:
> On Thu, Jun 28, 2001 at 03:59:14PM -0700, Zack Weinberg wrote:
> > +    case '\n':	/* backslash-newline */
> > +      read_rtx_lineno++;
> > +      break;
> 
> Pretty sure you want a return here.  We're not supposed
> to put the newline on the obstack, are we?

The old code did.

zw


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