PR debug/48902
* var-tracking.c (prepare_call_arguments): Move else before #endif.
From-SVN: r173470
+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.
}
}
}
-#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)