1. 06 Aug, 2000 12 commits
  2. 05 Aug, 2000 11 commits
    • Fix typos. · 7e9c81d6
      From-SVN: r35508
      Joseph Myers committed
    • c-common.c (print_char_table): Add entries for the X/Open ' format flag (print… · c16dc936
      c-common.c (print_char_table): Add entries for the X/Open ' format flag (print decimals with locale's...
      
      	* c-common.c (print_char_table): Add entries for the X/Open '
      	format flag (print decimals with locale's thousands grouping
      	character).  Make %C expect wint_t.
      	(check_format_info): If pedantic, warn when the %n$ operand
      	number form is used.  Allow for the ' flag; warn about it if
      	pedantic.
      
      From-SVN: r35507
      Joseph Myers committed
    • i386.h (FUNCTION_OK_FOR_SIBCALL): Not OK if DECL's return type is a float mode... · 26f2c02a
      	* i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
      	type is a float mode, cfun->decl's return type is not, and
      	TARGET_FLOAT_RETURNS_IN_80387.
      
      	* gcc.c-torture/execute/20000731-1.x: Delete.
      
      From-SVN: r35506
      Zack Weinberg committed
    • tweak · 0681921d
      From-SVN: r35505
      Jason Merrill committed
    • Daily bump. · 48456656
      From-SVN: r35504
      Jeff Law committed
    • cxxabi.h (__pbase_type_info): Changed member names to match specifications. · f9fcf62b
      2000-08-04  Jeffrey D. Oldham  <oldham@codesourcery.com>
      
      	* inc/cxxabi.h (__pbase_type_info): Changed member names to match
      	specifications.
      	(__pointer_to_member_type_info): Likewise.
      	(__base_class_info): Likewise.
      	(__class_type_info): Likewise.
      	(__si_class_type_info): Likewise.
      	(__vmi_class_type_info): Likewise.
      	* tinfo.cc (__si_class_type_info::__do_find_public_src):
      	Changed member names to match specifications.
      	(__vmi_class_type_info::__do_find_public_src): Likewise.
      	(__si_class_type_info::__do_dyncast): Likewise.
      	(__vmi_class_type_info::__do_dyncast): Likewise.
      	(__si_class_type_info::__do_upcast): Likewise.
      	(__vmi_class_type_info::__do_upcast): Likewise.
      	* tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
      	(__pbase_type_info::__pointer_catch): Likewise.
      	(__pointer_type_info::__pointer_catch): Likewise.
      	(__pointer_to_member_type_info::__pointer_catch): Likewise.
      
      From-SVN: r35503
      Jeffrey Oldham committed
    • aclocal.m4: Replace copy of ../libtool.m4 with sinclude(../libtool.m4). · 8cab40f7
      	* aclocal.m4: Replace copy of ../libtool.m4 with
      	sinclude(../libtool.m4).
      
      From-SVN: r35502
      Zack Weinberg committed
    • [multiple changes] · a36556a8
      2000-08-04  Andreas Schwab  <schwab@suse.de>
      
      	* cppmain.c (cb_def_pragma): Skip the first two tokens from the
      	token list, which are always `#' and `pragma'.
      
      2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
      
      	* tree.c (tree_expr_nonnegative_p): Move to...
      	* fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
      	(rtl_expr_nonnegative_p): New.
      	* tree.h: Add prototype for rtl_expr_nonnegative_p.
      
      	* real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
      	CONST_DOUBLE_CHAIN: Move to...
      	* rtl.h: ...here.  Use XCINT/XCEXP.
      
      	* Makefile.in: Remove toplev.o from OBJS.  Add rule to make
      	libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
      	variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
      	to VOL_FILES.
      
      	* objc/Make-lang.in (cc1obj): Link with $(BACKEND).
      
      ch:
      	* Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist.
      	* Makefile.in (cc1chill): Link with $(BACKEND).  Define BACKEND,
      	eliminate C_OBJS (was commented out), OBJS, OBJDEPS.
      cp:
              * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
              * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
              (cc1plus): Link with $(BACKEND) and $(C_OBJS).
      f:
      	* Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
      	* Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
      	(f771): Link with $(BACKEND).
      java:
      	* Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
      	* Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
      	(jc1): Link with $(BACKEND).
      	(jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
      
      From-SVN: r35501
      Zack Weinberg committed
    • gcc-dg.exp: Set up TORTURE_OPTIONS... · 2ba7ba63
      	* lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
      	and torture_without_loops as is done by c-torture.exp.
      	(search_for): Copy from c-torture.exp.
      	(gcc-dg-runtest): New function, drives a directory of tests
      	iterating over the TORTURE_OPTIONS.
      	(scan-assembler, scan-assembler-not): Move here from
      	individual directory drivers.
      
      	* gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
      	defined by lib/gcc-dg.exp.
      	* gcc.dg/cpp/cpp.exp: Likewise.
      	* gcc.dg/noncompile/noncompile.exp: Likewise.  Use
      	gcc-dg-runtest, so we cycle over optimization options.
      
      	* gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
      	* gcc.dg/compare2.c: No longer expected to fail.
      
      From-SVN: r35500
      Zack Weinberg committed
    • new · 3af4c87c
      From-SVN: r35499
      Jason Merrill committed
    • pt.c (do_type_instantiation): Add complain parm; don't complain if called recursively. · baf7e33b
              * pt.c (do_type_instantiation): Add complain parm; don't complain
              if called recursively.
              * cp-tree.h, parse.y: Adjust.
      
      From-SVN: r35498
      Jason Merrill committed
  3. 04 Aug, 2000 17 commits
    • c4x.md (return_indirect_internal): New. · 39c1728e
      2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
      
              * config/c4x/c4x.md (return_indirect_internal): New.
              * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
      
      From-SVN: r35497
      Herman A.J. ten Brugge committed
    • c-common.c (time_char_table): Mark up formats added in C99 and make other corrections. · 4e1e5460
      	* c-common.c (time_char_table): Mark up formats added in C99 and
      	make other corrections.  %D and %g were added in C99.  %Og is an
      	extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
      	C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
      	C99 rather than GNU extensions, but %OG and %Oz are extensions.
      	%h was added in C99.  %C was added in C99.  %OY and %OC are
      	extensions.  Add the C99 format %F.
      	(check_format_info): If pedantic and not in C99 mode, warn for C99
      	formats, %E and %O.
      
      From-SVN: r35496
      Joseph Myers committed
    • function.c (schedule_fixup_var_refs): New function, broken out of put_reg_into_stack. · 018577e4
      	* function.c (schedule_fixup_var_refs): New function, broken out
      	of put_reg_into_stack.
      	(put_reg_into_stack): Use it.
      	(put_var_into_stack): In CONCAT case, fixup up references for
      	components only after fixing up references to the whole concat.
      testsuite:
      	* gcc.c-torture/execute/20000804-1.c: New test.
      
      From-SVN: r35495
      J"orn Rennecke committed
    • alias.c (mark_constant_function): Use INSN_P. · 2c3c49de
      	* alias.c (mark_constant_function): Use INSN_P.
      	(init_alias_analysis): Likewise.
      	* combine.c (combine_instructions): Use INSN_P.
      	(can_combine_p): Likewise.
      	(try_combine): Likewise.
      	(distribute_notes): Likewise.
      	(distribute_links): Likewise.
      	* cse.c (cse_around_loop): Use INSN_P.
      	(invalidate_skipped_block): Likewise.
      	(cse_set_around_loop): Likewise.
      	(cse_end_of_basic_block): Likewise.
      	(delete_trivially_dead_insns): Likewise.
      	* emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
      	(unshare_all_rtl_1): Likewise.
      	(next_cc0_user): Likewise.
      	(try_split make_insn_raw): Likewise.
      	(remove_unnecessary_notes): Likewise.
      	* final.c (shorten_branches): Use INSN_P.
      	(leaf_renumber_regs): Likewise.
      	(leaf_renumber_regs_insn): Likewise.
      	* flow.c (find_label_refs): Use INSN_P.
      	(verify_wide_reg): Likewise.
      	(notice_stack_pointer_modification): Likewise.
      	(count_or_remove_death_notes): Likewise.
      	(verify_flow_info): Likewise.
      	(clear_log_links): Likewise.
      	* function.c (fixup_var_refs_insns): Use INSN_P.
      	(compute_insns_for_mem): Likewise.
      	* gcse.c (alloc_gcse_mem): Use INSN_P.
      	(compute_sets): Likewise.
      	(compute_hash_table): Likewise.
      	(classic_gcse): Likewise.
      	(cprop): Likewise.
      	(insert_insn_end_bb): Likewise.
      	(delete_null_pointer_checks_1): Likewise.
      	* global.c (expand_preferences): Use INSN_P.
      	(build_insn_chain): Likewise.
      	* graph.c (node_data): Use INSN_P.
      	* haifa-sched.c (priority): Use INSN_P.
      	(rm_line_notes): Likewise.
      	(rm_other_notes): Likewise.
      	(find_insn_reg_weight): Likewise.
      	(init_target_units): Likewise.
      	(schedule_block): Likewise.
      	(compute_block_forward_dependences): Likewise.
      	(debug_dependencies): Likewise.
      	(set_priorities): Likewise.
      	* integrate.c (function_cannot_inline_p): Use INSN_P.
      	(save_parm_insns): Likewise.
      	(copy_insn_list): Likewise.
      	* jump.c (mark_all_labels): Use INSN_P.
      	(never_reached_warning): Likewise.
      	* lcm.c (optimize_mode_switching): Use INSN_P.
      	* local-alloc.c (validate_equiv_mem): Use INSN_P.
      	(memref_used_between_p): Likewise.
      	(update_equiv_regs): Likewise.
      	(block_alloc): Likewise.
      	(no_conflict_p): Likewise.
      	* loop.c (scan_loop): Use INSN_P.
      	(find_and_verify_loops): Likewise.
      	(count_loop_regs_set): Likewise.
      	(loop_reg_used_before_p): Likewise.
      	(strength_reduce): Likewise.
      	(recombine_givs): Likewise.
      	(check_dbra_loop): Likewise.
      	(load_mems): Likewise.
      	(try_copy_prop): Likewise.
      	* print-rtl.c (print_rtx): Use INSN_P.
      	* recog.c (find_single_use): Use INSN_P.
      	* reg-stack.c (stack_regs_mentioned): Use INSN_P.
      	(next_flags_user): Likewise.
      	(swap_rtx_condition): Likewise.
      	* regmove.c (mark_flags_life_zones): Use INSN_P.
      	(optimize_reg_copy_1): Likewise.
      	(optimize_reg_copy_2): Likewise.
      	(optimize_reg_copy_3): Likewise.
      	(reg_is_remote_constant_p): Likewise.
      	(fixup_match_2): Likewise.
      	(regmove_optimize): Likewise.
      	(fixup_match_1): Likewise.
      	* regrename.c (build_def_use): Use INSN_P.
      	(replace_reg_in_block): Likewise.
      	(consider_use): Likewise.
      	* reload.c (find_equiv_reg): Use INSN_P.
      	* reload1.c (reload): Use INSN_P.
      	(maybe_fix_stack_asms): Likewise.
      	(calculate_needs_all_insns): Likewise.
      	(reload_as_needed): Likewise.
      	(emit_output_reload_insns): Likewise.
      	(delete_address_reloads_1): Likewise.
      	(reload_cse_regs_1): Likewise.
      	(reload_combine): Likewise.
      	(reload_cse_move2add): Likewise.
      	* reorg.c (redundant_insn): Use INSN_P.
      	(dbr_schedule): Likewise.
      	* resource.c (find_dead_or_set_registers): Use INSN_P.
      	(mark_target_live_regs): Likewise.
      	* rtlanal.c (reg_used_between_p): Use INSN_P.
      	(reg_referenced_between_p): Likewise.
      	(reg_set_between_p): Likewise.
      	(reg_set_p): Likewise.
      	(single_set): Likewise.
      	(multiple_sets): Likewise.
      	(find_last_value): Likewise.
      	(reg_set_last): Likewise.
      	(find_reg_note): Likewise.
      	(find_regno_note): Likewise.
      	* sibcall.c (sequence_uses_addressof): Use INSN_P.
      	* simplify-rtx.c (cselib_process_insn): Use INSN_P.
      	* ssa.c (find_evaluations): Use INSN_P.
      	(rename_block): Likewise.
      	(rename_equivalent_regs): Likewise.
      	* unroll.c (loop_find_equiv_value): Use INSN_P.
      	(set_dominates_use): Likewise.
      	* varasm.c (mark_constant_pool): Use INSN_P.
      	(mark_constants): Likewise.
      	* config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
      	(alphaev4_next_group): Likewise.
      	(alphaev5_next_group): Likewise.
      	* config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
      	(c4x_rptb_rpts_p): Likewise.
      	* config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
      	* config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
      	(rs6000_adjust_priority): Likewise.
      	* config/sh/sh.c (sh_loop_align): Use INSN_P.
      	(machine_dependent_reorg): Likewise.
      	(split_branches): Likewise.
      	* config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
      
      From-SVN: r35494
      Rodney Brown committed
    • Minor tweaks · 54e1d3a6
      From-SVN: r35493
      Mark Mitchell committed
    • combine.c (recog_for_combine): Remove the old notes prior to attempting to… · c1194d74
      combine.c (recog_for_combine): Remove the old notes prior to attempting to recognize the new pattern.
      
              * combine.c (recog_for_combine): Remove the old notes
              prior to attempting to recognize the new pattern.
              (distribute_notes): Ignore REG_NONNEG notes.
      
      From-SVN: r35492
      John Wehle committed
    • Fix typo · 4f3aeae1
      From-SVN: r35491
      Mark Mitchell committed
    • cp-tree.h (add_method): Change prototype. · 452a394b
      	* cp-tree.h (add_method): Change prototype.
      	* class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
      	Don't double the size of the method vector in the error case.
      	(handle_using_decl): Adjust call to add_method.
      	(add_implicitly_declared_members): Likewise.
      	(clone_function_decl): Likewise.
      	* decl2.c (check_classfn): Likewise.
      	* semantics.c (finish_member_declaration): Likewise.
      
      From-SVN: r35490
      Mark Mitchell committed
    • configure.in: Use default thread_file even when enable_threads is yes or dce because... · 1ba2dbaa
              * configure.in: Use default thread_file even when enable_threads is
              yes or dce because hpux10.20 pa port uses MULTILIB implementation.
              * configure: Rebuilt.
      
      From-SVN: r35488
      J. David Anglin committed
    • mask_array.h (mask_array): Rename template type parameter to avoid conflicts… · 2c2a534b
      mask_array.h (mask_array): Rename template type parameter to avoid conflicts with ctype.h on BSD systems.
      
              * std/mask_array.h (mask_array): Rename template type
              parameter to avoid conflicts with ctype.h on BSD systems.
              * std/slice_array.h (slice_array): Likewise.
      
      From-SVN: r35486
      David E O'Brien committed
    • x-djgpp: Delete code that conditionally modifies target_alias. · 93284395
              * i386/x-djgpp: Delete code that conditionally modifies target_alias.
              Delete code that conditionally modifies 'version'.
              Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
              * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
              * gcc.c (main): Use it.
              * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
              * prefix.c (update_path): Use it.
              * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
              (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
              (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
              code.
              (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
              (SUBTARGET_SWITCHES): Adjust.
              (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
              defining.
              (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
      
      From-SVN: r35484
      Mark Elbrecht committed
    • mh-djgpp: Conditionally set 'target_alias' to djgpp. · 326c5cd1
              * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
              modify 'gcc_version'.
      
      From-SVN: r35483
      Mark Elbrecht committed
    • c-common.h (flag_isoc94): Declare. · b8458e3e
      	* c-common.h (flag_isoc94): Declare.
      	* c-decl.c (flag_isoc94): Define.
      	(c_decode_option): Set flag_isoc94 as appropriate.
      	* c-common.c (T_PD, T_IM, T_UIM): Define.
      	(format_char_info): Add tlen and jlen.
      	(print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
      	%F.  Allow %lf.
      	(scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
      	%l[.
      	(time_char_table): Add NULL entries for %t and %j.
      	(check_format_info): Allow for %t and %j.  Warn for %F if pedantic
      	and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
      	Warn for printf %lf if pedantic and not C99.  Don't warn for empty
      	precision.  Allow precision argument to be unsigned int.  If
      	pedantic, warn for %p passed an argument not a pointer to possibly
      	qualified void or a possibly qualified character type, and for
      	pointer targets of the wrong sign, except for character pointers.
      
      cp:
      	* decl.c (flag_isoc94): New variable.
      
      testsuite:
      	* gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
      
      From-SVN: r35482
      Joseph Myers committed
    • stddef.h: Don't declare wint_t unless __need_wint_t. · c5ab7f91
      	* ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
      	* c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
      	(wint_type_node): Define.
      	* c-decl.c (WINT_TYPE): Define.
      	(init_decl_processing): Create the wint_type_node type.
      	* c-common.c (T_WI): Define.
      	(print_char_table): Use T_WI for %lc format.
      
      From-SVN: r35481
      Joseph Myers committed