Make dumping of function attributes resemble source syntax
authorTom de Vries <tom@codesourcery.com>
Thu, 1 Oct 2015 05:42:50 +0000 (05:42 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 1 Oct 2015 05:42:50 +0000 (05:42 +0000)
commit26e5d47d44df43aaa6a14ae56bc057913c1d3e4c
tree5a7cdb25526c71c4ba40e1f830effe2aeab5a9dc
parentaeecd3d21279c5d524b3310b7f02ee83878c3cbe
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.

From-SVN: r228315
gcc/ChangeLog
gcc/tree-cfg.c