OSDN Git Service

PR bootstrap/44756
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 2010 18:01:45 +0000 (18:01 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 2010 18:01:45 +0000 (18:01 +0000)
        * function.c (thread_prologue_and_epilogue_insns): Add
        ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166320 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index b0618ac..eea7ece 100644 (file)
        unsignedp.
        * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno.
 
+       PR bootstrap/44756
+       * function.c (thread_prologue_and_epilogue_insns): Add
+       ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.
+
 2010-11-04  Ira Rosen  <irar@il.ibm.com>
 
        PR tree-optimization/46213
index d0da7dc..cb6a2b6 100644 (file)
@@ -5216,8 +5216,8 @@ static void
 thread_prologue_and_epilogue_insns (void)
 {
   bool inserted;
-  rtx seq, epilogue_end;
-  edge entry_edge;
+  rtx seq ATTRIBUTE_UNUSED, epilogue_end ATTRIBUTE_UNUSED;
+  edge entry_edge ATTRIBUTE_UNUSED;
   edge e;
   edge_iterator ei;