Dump type attributes in dump_function_to_file.
authorMartin Sebor <msebor@redhat.com>
Tue, 24 Nov 2020 00:15:54 +0000 (17:15 -0700)
committerMartin Sebor <msebor@redhat.com>
Tue, 24 Nov 2020 00:19:26 +0000 (17:19 -0700)
commit6692c400f207c68fb11b44182ae127856e8b9ad3
tree3a363293cba485927fefb68147ddd66718831d4d
parent8e6198d0f8ef9f7fbf68cb5340b9cbe174d4e58a
Dump type attributes in dump_function_to_file.

gcc/ChangeLog:

* tree-cfg.c (dump_function_to_file): Print type attributes
and return type.

gcc/testsuite/ChangeLog:
* gcc.dg/attr-access-5.c: New test.
gcc/testsuite/gcc.dg/attr-access-5.c [new file with mode: 0644]
gcc/tree-cfg.c