This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix #line generation in cpp (take 2)
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Fix #line generation in cpp (take 2)
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Fri, 30 Jun 2000 10:04:55 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20000629231314.E542@sunsite.ms.mff.cuni.cz>
On Thu, Jun 29, 2000 at 11:13:14PM +0200, Jakub Jelinek wrote:
> Hi!
>
> This is another attempt to fix the gcc.dg/cpp/20000628-1.c testcase.
> Yesterday's attempt broke if there were multiple lines in macro arguments
> (because buffer_stack_depth is include depth + macro nesting depth).
> This patch was successfully bootstrapped on i386-redhat-linux,
> sparc-redhat-linux and alpha-redhat-linux (and fixes the testcase).
> Ok to commit?
Yes, this is fine.
zw