c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the...
c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the begin SCOPE_STMT in partialness. * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the begin SCOPE_STMT in partialness. cp/ * semantics.c (do_pushlevel): Call pushlevel after adding the SCOPE_STMT. (do_poplevel): Call poplevel before adding the SCOPE_STMT. * parse.y (function_body): Go back to using compstmt. * decl.c (pushdecl): Skip another level to get to the parms level. * call.c (build_new_method_call): Use is_dummy_object to determine whether or not to evaluate the object parameter to a static member function. From-SVN: r60196
Showing
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/c-semantics.c 2 additions, 0 deletionsgcc/c-semantics.c
- gcc/cp/ChangeLog 12 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/call.c 1 addition, 1 deletiongcc/cp/call.c
- gcc/cp/decl.c 3 additions, 0 deletionsgcc/cp/decl.c
- gcc/cp/parse.y 3 additions, 8 deletionsgcc/cp/parse.y
- gcc/cp/semantics.c 10 additions, 7 deletionsgcc/cp/semantics.c
Loading
Please register or sign in to comment