Make dumping of function attributes resemble source syntax
commitb5409c83d1288df2bb4053974d8af75702623c23
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 05:42:50 +0000 (1 05:42 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 2015 05:42:50 +0000 (1 05:42 +0000)
tree5a7cdb25526c71c4ba40e1f830effe2aeab5a9dc
parent24388587e6903abc446003a5d0a170737e227fa8
Make dumping of function attributes resemble source syntax

2015-10-01  Tom de Vries  <tom@codesourcery.com>

* tree-cfg.c (dump_function_to_file): Dump function attributes using
__attribute__(()) string.  Move dumping of function attributes to before
function name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228315 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-cfg.c