OSDN Git Service

* calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl.c
index a70a2fa..cc30957 100644 (file)
@@ -11197,8 +11197,6 @@ cxx_push_function_context (struct function * f)
     {
       tree fn = f->decl;
 
-      current_function_is_thunk = DECL_THUNK_P (fn);
-
       if (DECL_SAVED_FUNCTION_DATA (fn))
        {
          /* If we already parsed this function, and we're just expanding it