* init.c (expand_default_init): Fix } indentation.
commit3d2505472ac35975596e5e2f0d844672f79306a3
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Sep 2016 10:29:53 +0000 (26 10:29 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Sep 2016 10:29:53 +0000 (26 10:29 +0000)
tree51068e2e669543fb286c52f5c6b55e1f1c444d3a
parent2ee4111bd25d1685a2e092256c85776c52b6f628
* init.c (expand_default_init): Fix } indentation.
* method.c (process_subob_fn): Simplify control structure to
remove gotos.
(implicitly_declare_fn): Remove duplicated lambda ctor check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240489 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/method.c