1. 25 Aug, 2000 20 commits
  2. 24 Aug, 2000 20 commits
    • Fix ia64-linux setjmp failures due to attribute aligned on typedef bug. · aee3c6b0
      	* c-common.c (decl_attributes, case A_ALIGN): Revert last change.
      	Copy type in a TYPE_DECL, just like pushdecl does.
      
      From-SVN: r35966
      Jim Wilson committed
    • error.c (tree_formatting_info): New data type. · a1066c99
      	* error.c (tree_formatting_info): New data type.
      	(tree_being_formatted): New macro.
      	(tree_formatting_flags): Likewise.
      	(put_whitespace): Likewise.
      	(print_tree_identifier): Likewise.
      	(print_identifier): Likewise.
      	(cp_tree_printer, print_function_argument_list, print_declaration,
      	print_expression, print_function_declaration,
      	print_function_parameter, print_type, print_cv_qualifier): New
      	functions.
      	(init_error): Initialize lang_printer.
      
      From-SVN: r35965
      Gabriel Dos Reis committed
    • * toplev.c (main): Enable flag_reorder_blocks at -O2. · 58d8c980
      From-SVN: r35964
      Richard Henderson committed
    • InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no… · 309bf296
      InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no more data for the Inflater.
      
      	* java/util/zip/InflaterInputStream.java (read(byte[],int,int)):
      	return -1 when fill() has no more data for the Inflater.
      
      From-SVN: r35963
      Mark Wielaard committed
    • * libiberty/random.c (end_ptr): Revert previous change. · 2f59c8eb
      From-SVN: r35962
      Greg McGary committed
    • ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're asked for one page... · 054f5e69
      	* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
      	asked for one page, allocate GGC_QUIRE_SIZE of them and put
      	the extras on the free list.
      	(release_pages): Clean up.
      	(ggc_set_mark): Don't adjust G.allocated here...
      	(sweep_pages): ... do it here.
      
      From-SVN: r35961
      Zack Weinberg committed
    • *** empty log message *** · 3d7428b8
      From-SVN: r35960
      Zack Weinberg committed
    • New tests. · cc914f8c
      From-SVN: r35959
      Richard Henderson committed
    • stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X. · 0551c32d
      	* stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
      
      	* config/ia64/ia64-protos.h: Update.
      	* config/ia64/ia64.c (gr_register_operand): New.
      	(fr_register_operand, grfr_register_operand): New.
      	(gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
      	(grfr_reg_or_8bit_operand): New.
      	(gr_reg_or_0_operand): Rename from reg_or_0_operand and
      	use gr_register_operand.
      	(gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
      	(gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
      	(gr_reg_or_8bit_and_adjusted_operand): Likewise.
      	(gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
      	(fr_reg_or_fp01_operand): Likewise.
      	(not_postinc_memory_operand): New.
      	(ia64_split_timode): Remove unused variables.
      	(rtx_needs_barrier): Check arguments to cmpxchg.
      	(builtin_description): Remove.
      	(bdesc_2argsi, bdesc_2argdi): Remove.
      	(ia64_init_builtins): Declare all builtins directly.
      	(ia64_expand_fetch_and_op): Rewrite to be called from
      	ia64_expand_builtin directly.  Use expand_binop and co.
      	(ia64_expand_op_and_fetch): Likewise.
      	(ia64_expand_compare_and_swap): Likewise.
      	(ia64_expand_binop_builtin): Remove.
      	(ia64_expand_lock_test_and_set): New.
      	(ia64_expand_lock_release): New.
      	(ia64_expand_builtin): Use them.
      	* config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
      	(EXTRA_CONSTRAINT): Use it.
      	(PREDICATE_CODES): Update.
      	* config/ia64/ia64.md (*): Use gr_register_operand and co.
      	(mf): Indicate that we set memory as well as use it.
      	(fetchadd_acq_si): Show memory being modified as well.
      	(fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
      	(val_compare_and_swap_si, val_compare_and_swap_di): Remove.
      	(lock_test_and_set_si, lock_test_and_set_di): Remove.
      	(fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
      	(fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
      	(fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
      	(fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
      	(add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
      	(and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
      	(add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
      	(and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
      	* config/ia64/ia64intrin.h (*): Cast result to the appropriate
      	return type.  Pretty print definitions.
      
      From-SVN: r35956
      Richard Henderson committed
    • Fix bfd/archive.c miscompilation. · 7c866fb5
      	* config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
      	we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
      
      From-SVN: r35955
      Jim Wilson committed
    • typeck.c (build_ptrmemfunc): Just reinterpret if there's no adjustment necessary. · 3f2b640a
              * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
              adjustment necessary.
      
      From-SVN: r35954
      Jason Merrill committed
    • dwarf2out.c (AT_flag, [...]): Abort on unsuitable input. · 40e8cc95
              * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
              AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
              (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
              get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
      
      From-SVN: r35953
      Jason Merrill committed
    • lang.c (lang_decode_option): Use ARRAY_SIZE. · 6e2aa220
      	* lang.c (lang_decode_option): Use ARRAY_SIZE.
      	* parse.y (BINOP_LOOKUP): Likewise.
      
      From-SVN: r35951
      Greg McGary committed
    • intdoc.c (ARRAY_SIZE): Remove macro. · 75ff2ca7
      	* intdoc.c (ARRAY_SIZE): Remove macro.
      	* proj.h (ARRAY_SIZE): Remove macro.
      	* com.c (init_decl_processing): Use ARRAY_SIZE.
      
      From-SVN: r35950
      Greg McGary committed
    • optabs.c (init_optabs): Initialize fixtab... · b6a1cbae
      	* optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
      	and extendtab within their proper array boundaries.
      	* emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
      	for the entire array.
      
      	* config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
      	* config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
      	* config/avr/avr.c (order_regs_for_local_alloc): Likewise.
      	* config/fr30/fr30.c (fr30_print_operand): Likewise.
      	* config/i386/dgux.c (output_options): Likewise.
      	* config/i386/dgux.h (ASM_FILE_START): Likewise.
      	* config/m88k/m88k.c (output_options): Likewise.
      	* config/m88k/m88k.h (ASM_FILE_START): Likewise.
      	* config/mcore/mcore.c (mcore_output_inline_const_forced,
      	layout_mcore_frame, handle_structs_in_regs): Likewise.
      	* config/mips/mips.c (output_block_move): Likewise.
      	* config/rs6000/rs6000.c (rs6000_override_options,
      	rs6000_file_start): Likewise.
      	* config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
      	* fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
      	* fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
      	* builtins.c (expand_builtin_setjmp): Likewise.
      	* expr.c (safe_from_p): Likewise.
      	* flow.c (life_analysis): Likewise.
      	* fold-const.c (size_int_type_wide): Likewise.
      	* gcc.c (translate_options, init_spec, set_spec, main): Likewise.
      	* genattrtab.c (make_length_attrs): Likewise.
      	* genopinit.c (gen_insn): Likewise.
      	* genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
      	* global.c (global_alloc): Likewise.
      	* local-alloc.c (find_free_reg): Likewise.
      	* mips-tdump.c (print_symbol): Likewise.
      	* mips-tfile.c (parse_def, parse_input): Likewise.
      	* reload1.c (NUM_ELIMINABLE_REGS): Likewise.
      	* stmt.c (expand_nl_goto_receiver): Likewise.
      	* stor-layout.c (set_sizetype): Likewise.
      	* varasm.c (decode_reg_name): Likewise.
      	* toplev.c (decode_f_option, decode_W_option,
      	set_target_switch, print_switch_values): Likewise.
      	(NUM_ELEM): Remove macro.
      	(display_help, main): s/NUM_ELEM/ARRAY_SIZE/
      
      From-SVN: r35949
      Greg McGary committed
    • cplus-dem.c (cplus_demangle_opname, [...]): Use ARRAY_SIZE. · 2f26c11d
      	* libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
      	demangle_expression, demangle_function_name): Use ARRAY_SIZE.
      	* libiberty/random.c (end_ptr): Likewise.
      
      From-SVN: r35948
      Greg McGary committed
    • * libiberty.h (ARRAY_SIZE): New macro. · 672a59e0
      From-SVN: r35947
      Greg McGary committed
    • * cp-tree.h (MAIN_NAME_P): Remove macro. · 7ec09bf7
      From-SVN: r35946
      Greg McGary committed
    • tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. · 5b47282c
      	* tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
      	(MAIN_NAME_P, main_identifier_node): New macros.
      	* c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
      	* c-decl.c (start_decl, grokdeclarator, start_function,
      	store_parm_decls, finish_function): Use MAIN_NAME_P.
      	* config/avr/avr.c (function_prologue, function_epilogue): Likewise.
      	* config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
      	* config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
      	* config/pdp11/pdp11.c (output_function_prologue): Likewise.
      
      From-SVN: r35945
      Greg McGary committed
    • cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "". · 87ae0c74
      	* cppfiles.c (actual_directory): Don't write beyond `dir'
      	when it contains "".
      	* real.c (asctoeg): Stay within bounds of etens[][].
      
      From-SVN: r35944
      Greg McGary committed