]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-pr24996.patch
- major regression fix.
[packages/gcc.git] / gcc-pr24996.patch
1 --- gcc-4_1-branch/gcc/cp/except.c      2006/02/12 16:02:00     110889
2 +++ gcc-4_1-branch/gcc/cp/except.c      2006/02/12 16:07:04     110890
3 @@ -722,6 +722,7 @@
4        temp_expr = NULL_TREE;
5        stabilize_init (exp, &temp_expr);
6  
7 +      exp = build1 (CLEANUP_POINT_EXPR, TREE_TYPE (exp), exp);
8        if (elided)
9         exp = build2 (TRY_CATCH_EXPR, void_type_node, exp,
10                       do_free_exception (ptr));
This page took 0.076272 seconds and 3 git commands to generate.