This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c-dump.c problems
- From: Daniel Berlin <dan at dberlin dot org>
- To: Cedric Roux <Cedric dot Roux at lip6 dot fr>
- Cc: bug-gcc at gnu dot org
- Date: Mon, 25 Feb 2002 15:18:22 -0500 (EST)
- Subject: Re: c-dump.c problems
On Mon, 25 Feb
2002, Cedric Roux wrote:
> Hi gcc coders,
>
> the -fdump-ast-xx -fdump-translation-unit and the like
> don't work (gcc 3.0.4, the latest, present in 3.0.3 too and
> maybe earlier, I don't know).
They work for C++, not C.
[dberlin@danberlin dberlin]$ g++-3.0.4 -fdump-ast-original a.cc
[dberlin@danberlin dberlin]$ ls -l a.cc.original
-rw-rw-r-- 1 dberlin dberlin 11917 Feb 25 15:17 a.cc.original
[dberlin@danberlin dberlin]$
--Dan