[Bug testsuite/40488] [4.5 Regression] Revision 148642 caused extra failures
rth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 18 23:28:00 GMT 2009
------- Comment #1 from rth at gcc dot gnu dot org 2009-06-18 23:28 -------
Subject: Bug 40488
Author: rth
Date: Thu Jun 18 23:27:40 2009
New Revision: 148685
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148685
Log:
PR 40488
* tree-pass.h (TDF_ASMNAME): New.
* tree-dump.c (dump_options): Add asmname.
* doc/invoke.texi: Document it.
* tree-pretty-print.c (maybe_dump_asm_name): Merge into...
(dump_decl_name): ...here.
(dump_function_name): New flags arg; mind TDF_ASMNAME.
(dump_generic_node): Update dump_function_name calls.
(print_call_name): New flags arg; update all dump calls.
* diagnostic.h (print_call_name): Update.
* gimple-pretty-print.c (dump_gimple_call): Update.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/diagnostic.h
trunk/gcc/doc/invoke.texi
trunk/gcc/gimple-pretty-print.c
trunk/gcc/tree-dump.c
trunk/gcc/tree-pass.h
trunk/gcc/tree-pretty-print.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40488
More information about the Gcc-bugs
mailing list