2 msgWrong ChangeLog entry in gcc/ChangeLog
1 msggcc-4.1-20071105 is now available

Question regarding GCC fdump option
\ Johan Bohlin (5 Nov 2007)
. \ Tom Tromey (6 Nov 2007)

2 msgDocumentation Error in Using the GNU Compiler C...
6 msgDEBUG_INSN that is not an insn
16 msgGCC 4.3.0 Status Report (2007-11-04)
1 msgThe Linux binutils 2.18.50.0.3 is released
27 msgstrict aliasing
2 msgWhy is this still not allowed by gcc while MSVC...
13 msgGNAT is required to build ada
1 msggcc-4.3-20071102 is now available
16 msgTree-SSA and POST_INC address mode inompatible ...
2 msgDependency output
12 msgResults of 7z-4.55 performance with current GCCs.
3 msgOld UTF16 patch
2 msgWhat means the fat .gch file?
2 msgNew FAILures on MIPS: g++.dg/tree-ssa/ivopts-1....
16 msgundocumented optimization options
3 msgLast argument of lang_hooks_for_callgraph.analz...
2 msgCan CODE_FOR_$(div$V$I$a3$) ever match?
Subject:Re: Question regarding GCC fdump option
Group:Gcc
From:Tom Tromey
Date:6 Nov 2007


>>>>> "Johan" == Johan Bohlin <dt05jb3> writes:

Johan> Hi I have a question regarding gcc or g++
Johan> -fdump-tree-all-raw-details (.tu file). I want to dump the
Johan> entire C (not C++) AST tree the only way to do this, without
Johan> losing any information, is if I use g++ and
Johan> -fdump-tree-all-raw-details and i have some kind of error in
Johan> the file. Can I in some way change a flag or edit a method in
Johan> the source files so i can use this option without having an
Johan> error in my c file but get all the information. Even better
Johan> would be if i could use gcc.

I don't think there is a way to do this without modifying gcc. FWIW,
I think that would be a worthwhile project; IMO gcc should move a bit
more into the analysis space.

Note that the C front end does lose information relatively early. For
instance, it constant folds as it builds expression trees. So, even
internally the AST won't show you some things that you might want to
see. This is also fixable of course.

Tom


© 2004-2008 readlist.com