This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Some syntactic sugar for machine descriptions
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: Some syntactic sugar for machine descriptions
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 28 Jun 2001 18:05:08 -0700
- Cc: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, gcc-patches at gcc dot gnu dot org
- References: <10106272327.AA25857@vlsi1.ultra.nyu.edu> <20010628155914.H432@stanford.edu>
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?
r~