* decl.c (expand_static_init): Add missing } in a comment.

From-SVN: r245758
This commit is contained in:
Marek Polacek 2017-02-27 13:39:36 +00:00 committed by Marek Polacek
parent 24f1282383
commit d66d45909d
2 changed files with 5 additions and 0 deletions

View 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.

View 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