This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r174698 - in /trunk/gcc: ChangeLog final.c pass...


Author: aoliva
Date: Mon Jun  6 13:24:55 2011
New Revision: 174698

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174698
Log:
* tree-pretty-print.c (dump_function_header): Add flags.
Don't dump decl_uid with nouid.
* tree-pretty-print.h (dump_function_header): Adjust.
* final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
* passes.c (pass_init_dump_file): Pass dump_flags on.
* tree-cfg.c (gimple_dump_cfg): Pass flags on.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/passes.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-pretty-print.c
    trunk/gcc/tree-pretty-print.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]