1 msgRe: Why do I get: cannot declare variable 'sc' ...
2 msgWhy do I get: cannot declare variable ‘sc’ to b...
6 msgCompiler options for PowerPC
2 msgHow to change CR/LF to LF when compile gcc-4.1....
4 msgoperator new[] and operator delete[]
1 msgWhy am I seeing these warnings from system head...
3 msg-Bgroup?
3 msgGCC-3.3.6 and MIPS instruction 'EHB'
3 msgcr5-6 registers on i386
1 msgRe: WELCOME to gcc
25 msgRobust detection of endianness at compile time.
1 msgMESAJINIZ VAR
3 msgconfigure warning - test: too many arguments
1 msgProblem in loading DLL
3 msgright shift : strange behavior

TDF_DETAILS
\ ranjith kumar (27 Jul 2007)
. \ Lijuan Hai (27 Jul 2007)

6 msgInitialization of a static member of a template...
1 msgRe: dlopen() crash -gcc 3.4.6 20060404
1 msgRebuild GCC 4.2
3 msgUnrolling loops
Subject:TDF_DETAILS
Group:Gcc-help
From:ranjith kumar
Date:27 Jul 2007


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


© 2004-2008 readlist.com