1. 12 Jul, 2004 7 commits
    • invoke.texi: Correct -fasynchronous-unwind-tables option index entry. · 2a9dc917
      
      	* doc/invoke.texi: Correct -fasynchronous-unwind-tables option
      	index entry.
      
      From-SVN: r84549
      Roger Sayle committed
    • mips.c (mips_use_dfa_pipeline_interface): Delete. · f10107a1
      	* config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
      	(TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
      	* config/mips/3000.md: Add copyright notice.  Remove automota and
      	function units; use generic ones instead.  Only define reservations
      	for things that are different from generic.md.  Extend each clause
      	to include r3900.
      	* config/mips/{4000,4100,4300,4600,5000,6000,generic}.md: New files.
      	* config/mips/mips.md: Include them. Remove define_function_units.
      	(alu, imuldiv): New automata and units.
      
      From-SVN: r84547
      Richard Sandiford committed
    • invoke.texi (Optimize Options): Document -frename-registers not being enabled by default at -O3. · 4c59781d
      	* doc/invoke.texi (Optimize Options): Document -frename-registers
      	not being enabled by default at -O3.
      
      From-SVN: r84546
      Ben Elliston committed
    • call.c (build_operator_new_call): Avoid using push_to_top_level. · 12cf89fa
      	* call.c (build_operator_new_call): Avoid using push_to_top_level.
      	(build_new_op): Adjust call to lookup_function_nonclass.
      	* name-lookup.c (identifier_type_value): Adjust call to
      	lookup_name_real.
      	(lookup_name_real): Add block_p parameter.
      	(lookup_name_nonclass): Adjust call to lookup_name_real.
      	(lookup_function_nonclass): Likewise.
      	(lookup_name): Likewise.
      	* name-lookup.h (lookup_name_real): Change prototype.
      	(lookup_name_nonclass): Likewise.
      	* parser.c (cp_parser_lookup_name): Likewise.
      
      From-SVN: r84543
      Mark Mitchell committed
    • expr.c (gfc_check_assign_symbol): Handle pointer assignments. · 597073ac
      	* expr.c (gfc_check_assign_symbol): Handle pointer assignments.
      	* trans-array.c (gfc_trans_auto_array_allocation): Remove
      	initialization code.
      	* trans-common.c (create_common): Use gfc_conv_initializer.
      	* trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_initializer.
      	* trans-expr.c (gfc_conv_initializer): New function.
      	(gfc_conv_structure): Use it.
      	* trans.h (gfc_conv_initializer): Add prototype.
      testsuite/
      	* gfortran.dg/pointer_init_1.f90: New test.
      
      From-SVN: r84542
      Paul Brook committed
    • expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into calls… · 247fec6e
      expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into calls to the prefered "buildN" functions.
      
      
      	* expr.c (java_truthvalue_conversion, flush_quick_stack,
      	java_stack_swap, java_stack_dup, build_java_athrow, build_java_jsr,
      	build_java_ret, build_java_throw_out_of_bounds_exception,
      	build_java_array_length_access, java_check_reference,
      	build_java_arrayaccess, build_java_arraystore_check, build_newarray,
      	build_anewarray, expand_java_multianewarray, expand_java_arraystore,
      	expand_java_arrayload, build_java_monitor, expand_java_return,
      	expand_load_internal, expand_java_NEW, build_get_class,
      	build_instanceof, expand_java_CHECKCAST, expand_iinc,
      	build_java_soft_divmod, build_java_binop, build_field_ref,
      	expand_compare, expand_java_goto, expand_java_switch,
      	expand_java_add_case, build_class_init, build_known_method_ref,
      	invoke_build_dtable, build_invokevirtual, build_invokeinterface,
      	expand_invoke, build_jni_stub, expand_java_field_op,
      	java_expand_expr, expand_byte_code, STORE_INTERNAL,
      	force_evaluation_order, emit_init_test_initialization): Convert
      	calls to "build" into calls to the prefered "buildN" functions.
      
      From-SVN: r84541
      Roger Sayle committed
    • Daily bump. · 186af37b
      From-SVN: r84539
      GCC Administrator committed
  2. 11 Jul, 2004 33 commits