This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Reg: -fdump-translation-unit for "C"
- From: "Praveen D V" <for dot pdv at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 27 Nov 2007 19:42:44 +0530
- Subject: Reg: -fdump-translation-unit for "C"
hi,
I was earlier using 3.x.x version where I used -fdump-translation-unit to dump
"typedef" tree. Recently I upgraded to 4.1.x version, unfortunately,
that doesn't
dump the tree any more. From documentation, it mentions it is for
"C++". I need it
for "C".
It is a very useful utility. Are there any other options that replace
-fdump-translation-unit?
--thanks, Praveen