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
This commit is contained in:
Jakub Jelinek 2011-05-06 09:23:03 +02:00 committed by Jakub Jelinek
parent da9e0b98ac
commit 3becc47be6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
* except.c (sjlj_emit_dispatch_table): Call build_case_label.

View file

@ -5646,8 +5646,8 @@ prepare_call_arguments (basic_block bb, rtx insn)
}
}
}
#endif
else
#endif
INIT_CUMULATIVE_ARGS (args_so_far, type, NULL_RTX, fndecl,
nargs);
if (obj_type_ref && TYPE_ARG_TYPES (type) != void_list_node)