This is the mail archive of the gcc-bugs@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]

Patch tree.c add missing return in non-void function





* tree.c (contains_placeholder_p): Add missing return in non-void   
function



*** egcs-980221/gcc/tree.c Wed Feb 25 14:52:45 1998
 --- egcs-980221.orig/gcc/tree.c Thu Feb 26 12:15:01 1998
*************** contains_placeholder_p (exp)
*** 2573,2580 ****
      default:
        return 0;
      }
 -
 -     return 0;
  }
    

  /* Return 1 if EXP contains any expressions that produce cleanups for   
an
 --- 2573,2578 ----


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