This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Restore bootstrap on IA-64/Linux


An unused variable left in except.c after Easwaran's recent patch.

Tested on ia64-suse-linux, applied on the mainline as obvious.


2012-10-18  Eric Botcazou  <ebotcazou@adacore.com>

	* except.c (sjlj_emit_function_enter): Remove unused variable.


-- 
Eric Botcazou
Index: except.c
===================================================================
--- except.c	(revision 192526)
+++ except.c	(working copy)
@@ -1153,7 +1153,7 @@ sjlj_emit_function_enter (rtx dispatch_l
   if (dispatch_label)
     {
 #ifdef DONT_USE_BUILTIN_SETJMP
-      rtx x, last;
+      rtx x;
       x = emit_library_call_value (setjmp_libfunc, NULL_RTX, LCT_RETURNS_TWICE,
 				   TYPE_MODE (integer_type_node), 1,
 				   plus_constant (Pmode, XEXP (fc, 0),

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]