This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: TDF_DETAILS
- From: "Lijuan Hai" <hailijuan at gmail dot com>
- To: "ranjith kumar" <ranjit_kumar_b4u at yahoo dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 27 Jul 2007 14:21:33 +0800
- Subject: Re: TDF_DETAILS
- References: <76084.77035.qm@web27410.mail.ukl.yahoo.com>
gcc -fdump-tree-all-details can help you dump the details.
seen in gccint:
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging-Options
-fdump-tree-switch-options
you can find the *switches* and *options* in tree-dump.c of gcc-4.2.
2007/7/27, ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk>:
> #define TDF_DETAILS (1 << 3) /* show more
> detailed info about each pass */
> ------------------------------------------------------
> hi,
> TDF_DETAILS is defined in tree-pass.h as above.
> What does it mean?
> To make TDF_DETAILS=1 in code shown below which flags
> must be passed while compilation??
> Thanks in advance.
> -------------------------------------------------------
> if (dump_file && (dump_flags & TDF_DETAILS))
> {
> fprintf (dump_file, "After Coalescing:\n");
> dump_var_map (dump_file, map);
> }
>
> -------------------------------------------------------
>
>
> ___________________________________________________________
> Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
> now.
> http://uk.answers.yahoo.com/
>
--
Best wishes!
Yours,
Lijuan Hai
_ _
(_)(_)
(,,)
=()=
((__)\
_|L\_______/