Commit 3becc47b by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/48902 (var-tracking.c fails to compile for PCC_STATIC_STRUCT_RETURN)

	PR debug/48902
	* var-tracking.c (prepare_call_arguments): Move else before #endif.

From-SVN: r173470
parent da9e0b98
2011-05-06 Jakub Jelinek <jakub@redhat.com>
PR debug/48902
* var-tracking.c (prepare_call_arguments): Move else before #endif.
2011-05-05 Nathan Froyd <froydnj@codesourcery.com> 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
* except.c (sjlj_emit_dispatch_table): Call build_case_label. * except.c (sjlj_emit_dispatch_table): Call build_case_label.
......
...@@ -5646,8 +5646,8 @@ prepare_call_arguments (basic_block bb, rtx insn) ...@@ -5646,8 +5646,8 @@ prepare_call_arguments (basic_block bb, rtx insn)
} }
} }
} }
#endif
else else
#endif
INIT_CUMULATIVE_ARGS (args_so_far, type, NULL_RTX, fndecl, INIT_CUMULATIVE_ARGS (args_so_far, type, NULL_RTX, fndecl,
nargs); nargs);
if (obj_type_ref && TYPE_ARG_TYPES (type) != void_list_node) if (obj_type_ref && TYPE_ARG_TYPES (type) != void_list_node)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment