* decl.c (expand_static_init): Add missing } in a comment.
authorMarek Polacek <polacek@redhat.com>
Mon, 27 Feb 2017 13:39:36 +0000 (13:39 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 27 Feb 2017 13:39:36 +0000 (13:39 +0000)
From-SVN: r245758

gcc/cp/ChangeLog
gcc/cp/decl.c

index b2459ce..03f9256 100644 (file)
@@ -1,3 +1,7 @@
+2017-02-27  Marek Polacek  <polacek@redhat.com>
+
+       * decl.c (expand_static_init): Add missing } in a comment.
+
 2017-02-27  Volker Reichelt  <v.reichelt@netcologne.de>
 
        * init.c: Include intl.h.
index 3dd1f5c..828359f 100644 (file)
@@ -8052,6 +8052,7 @@ expand_static_init (tree decl, tree init)
               } catch {
                 if (!flag) __cxa_guard_abort (&guard);
               }
+            }
           }
 
         Note that the `flag' variable is only set to 1 *after* the