Question regarding fdump
Johan Bohlin
dt05jb3@student.lth.se
Wed Nov 14 18:04:00 GMT 2007
Hi I have a question regarding gcc or g++ -fdump-tree-all-raw-details (.tu
file). I want to dump the entire C (not C++) AST tree the only way to do
this, without losing any information, is if I use g++ and
-fdump-tree-all-raw-details and i have some kind of error in the file. Can
I in some way change a flag or edit some methods in the source files so i can
use this option without having an error in my c file but get all the
information. Even better would be if i could do this in the gcc source-files.
//Johan (using gcc 4.2.1)
More information about the Gcc-help
mailing list