[Bug middle-end/36735] incomplete tree dump with "-fdump-tre…

Top Page

Reply to this message
Author: grabner at icg dot tugraz dot at
Date:  
To: gcc-bugs
Subject: [Bug middle-end/36735] incomplete tree dump with "-fdump-tree-original-raw"


------- 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