Dump the return type of functions in gimple dumps
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Apr 2014 15:02:16 +0000 (15:02 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Apr 2014 15:02:16 +0000 (15:02 +0000)
commit1f09cb43ee8e199dca339233fb1b92b7ffdbc660
tree3ac368329de198291a198c5ccbb1046dec702fdd
parentb1562bbb0a08d2e8a01eef2978dff575fe60c51c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209902 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr23401.c
gcc/testsuite/gcc.dg/tree-ssa/pr27810.c
gcc/tree-cfg.c