This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

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


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