]> git.ipfire.org Git - thirdparty/gcc.git/commit
fortran: Fix closing brace in comment
authorMikael Morin <mikael@gcc.gnu.org>
Tue, 15 Jul 2025 11:33:34 +0000 (13:33 +0200)
committerMikael Morin <mikael@gcc.gnu.org>
Fri, 1 Aug 2025 13:10:35 +0000 (15:10 +0200)
commitdb39ace3c1c6b7c222a46e4e5a20900262d1971d
tree8e32288c311839dc027366df31f34b60a9c04a95
parent39d429631ff7060238dc046db4340a304560227f
fortran: Fix closing brace in comment

In a comment, fix the closing brace of the tree layout definition of the
openmp allocate clause.  It was confusing vim's matching brace support.

gcc/fortran/ChangeLog:

* trans-decl.cc (gfc_trans_deferred_vars): Fix closing brace in
a comment.
gcc/fortran/trans-decl.cc