[gnu.gcc.bug] extraneous function declarations

rfg@MCC.COM (Ron Guilmette) (06/06/89)

GCC 1.35 contains declarations for the following functions (in
the files indicated).  These functions either do not exist, or
they do not exist in any of the files that are used to create
the cc1 program.  Thus, these declarations are bogus and
superfluous and should be deleted.

extern 'expand_stmt_expr' (see file expr.h line 362)
extern 'init_reload' (see file reload.h line 49)
extern 'type_unsigned_p' (see file tree.h line 772)
extern 'expand_start_function' (see file tree.h line 922)
extern 'expand_end_function' (see file tree.h line 922)
extern 'build_real_from_string' (see file tree.h line 641)
extern 'expand_start_delayed_expr' (see file tree.h line 914)
extern 'function_value' (see file expr.h line 338)
extern 'expand_emit_delayed_expr' (see file tree.h line 916)
extern 'expand_end_delayed_expr' (see file tree.h line 915)
extern 'build_label' (see file c-tree.h line 44)
extern 'get_parm_real_loc' (see file rtl.h line 463)
static 'constant_high_bytes' in file 'loop.c'
static 'fixup_stack_slots' in file 'stmt.c'
extern 'make_index_type' (see file c-tree.h line 68)
extern 'copy_function_value' (see file expr.h line 349)