Fortran: dump-parse-tree attribs: fix unbalanced braces [PR109624]
commit39f7c0963a9c009e6c9b98e95dbba31cccb07329
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 9 May 2023 15:21:16 +0000 (9 17:21 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 10 May 2023 19:07:57 +0000 (10 21:07 +0200)
tree6f6acf21d86015f5813d2ebb01c475459aabc732
parente91937e9a480b8a765ba26865eb000b8e6aa1fce
Fortran: dump-parse-tree attribs: fix unbalanced braces [PR109624]

gcc/fortran/ChangeLog:

PR fortran/109624
* dump-parse-tree.cc (debug): New function for gfc_namespace.
(gfc_debug_code): Delete forward declaration.
(show_attr): Make sure to print balanced braces.
gcc/fortran/dump-parse-tree.cc