Commit d66d4590 by Marek Polacek Committed by Marek Polacek

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

From-SVN: r245758
parent 24f12823
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment