OSDN Git Service

Cygnus<-->FSF merge
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1992 01:55:58 +0000 (01:55 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1992 01:55:58 +0000 (01:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2750 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in
gcc/stmt.c
gcc/tree.h

index 6e3310f..7ec687d 100644 (file)
@@ -736,7 +736,7 @@ cp-parse.o : $(srcdir)/cp-parse.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
   `echo $(srcdir)/cp-parse.c | sed 's,^\./,,'`
 
 $(srcdir)/cp-parse.c $(srcdir)/cp-parse.h : $(srcdir)/cp-parse.y
-       @echo expect 30 shift/reduce conflicts and 14 reduce/reduce conflicts
+       @echo expect 29 shift/reduce conflicts and 14 reduce/reduce conflicts
        cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o cp-parse.c cp-parse.y
        cd $(srcdir); grep '^#define[   ]*YYEMPTY' cp-parse.c >>cp-parse.h
 
index 4800129..44950b9 100644 (file)
@@ -1373,8 +1373,6 @@ warn_if_unused_value (exp)
     case CALL_EXPR:
     case METHOD_CALL_EXPR:
     case RTL_EXPR:
-    case WRAPPER_EXPR:
-    case ANTI_WRAPPER_EXPR:
     case WITH_CLEANUP_EXPR:
     case EXIT_EXPR:
       /* We don't warn about COND_EXPR because it may be a useful
index e5a9d7a..82bd090 100644 (file)
@@ -1354,6 +1354,9 @@ extern int all_types_permanent;
 
 extern char *(*decl_printable_name) ();
 \f
+/* In tree.c */
+extern char *perm_calloc                       PROTO((int, long));
+\f
 /* In stmt.c */
 
 extern tree expand_start_stmt_expr             PROTO((void));