1. 17 Aug, 2004 11 commits
    • objc-act.c (build_protocol_initializer): Fix build_int_cst usage. · e15987c1
      	* objc/objc-act.c (build_protocol_initializer): Fix build_int_cst
      	usage.
      	(generate_protocol_list, handle_impent): Likewise.
      
      From-SVN: r86129
      Nathan Sidwell committed
    • re PR fortran/13082 (Function entries and entries with alternate returns not implemented) · 3d79abbd
      2004-08-17  Paul Brook  <paul@codesourcery.com>
      	Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
      
      	PR fortran/13082
      	* decl.c (get_proc_name): Update mystery comment.
      	(gfc_match_entry): Check for errors earlier.  Add entry point to list.
      	* dump-parse-tree.c (gfc_show_code_node): Print EXEC_ENTRY nodes.
      	* gfortran.h (symbol_attribute): Add entry_master.  Document entry.
      	(struct gfc_entry_list): Define.
      	(gfc_get_entry_list): Define.
      	(struct gfc_namespace): Add refs and entries.
      	(enum gfc_exec_op): Add EXEC_ENTRY.
      	(struct gfc_code): Add ext.entry.
      	* module.c (ab_attribute, attr_bits): Remove AB_ENTRY.
      	(mio_symbol_attribute): Don't save/reture addr->entry.
      	(mio_namespace_ref): Refcount namespaces.
      	* parse.c (accept_statement): Handle ST_ENTRY.
      	(gfc_fixup_sibling_symbols): Mark symbol as referenced.
      	(parse_contained): Fixup sibling references to entry points
      	after parsing the procedure body.
      	* resolve.c (resolve_contained_fntype): New function.
      	(merge_argument_lists, resolve_entries): New functions.
      	(resolve_contained_functions): Use them.
      	(resolve_code): Handle EXEC_ENTRY.
      	(gfc_resolve): Call resolve_entries.
      	* st.c (gfc_free_statement): Handle EXEC_ENTRY.
      	* symbol.c (gfc_get_namespace): Refcount namespaces.
      	(gfc_free_namespace): Ditto.
      	* trans-array.c (gfc_trans_dummy_array_bias): Treat all args as
      	optional when multiple entry points are present.
      	* trans-decl.c (gfc_get_symbol_decl): Remove incorrect check.
      	(gfc_get_extern_function_decl): Add assertion.  Fix coment.
      	(create_function_arglist, trans_function_start, build_entry_thunks):
      	New functions.
      	(gfc_build_function_decl): Rename ...
      	(build_function_decl): ... to this.
      	(gfc_create_function_decl): New function.
      	(gfc_generate_contained_functions): Use it.
      	(gfc_trans_entry_master_switch): New function.
      	(gfc_generate_function_code): Use new functions.
      	* trans-stmt.c (gfc_trans_entry): New function.
      	* trans-stmt.h (gfc_trans_entry): Add prototype.
      	* trans-types.c (gfc_get_function_type): Add entry point argument.
      	* trans.c (gfc_trans_code): Handle EXEC_ENTRY.
      	(gfc_generate_module_code): Call gfc_create_function_decl.
      	* trans.h (gfc_build_function_decl): Remove.
      	(gfc_create_function_decl): Add prototype.
      testsuite/
      	* gfortran.dg/entry_1.f90: New test.
      
      Co-Authored-By: Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
      
      From-SVN: r86128
      Paul Brook committed
    • baseline_symbols.txt: Update to 3.4.0. · 4c7cb3ea
      
      2004-08-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.4.0.
      
      From-SVN: r86126
      Benjamin Kosnik committed
    • regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that… · e3cadb61
      regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that call_used_regs is a superset of...
      
      
      	* regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to
      	ensure that call_used_regs is a superset of both fixed_regs and
      	call_really_used_regs.
      
      From-SVN: r86119
      Roger Sayle committed
    • lang.c (lang_printable_name): Obey verbose flag. · 1b9deeb4
      2004-08-17  Andrew Haley  <aph@redhat.com>
      
      	* lang.c (lang_printable_name): Obey verbose flag.
      	* parse.y (constructor_circularity_msg): Set VERBOSE arg for
      	lang_printable_name().
      	(verify_constructor_circularity, get_printable_method_name,
      	check_abstract_method_definitions, java_check_regular_methods,
      	java_check_abstract_methods, check_inner_class_access,
      	fix_constructors, patch_method_invocation, patch_return):
      	Likewise.
      	* expr.c (pop_type_0): Likewise.
      
      	* java-tree.h (lang_printable_name_wls): Delete.
      
      From-SVN: r86118
      Andrew Haley committed
    • re PR target/17019 (THUMB: bad switch statement in md code for addsi3_cbranch_scratch) · 108a579c
      From Daniel Bornstein  <danfuzz@milk.com>
      PR target/17019
      * arm.md (addsi3_cbranch_scratch): Correct case labels.
      
      From-SVN: r86114
      Daniel Bornstein committed
    • * gcc.dg/darwin-20040812-1.c: Compile only on darwin. · cc24a60e
      From-SVN: r86113
      Andrew Pinski committed
    • re PR middle-end/17036 (ICE: (A >> N) & 1 ? (1 << N) : 0 where A of type unsigned int) · 62fc1d7d
      gcc/ChangeLog:
      2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR middle-end/17036
      	* fold-const.c (fold): Check for integer operand when
      	folding (A >> N) & 1 ? (1 << N) : 0.  Fix from Andrew
      	Pinski  <pinskia@physics.uc.edu>.
      
      gcc/testsuite/ChangeLog:
      2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc.dg/pr17036-1.c: New test.
      
      From-SVN: r86112
      Paolo Bonzini committed
    • Makefile.in: Regenerate. · 7c27e184
      2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
      	stage_*_flags.
      	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
      	for bootstrapped modules if toplevel bootstrap is going.
      	(GCC bootstrap): Generate per-stage targets for all bootstrapped
      	modules.  Adjust for changes in Makefile.def.  Enable several
      	rules even in non-bootstrap mode, just to avoid peppering the
      	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
      	(stage-[+prev+]-bubble): Remove.
      
      	* Makefile.def (Dependencies): Depend on all-build-bison,
      	all-build-flex, all-build-byacc, all-build-texinfo, rather
      	than the host variations.
      	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
      	with BUILD_SUBDIR.
      	(BISON): Update for recent Bisons.
      	(YACC): Fix typo.
      	(cross): Depend on all-build.
      	(all): Do not depend on all-build.
      	(prebootstrap): Remove.
      	(dep-kind): Accept separate prefixes for MODULE and ON variables.
      	(Prebootstrap dependencies): Add them to the per-stage targets
      	and to all-prebootstrap.
      	* configure.in (build_configdirs): Always enable build_tools.
      	(BUILD_DIR_PREFIX): Remove.
      
      	* Makefile.def (gcc): Add target variable.
      	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
      	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
      	in the recursive `make', instead of hardwiring `all'.
      	(Autogenerated TARGET-* variables): New.
      
      gcc/ChangeLog:
      2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac: Trust toplevel's notion of BISON/FLEX/MAKEINFO.
      	No need to check if in a cross configuration.
      	* configure: Regenerate.
      
      	* calls.c (precompute_register_parameters):
      	Inline preserve_subexpressions_p ().
      	* expmed.c (expand_mult_const, emit_store_flag): Likewise.
      	* optabs.c (expand_binop, expand_twoval_binop, prepare_cmp_insn):
      	Likewise.
      	* expr.c (get_subtarget): Likewise.
      	* rtl.h (preserve_subexpressions_p): Remove.
      	* stmt.c (preserve_subexpressions_p): Remove.
      
      	* dojump.c (do_jump) <COND_EXPR, EQ_EXPR, NE_EXPR,
      	TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, COMPOUND_EXPR>:
      	Abort on gimplified cases.
      
      From-SVN: r86111
      Paolo Bonzini committed
    • Daily bump. · 9a9ff549
      From-SVN: r86091
      GCC Administrator committed
    • Make unsafe vector float optimizations dependent on -ffast-math. · d97c6333
      	* tree.h (VECTOR_FLOAT_TYPE_P): New.
      	(FLOAT_TYPE_P): Use it.
      	* c-typeck.c (build_binary_op): After convert calls, check for
      	check for ERROR_MARK operands.
      
      From-SVN: r86088
      James E Wilson committed
  2. 16 Aug, 2004 29 commits