OSDN Git Service

Warning fixes:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jun 1998 17:21:30 +0000 (17:21 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jun 1998 17:21:30 +0000 (17:21 +0000)
        * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
        (process_start_catch_block): Likewise for variables
        `false_label_rtx', `call_rtx' and `return_value_rtx'.

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

gcc/cp/ChangeLog
gcc/cp/except.c

index edc78a5..f44d3ab 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jun 29 20:17:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
+       (process_start_catch_block): Likewise for variables
+       `false_label_rtx', `call_rtx' and `return_value_rtx'.
+
 1998-06-29  Brendan Kehoe  <brendan@cygnus.com>
 
        * tree.c (build_srcloc): Make sure we allocate this node on the
index 4139dfd..bc5379a 100644 (file)
@@ -424,7 +424,6 @@ build_eh_type_type_ref (type)
 {
   char *typestring;
   tree exp;
-  int susp;
 
   if (type == error_mark_node)
     return error_mark_node;
@@ -728,7 +727,6 @@ static void
 process_start_catch_block (declspecs, declarator)
      tree declspecs, declarator;
 {
-  rtx false_label_rtx;
   tree decl = NULL_TREE;
   tree init;
 
@@ -758,7 +756,6 @@ process_start_catch_block (declspecs, declarator)
   if (decl)
     {
       tree exp;
-      rtx call_rtx, return_value_rtx;
       tree init_type;
 
       /* Make sure we mark the catch param as used, otherwise we'll get