]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove double output of attr->save.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 16 Feb 2025 11:24:13 +0000 (12:24 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 16 Feb 2025 11:25:56 +0000 (12:25 +0100)
commitdb19dc70bac1d143977431736cd7141d1b98a2dc
treeceaf9f4136102634cb82aacb648e247871f631e1
parent6302f478433166f71464bc06caf5701c1800a7e7
Remove double output of attr->save.

In the recent patch for dumping all attributes, there were
duplicates for attr->save, which is output via gfc_code2string
previously. This patch removes that double output.

gcc/fortran/ChangeLog:

* dump-parse-tree.cc (show_attr): Remove double output
of attr->save.
gcc/fortran/dump-parse-tree.cc