r209902 - in /trunk/gcc: ChangeLog testsuite/Ch...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Tue Apr 29 15:02:00 GMT 2014


Author: dmalcolm
Date: Tue Apr 29 15:02:16 2014
New Revision: 209902

URL: http://gcc.gnu.org/viewcvs?rev=209902&root=gcc&view=rev
Log:
Dump the return type of functions in gimple dumps

gcc/
	* tree-cfg.c (dump_function_to_file): Dump the return type of
	functions, in a line to itself before the function body, mimicking
	the layout of a C function.

gcc/testsuite/
	* gcc.dg/tree-ssa/pr23401.c: Update the expected number of
	occurrences of "int" in the gimple dump to reflect that the return
	types of functions now show up in such dumps.
	* gcc.dg/tree-ssa/pr27810.c: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23401.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr27810.c
    trunk/gcc/tree-cfg.c



More information about the Gcc-cvs mailing list