- 22 Jun, 1998 7 commits
-
-
Mon Jun 22 11:10:00 1998 Catherine Moore <clm@cygnus.com> * varasm.c (assemble_variable): Emit alignment warning. From-SVN: r20655
Catherine Moore committed -
* mips-tfile.c (add_local_symbol): Cast width format specifier to int. (add_ext_symbol): Likewise. (add_file): Likewise. (parse_def): Likewise. (write_varray): Use HOST_PTR_PRINTF to print a pointer. Fix remaining format specifiers and arguments. (write_object): Likewise, several times. (read_seek): Likewise. (out_of_bounds): Likewise. (allocate_cluster): Likewise. (xmalloc): Likewise. (xcalloc): Likewise. (xrealloc): Likewise. (xfree): Likewise. * mips-tdump.c (print_symbol): Likewise. From-SVN: r20654
Kaveh R. Ghazi committed -
* call.c (build_scoped_method_call): Remove unused variable `tmp'. * cp-tree.h (check_dtor_name): Add prototype. * init.c (expand_member_init): Remove unused variables `ptr_type_node', `parm' and `rval'. * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier in call to fprintf. (lang_print_xnode): Likewise. * typeck2.c (enum_name_string): Cast argument to sprintf to long and use %ld specifier. * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC specifier in call to fprintf. (GNU_xref_member): Cast argument to sprintf to int. From-SVN: r20653
Kaveh R. Ghazi committed -
* mips.c (gpr_mode): Don't say `static' twice. * cpplib.c (cpp_handle_option): Don't pass unneeded NULL to cpp_fatal. * objc/objc-act.c (init_selector): Hide prototype and definition. * optabs.c (gen_cond_trap): Remove unused variable `icode'. * regmove.c (copy_src_to_dest): Likewise for `i'. From-SVN: r20652
Kaveh R. Ghazi committed -
* reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *. * sdbout.c: Include output.h and toplev.h. (PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument `a'. Cast `a' to HOST_WIDE_INT to force it to always be so. (PUT_SDB_SIZE): Likewise. * sdbout.h (sdbout_mark_begin_function): Add prototype. * stmt.c (check_for_full_enumeration_handling): Cast argument of `warning' to long and use %ld specifier. * toplev.c (main): Likewise for `fprintf'. * toplev.h (output_file_directive): Add prototype. * unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in call to `fprintf'. (precondition_loop_p): Likewise. * varasm.c Include sdbout.h. (assemble_static_space): Move sometimes-unused variable `rounded' into the scope in which it is used. From-SVN: r20651
Kaveh R. Ghazi committed -
* Makefile.in (varasm.o): Depend on sdbout.h. (sdbout.o): Depend on toplev.h. * collect2.c (scan_prog_file): Cast fprintf argument to `long' and use %ld specifier. * final.c (shorten_branches): Cast first arg of `bzero' to char *. * genextract.c (main): When creating insn-extract.c, mark variable `i' with ATTRIBUTE_UNUSED. * genpeep.c (main): When creating insn-peep.c, mark variables `insn', `x' and `pat' with ATTRIBUTE_UNUSED. * objc/init.c (__objc_tree_print): Wrap function definition in macro `DEBUG'. * objc/objc-act.c (encode_array): Cast sprintf argument to `long' and use %ld specifier. (adorn_decl): Likewise, twice. From-SVN: r20650
Kaveh R. Ghazi committed -
From-SVN: r20649
Jeff Law committed
-
- 21 Jun, 1998 16 commits
-
-
From-SVN: r20648
Jeffrey A Law committed -
* basic-block.h (init_regset_vector): Delete declaration. * flow.c (init_regset_vector): Make it static and add a prototype. From-SVN: r20647
Jeffrey A Law committed -
* bitmap.h (debug_bitmap): Declare. * basic-block.h (init_regset_vector): New declaration. From-SVN: r20646
Jeff Law committed -
* Makefile.in (install-info): Use install-info program if available, per GNU standard. From-SVN: r20645
Dave Love committed -
From-SVN: r20644
H.J. Lu committed -
* global.c: Include machmode.h amd move hard-reg-set.h before rtl.h. From-SVN: r20643
H.J. Lu committed -
* haifa-sched.c (insn_issue_delay, birthing_insn_p, adjust_priority, print_insn_chaino): New declaration. (schedule_insns): Remove declaration. (init_target_units, get_visual_tbl_length, init_block_visualization): Add prototype. From-SVN: r20642
H.J. Lu committed -
From-SVN: r20641
H.J. Lu committed -
* haifa-sched.c (debug_ready_list): Make static. * toplev.h (fancy_abort): Declare. * rtl.h (expand_expr): Remove declaration. From-SVN: r20640
Jeff Law committed -
* loop.c (oballoc): Remove declaration. (replace_call_address): Add prototype. From-SVN: r20639
H.J. Lu committed -
* Makefile.in (crtbeginS.o, crtendS.o): Add -fno-exceptions and -DCRTSTUFFS_O. (INSTALL): cd $(srcdir) before make. From-SVN: r20638
H.J. Lu committed -
From-SVN: r20636
Jeffrey A Law committed -
From-SVN: r20635
Jeff Law committed -
� * configure.in (version, target_alias): Define. * Makefile.in (version, target_alias, libsubdir): Define. (install): Remove check for libsubdir. From-SVN: r20634
Jeff Law committed -
X * configure.in (version, target_alias): Define. * Makefile.in (version, target_alias, libsubdir): Define. (install): Remove check for libsubdir. From-SVN: r20633
Dave Love committed -
i386.c (output_fp_conditional_move): Don't bother handling (cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN... * i386.c (output_fp_conditional_move): Don't bother handling (cc_prev_status.flags && CC_NO_OVERFLOW) since the INSN patterns prevent this from happening. * i386.md (nonlocal_goto_receiver): Delete. From-SVN: r20632
John Wehle committed
-
- 20 Jun, 1998 4 commits
-
-
* flow.c (allocate_for_life_analysis, init_regset_vector): Remove declaration. * function.h (get_first_block_beg): New declaration. * gbl-ctors.h (__do_global_dtors): Add prototype. * gcov-io.h (__fetch_long): New declaration. (__store_long): Likewise. (__read_long): Likewise. (__write_long): Likewise. * gcov.c (print_usage): New declaration. * Makefile.in (c-iterate.o): Depend on insn-codes.h too. From-SVN: r20631
H.J. Lu committed -
From-SVN: r20630
Jeff Law committed -
* calls.c (expand_call): Initialize "src" and "dest". * stmt.c (expand_return): Likewise. * expmed.c (extract_split_bit_field): Similarly for "result" * gcse.c (compute_hash_table): Mark first arg as unused. * jump.c (jump_optimize): Initialize reversep. * tree.c (make_node): Initialize length. From-SVN: r20629
Jeffrey A Law committed -
* i386.h (output_int_conditional_move): Declare. (output_fp_conditional_move): Likewise. (ix86_can_use_return_insn_p): Likewise. From-SVN: r20628
Jeffrey A Law committed
-
- 19 Jun, 1998 13 commits
-
-
* c-common.c (check_format_info): Initialize length_char and fci to keep -Wall quiet. From-SVN: r20627
Jeffrey A Law committed -
* except.c (jumpif_rtx): Put declaration and definition inside a suitable #ifdef. (jumpifnot_rtx): Delete dead function. From-SVN: r20626
Jeffrey A Law committed -
* i386.h (output_int_conditional_move): Declare. (output_fp_conditional_move): Likewise. From-SVN: r20625
Jeffrey A Law committed -
From-SVN: r20624
Jeffrey A Law committed -
* alias.c: Include toplev.h * caller-save.c: Include toplev.h * combine.c: Include toplev.h * flow.c Include toplev.h * global.c: Include toplev.h * jump.c: Include toplev.h * local-alloc.c: Include toplev.h * loop.c: Include toplev.h * regmove.c: Include toplev.h * stupid.c: Include toplev.h * unroll.c: Include toplev.h * Makefile.in: Add toplev.h dependencies. From-SVN: r20623
Graham Stott committed -
* except.c (jumpif_rtx): Make static and add prototype. (jumpifnot_rtx): Likewise. From-SVN: r20622
Jeffrey A Law committed -
From-SVN: r20621
H.J. Lu committed -
From-SVN: r20620
Jason Merrill committed -
* svr4.h (ASM_GENERATE_INTERNAL_LABEL): Cast arg to unsigned. * dwarf2out.c (ASM_OUTPUT_DWARF_DATA1): Likewise. Add parens to various macros. From-SVN: r20619
Jason Merrill committed -
d * dwarfout.c (getpwd): Add prototype. (is_pseudo_reg, type_main_variant, is_tagged_type, is_redundant_typedef): New declaration. (output_decl): Add prototype for FUNC. (type_main_variant): Make it static. (is_tagged_type): Likewise. (is_redundant_typedef): Likewise. From-SVN: r20618
Jeff Law committed -
� * dwarfout.c (getpwd): Add prototype. (is_pseudo_reg, type_main_variant, is_tagged_type, is_redundant_typedef): New declaration. (output_decl): Add prototype for FUNC. (type_main_variant): Make it static. (is_tagged_type): Likewise. (is_redundant_typedef): Likewise. From-SVN: r20617
Jeff Law committed -
From-SVN: r20616
Jeff Law committed -
* gcc.misc-tests/m-un-2.c: New test. * g++.old-deja/g++.other/warn01.c: Likewise. From-SVN: r20615
Bruno Haible committed
-