This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should -dD output assertions as well as macros?
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 11 May 2002 14:24:14 -0700
- Subject: Re: Should -dD output assertions as well as macros?
- References: <20020511190138.GA7066@daikokuya.demon.co.uk>
On Sat, May 11, 2002 at 08:01:38PM +0100, Neil Booth wrote:
> I think doing so would be logical.
A -dA switch might be a good idea, but I bet there's scripts out there
that will be surprised if assertions start appearing in the -dD
output.
> [...]
>
> and the odd-looking blank lines represent built-in assertions.
Line numbers aren't meaningful in "<built-in>" -- why not just avoid
printing the blank lines?
zw