]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (expand_static_init): When building an anonymous function for use with atexit...
authorMark Mitchell <mark@codesourcery.com>
Sat, 19 Jun 1999 11:11:43 +0000 (11:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 19 Jun 1999 11:11:43 +0000 (11:11 +0000)
commit0045e0bc3ceacdd3e52d8f0a9162e92f1a5570db
tree3f68877ca60ca264dadc0597d76ec96371959917
parent61571dfc4a69d6be22522fe8ee303946d516dd9f
decl.c (expand_static_init): When building an anonymous function for use with atexit...

* decl.c (expand_static_init): When building an anonymous function
for use with atexit, compute its body before and after entering
the function.
* error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
EXIT_EXPR.

From-SVN: r27612
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/error.c
gcc/testsuite/g++.old-deja/g++.other/cleanup3.C [new file with mode: 0644]