This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/36735] incomplete tree dump with "-fdump-tree-original-raw"
- From: "grabner at icg dot tugraz dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2008 20:40:58 -0000
- Subject: [Bug middle-end/36735] incomplete tree dump with "-fdump-tree-original-raw"
- References: <bug-36735-14740@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from grabner at icg dot tugraz dot at 2008-07-05 20:40 -------
Ok, I inserted my best guess for host-target-build (since this particular
problem is not related to code generation, it shouldn't be too important here
anyway). A few proposals how to make it easier for first-time bug reporters to
create useful reports are here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36739
Regarding the "TDF_SLIM | ...", it still seems to me that these have been
inserted at some point in time for testing purposes and not yet been removed
since then. If a slim tree dump is desired, it can still be obtained by adding
the "-slim" switch. I am working on automatic differentiation of C code written
for gcc, and it seems natural to obtain the code tree directly from gcc. Since
the tree-dump options are documented in the man page, I took this approach, but
had to remove the TDF_SLIM override to get useful results.
--
grabner at icg dot tugraz dot at changed:
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet| |linux
GCC host triplet| |x86_64
GCC target triplet| |suse
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36735