1. 30 Nov, 2008 1 commit
    • domob's avatar
      2008-11-30 Daniel Kraft <d@domob.eu> · 4fafe6df
      domob authored
      	PR fortran/37779
      	* gfortran.h (struct gfc_entry_list): Fixed typo in comment.
      	* resolve.c (is_illegal_recursion): New method.
      	(resolve_procedure_expression): Use new is_illegal_recursion instead of
      	direct check and handle function symbols correctly.
      	(resolve_actual_arglist): Removed useless recursion check.
      	(resolve_function): Use is_illegal_recursion instead of direct check.
      	(resolve_call): Ditto.
      
      2008-11-30  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37779
      	* gfortran.dg/recursive_check_1.f: Changed expected error message to
      	the more general new one.
      	* gfortran.dg/recursive_check_2.f90: Ditto.
      	* gfortran.dg/entry_18.f90: Ditto.
      	* gfortran.dg/recursive_check_4.f03: Do "the same" check also for
      	FUNCTIONS, as this is different in details from SUBROUTINES.
      	* gfortran.dg/recursive_check_6.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142299 138bc75d-0d04-0410-961f-82ee72b054a4
      4fafe6df
  2. 29 Nov, 2008 1 commit
    • janus's avatar
      2008-11-29 Janus Weil <janus@gcc.gnu.org> · fd1277c3
      janus authored
      	    Mikael Morin <mikael@gcc.gnu.org>
      
      	PR fortran/38289
      	PR fortran/38290
      	* decl.c (match_procedure_decl): Handle whitespaces.
      	* resolve.c (resolve_specific_s0): Bugfix in check for intrinsic
      	interface.
      
      
      2008-11-29  Janus Weil  <janus@gcc.gnu.org>
      	    Tobias Burnus <burnus@gcc.gnu.org>
      
      	PR fortran/38289
      	PR fortran/38290
      	* gfortran.dg/proc_decl_1.f90: Extended test case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142276 138bc75d-0d04-0410-961f-82ee72b054a4
      fd1277c3
  3. 24 Nov, 2008 1 commit
    • domob's avatar
      2008-11-24 Daniel Kraft <d@domob.eu> · 76279446
      domob authored
      	PR fortran/37779
      	* resolve.c (resolve_procedure_expression): New method.
      	(resolve_variable): Call it.
      	(resolve_actual_arglist): Call gfc_resolve_expr for procedure arguments.
      
      2008-11-24  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37779
      	* gfortran.dg/c_funloc_tests.f03: Added missing `RECURSIVE'.
      	* gfortran.dg/c_funloc_tests_2.f03: Ditto.
      	* gfortran.dg/recursive_check_4.f03: New test.
      	* gfortran.dg/recursive_check_5.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142158 138bc75d-0d04-0410-961f-82ee72b054a4
      76279446
  4. 22 Nov, 2008 1 commit
    • burnus's avatar
      2008-11-22 Tobias Burnus <burnus@net-b.de> · 209d3778
      burnus authored
              PR fortran/38160
              * trans-types.c (gfc_validate_c_kind): Remove function.
              * decl.c (gfc_match_kind_spec): Add C kind parameter check.
                (verify_bind_c_derived_type): Remove gfc_validate_c_kind call.
                (verify_c_interop_param): Update call.
              * gfortran.h (verify_bind_c_derived_type): Update prototype.
                (gfc_validate_c_kind): Remove.
              * symbol.c (verify_bind_c_derived_type): Update verify_c_interop
              * call.
              * resolve.c (gfc_iso_c_func_interface): Ditto.
      
      2008-11-22  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/38160
              * gfortran.dg/bind_c_usage_18.f90: New test.
              * gfortran.dg/c_kind_tests_2.f03: Update dg-messages.
              * gfortran.dg/interop_params.f03: Ditto.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142124 138bc75d-0d04-0410-961f-82ee72b054a4
      209d3778
  5. 16 Nov, 2008 1 commit
    • mikael's avatar
      2008-11-16 Mikael Morin <mikael.morin@tele2.fr> · 74e83bb9
      mikael authored
      	PR fortran/35681
      	* dependency.c (gfc_check_argument_var_dependency): Add
      	elemental check flag. Issue a warning if we find a dependency
      	but don't generate a temporary. Add the case of an elemental
      	function call as actual argument to an elemental procedure.
      	Add the case of an operator expression as actual argument
      	to an elemental procedure.
      	(gfc_check_argument_dependency): Add elemental check flag.
      	Update calls to gfc_check_argument_var_dependency.
      	(gfc_check_fncall_dependency): Add elemental check flag.
      	Update call to gfc_check_argument_dependency.
      	* trans-stmt.c (gfc_trans_call): Make call to
      	gfc_conv_elemental_dependency unconditional, but with a flag
      	whether we should check dependencies between variables.
      	(gfc_conv_elemental_dependency): Add elemental check flag.
      	Update call to gfc_check_fncall_dependency.
      	* trans-expr.c (gfc_trans_arrayfunc_assign): Update call to
      	gfc_check_fncall_dependency.
      	* resolve.c (find_noncopying_intrinsics): Update call to
      	gfc_check_fncall_dependency.
      	* dependency.h (enum gfc_dep_check): New enum.
      	(gfc_check_fncall_dependency): Update prototype.
      
      2008-11-16  Mikael Morin <mikael.morin@tele2.fr>
      
      	PR fortran/35681
      	* gfortran.dg/elemental_dependency_1.f90: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141931 138bc75d-0d04-0410-961f-82ee72b054a4
      74e83bb9
  6. 12 Nov, 2008 1 commit
  7. 03 Nov, 2008 1 commit
    • pault's avatar
      2008-11-03 Paul Thomas <pault@gcc.gnu.org> · fe5c28d2
      pault authored
      	PR fortran/37445
      	* resolve.c (resolve_actual_arglist ): Correct comparison of
      	FL_VARIABLE with e->expr_type.
      	(resolve_call): Check that host association is correct.
      	(resolve_actual_arglist ): Remove return is old_sym is use
      	associated.  Only reparse expression if old and new symbols
      	have different types.
      
      	PR fortran/PR35769
      	* resolve.c (gfc_resolve_assign_in_forall): Change error to a
      	warning.
      
      2008-11-03  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/37445
      	* gfortran.dg/host_assoc_call_3.f90: New test.
      	* gfortran.dg/host_assoc_call_4.f90: New test.
      	* gfortran.dg/host_assoc_function_4.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141543 138bc75d-0d04-0410-961f-82ee72b054a4
      fe5c28d2
  8. 01 Nov, 2008 3 commits
    • janus's avatar
      2008-11-01 Janus Weil <janus@gcc.gnu.org> · 328c6d0f
      janus authored
      	PR fortran/36426
      	* expr.c (replace_symbol): Replace all symbols which lie in the
      	formal namespace of the interface and copy their attributes.
      	* resolve.c (resolve_symbol): Add charlen to namespace.
      
      
      2008-11-01  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/36426
      	* gfortran.dg/proc_decl_19.f90: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141522 138bc75d-0d04-0410-961f-82ee72b054a4
      328c6d0f
    • domob's avatar
      2008-11-01 Daniel Kraft <d@domob.eu> · 7a2a9daf
      domob authored
      	PR fortran/35681
      	* gfortran.h (struct gfc_code): New field `resolved_isym'.
      	* trans.h (gfc_build_memcpy_call): Made public.
      	* trans-array.h (gfc_trans_create_temp_array): New argument `initial'.
      	* intrinsic.c (gfc_intrinsic_sub_interface): Set resolved_isym.
      	* iresolve.c (create_formal_for_intents): New helper method.
      	(gfc_resolve_mvbits): Put dummy formal arglist on resolved_sym.
      	* resolve.c (resolve_call): Initialize resolved_isym to NULL.
      	* trans-array.c (gfc_trans_allocate_array_storage): New argument
      	`initial' to allow initializing the allocated storage to some initial
      	value copied from another array.
      	(gfc_trans_create_temp_array): Allow initialization of the temporary
      	with a copy of some other array by using the new extension.
      	(gfc_trans_array_constructor): Pass NULL_TREE for initial argument.
      	(gfc_conv_loop_setup): Ditto.
      	* trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Ditto.
      	* trans-expr.c (gfc_conv_function_call): Ditto.
      	(gfc_build_memcpy_call): Made public.
      	* trans-stmt.c (gfc_conv_elemental_dependencies): Initialize created
      	temporary for INTENT(INOUT) arguments to the value of the mirrored
      	array and clean up the temporary as very last intructions in the created
      	block.
      	* trans.c (gfc_trans_code): For EXEC_CALL, see if we have a MVBITS call
      	and enable elemental dependency checking if we have.
      
      2008-11-01  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/35681
      	* gfortran.dg/mvbits_4.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141516 138bc75d-0d04-0410-961f-82ee72b054a4
      7a2a9daf
    • janus's avatar
      2008-11-01 Janus Weil <janus@gcc.gnu.org> · ecb6b17c
      janus authored
      	PR fortran/36322
      	PR fortran/36463
      	* gfortran.h: New function gfc_expr_replace_symbols.
      	* decl.c (match_procedure_decl): Increase reference count for interface.
      	* expr.c: New functions replace_symbol and gfc_expr_replace_symbols.
      	* resolve.c (resolve_symbol): Correctly copy array spec and char len
      	of PROCEDURE declarations from their interface.
      	* symbol.c (gfc_get_default_type): Enhanced error message.
      	(copy_formal_args): Call copy_formal_args recursively for arguments.
      	* trans-expr.c (gfc_conv_function_call): Bugfix.
      
      
      2008-11-01  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/36322
      	PR fortran/36463
      	* gfortran.dg/proc_decl_17.f90: New.
      	* gfortran.dg/proc_decl_18.f90: New.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141515 138bc75d-0d04-0410-961f-82ee72b054a4
      ecb6b17c
  9. 31 Oct, 2008 1 commit
    • mikael's avatar
      · 7046511a
      mikael authored
      2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
      
      	PR fortran/35820
      	* resolve.c (gfc_count_forall_iterators): New function.
      	(gfc_resolve_forall): Use gfc_count_forall_iterators to evaluate 
      	the needed memory amount to allocate. Don't forget to free allocated 
      	memory.  Add an assertion to check for memory leaks. 
      
      2008-10-16  Mikael Morin  <mikael.morin@tele2.fr>
      
      	PR fortran/35820
      	* gfortran.dg/nested_forall_1.f: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141496 138bc75d-0d04-0410-961f-82ee72b054a4
      7046511a
  10. 16 Oct, 2008 1 commit
  11. 12 Oct, 2008 1 commit
  12. 05 Oct, 2008 1 commit
    • domob's avatar
      2008-10-05 Daniel Kraft <d@domob.eu> · 540483f2
      domob authored
      	PR fortran/37638
      	* gfortran.h (struct gfc_typebound_proc): New flag `error'.
      	* resolve.c (update_arglist_pass): Added assertion.
      	(update_compcall_arglist): Fail early for erraneous procedures to avoid
      	confusion later.
      	(resolve_typebound_generic_call): Ignore erraneous specific targets
      	and added assertions.
      	(resolve_typebound_procedure): Set new `error' flag.
      
      2008-10-05  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37638
      	* gfortran.dg/typebound_call_9.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140880 138bc75d-0d04-0410-961f-82ee72b054a4
      540483f2
  13. 23 Sep, 2008 1 commit
    • domob's avatar
      2008-09-23 Daniel Kraft <d@domob.eu> · e3154a05
      domob authored
      	PR fortran/37588
      	* gfortran.h (gfc_compare_actual_formal): Removed, made private.
      	(gfc_arglist_matches_symbol): New method.
      	* interface.c (compare_actual_formal): Made static.
      	(gfc_procedure_use): Use new name of compare_actual_formal.
      	(gfc_arglist_matches_symbol): New method.
      	(gfc_search_interface): Moved code partially to new
      	gfc_arglist_matches_symbol.
      	* resolve.c (resolve_typebound_generic_call): Resolve actual arglist
      	before checking against formal and use new gfc_arglist_matches_symbol
      	for checking.
      	(resolve_compcall): Set type-spec of generated expression.
      
      2008-09-23  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37588
      	* gfortran.dg/typebound_generic_4.f03: New test.
      	* gfortran.dg/typebound_generic_5.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140594 138bc75d-0d04-0410-961f-82ee72b054a4
      e3154a05
  14. 21 Sep, 2008 1 commit
    • pault's avatar
      2008-09-21 Paul Thomas <pault@gcc.gnu.org> · c1e4695a
      pault authored
      	PR fortran/37583
      	* decl.c (scalarize_intrinsic_call): Both subroutines and
      	functions can give a true for get_proc_mame's last argument so
      	remove the &&gfc_current_ns->proc_name->attr.function.
      	resolve.c (resolve_actual_arglist): Add check for recursion by
      	reference to procedure as actual argument.
      
      2008-09-21  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/37583
      	* gfortran.dg/entry_18.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140532 138bc75d-0d04-0410-961f-82ee72b054a4
      c1e4695a
  15. 18 Sep, 2008 1 commit
    • pault's avatar
      2008-09-18 Paul Thomas <pault@gcc.gnu.org> · 7cc3311d
      pault authored
             PR fortran/35945
             * resolve.c (resolve_fl_variable_derived):  Remove derived type
             comparison for use associated derived types.  Host association
             of a derived type will not arise if there is a local derived type
             whose use name is the same.
      
             PR fortran/36700
             * match.c (gfc_match_call):  Use the existing symbol even if
             it is a function.
      
      2008-09-18  Paul Thomas  <pault@gcc.gnu.org>
      
             PR fortran/35945
             * gfortran.dg/host_assoc_types_2.f90: New test.
      
             PR fortran/36700
             * gfortran.dg/host_assoc_call_2.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140474 138bc75d-0d04-0410-961f-82ee72b054a4
      7cc3311d
  16. 17 Sep, 2008 1 commit
    • pault's avatar
      2008-09-18 Paul Thomas <pault@gcc.gnu.org> · f6f6f726
      pault authored
      	PR fortran/37274
      	PR fortran/36374
      	* module.c (check_for_ambiguous): New function to test loaded
      	symbol for ambiguity with fixup symbol.
      	(read_module): Call check_for_ambiguous.
      	(write_symtree): Do not write the symtree for symbols coming
      	from an interface body.
      
      	PR fortran/36374
      	* resolve.c (count_specific_procs ): New function to count the
      	number of specific procedures with the same name as the generic
      	and emit appropriate errors for and actual argument reference.
      	(resolve_assumed_size_actual): Add new argument no_formal_args.
      	Correct logic around passing generic procedures as arguments.
      	Call count_specific_procs from two locations.
      	(resolve_function): Evaluate and pass no_formal_args.
      	(resolve call): The same and clean up a bit by using csym more
      	widely.
      
      	PR fortran/36454
      	* symbol.c (gfc_add_access): Access can be updated if use
      	associated and not private.
      
      2008-09-18  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/37274
      	* gfortran.dg/used_types_22.f90: New test.
      	* gfortran.dg/used_types_23.f90: New test.
      
      	PR fortran/36374
      	* gfortran.dg/generic_17.f90: New test.
      	* gfortran.dg/ambiguous_specific_2.f90: New test.
      	* gfortran.dg/generic_actual_arg.f90: Add test for case that is
      	not ambiguous.
      
      	PR fortran/36454
      	* gfortran.dg/access_spec_3.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140434 138bc75d-0d04-0410-961f-82ee72b054a4
      f6f6f726
  17. 09 Sep, 2008 1 commit
    • domob's avatar
      2008-09-09 Daniel Kraft <d@domob.eu> · 6ad53a0c
      domob authored
      	PR fortran/37429
      	* resolve.c (expression_rank): Added assertion to guard against
      	EXPR_COMPCALL expressions.
      	(resolve_compcall): Set expression's rank from the target procedure's.
      
      2008-09-09  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37429
      	* gfortran.dg/typebound_call_7.f03: New test.
      	* gfortran.dg/typebound_call_8.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140163 138bc75d-0d04-0410-961f-82ee72b054a4
      6ad53a0c
  18. 06 Sep, 2008 2 commits
  19. 05 Sep, 2008 1 commit
  20. 04 Sep, 2008 1 commit
    • ian's avatar
      ./: · 590c3166
      ian authored
      	* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND
      	or REG_LABEL_TARGET.
      	* calls.c (emit_library_call_value_1): Use MEM_P rather than
      	comparing MODE with MEM.
      	* gimple.c (gimple_build_predict): Cast END_PREDICTORS before
      	comparing with GF_PREDICT_TAKEN.
      	(gimple_get_lhs): Change code to enum gimple_code.
      	(gimple_set_lhs): Likewise.
      	* ifcvt.c (noce_process_if_block): Correct GET_MODE to GET_CODE.
      	* omp-low.c (find_omp_clause): Change kind parameter to enum
      	omp_clause_code.
      	* tree-flow.h (find_omp_clause): Update declaration.
      	* regrename.c (clear_dead_regs): Change kind parameter to enum
      	reg_note.
      	* reload1.c (eliminate_regs_1): Use REG_NOTE_KIND rather than
      	GET_MODE.
      	* see.c (see_get_extension_data): Change return type to enum
      	entry_type.  Change UNKNOWN to NOT_RELEVANT, SIGN_EXTEND to
      	SIGNED_EXTENDED_DEF, ZERO_EXTEND to ZERO_EXTENDED_DEF.
      	(see_gen_normalized_extension): Change extension_code parameter to
      	enum entry_type.
      	(see_seek_pre_extension_expr): Change extension_code to enum
      	entry_type.
      	(see_merge_one_def_extension): Likewise.
      	(see_handle_relevant_defs): Likewise.
      	(see_handle_relevant_uses): Likewise.
      	(see_analyze_one_def): Likewise.
      	* tree-cfg.c (need_fake_edge_p): Compare gimple code with
      	GIMPLE_ASM rather than ASM_EXPR.
      	* tree-ssa-alias.c (is_escape_site): Compare gimple code with
      	GIMPLE_RETURN rather than RETURN_EXPR.
      	* tree-ssa-ccp.c (likely_value): Change code to enum gimple_code.
      	(evaluate_stmt): Likewise.
      	* tree-vect-analyze.c (vect_analyze_operations): Change relevance
      	to enum vect_relevant.
      	(vect_mark_stmts_to_be_vectorized): Change assertion to not
      	compare gimple codes with tree codes.
      cp/:
      	* parser.c (check_no_duplicate_clause): Change code parameter to
      	enum omp_clause_code.
      fortran/:
      	* symbol.c (generate_isocbinding_symbol): Compare
      	gfc_notification_std with ERROR rather than FAILURE.
      	* resolve.c (check_assumed_size_reference): Compare array type
      	with AR_FULL rather than DIMEN_ELEMENT.
      	(resolve_actual_arglist): Compare with EXPR_VARIABLE rather than
      	FL_VARIABLE.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139991 138bc75d-0d04-0410-961f-82ee72b054a4
      590c3166
  21. 02 Sep, 2008 1 commit
    • domob's avatar
      2008-09-02 Daniel Kraft <d@domob.eu> · ac5f2650
      domob authored
      	* gfortran.h (struct gfc_namespace): New member `implicit_loc'.
      	(gfc_add_abstract): New method.
      	* decl.c (gfc_get_type_attr_spec): Match ABSTRACT attribute.
      	(gfc_match_derived_decl): Copy abstract attribute in derived symbol.
      	* dump-parse-tree.c (show_attr): Show ABSTRACT attribute as `ABSTRACT'
      	only to allow for ABSTRACT types.
      	* parse.c (parse_interface): Use new gfc_add_abstract.
      	* primary.c (gfc_match_structure_constructor): Check that no ABSTRACT
      	type is constructed.
      	* resolve.c (resolve_typespec_used): New method.
      	(resolve_fl_derived): Check type in respect to ABSTRACT attribute and
      	check that no component is of an ABSTRACT type.
      	(resolve_symbol): Check that no symbol is of an ABSTRACT type.
      	(resolve_types): Check IMPLICIT declarations for ABSTRACT types.
      	* symbol.c (gfc_merge_new_implicit): Remember loci of IMPLICIT's.
      	(gfc_add_abstract): New method.
      
      2008-09-02  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/abstract_type_1.f90: New test.
      	* gfortran.dg/abstract_type_2.f03: New test.
      	* gfortran.dg/abstract_type_3.f03: New test.
      	* gfortran.dg/abstract_type_4.f03: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139885 138bc75d-0d04-0410-961f-82ee72b054a4
      ac5f2650
  22. 31 Aug, 2008 1 commit
    • domob's avatar
      2008-08-31 Daniel Kraft <d@domob.eu> · e2f06a48
      domob authored
      	* gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.
      	(struct gfc_tbp_generic): New type.
      	(struct gfc_typebound_proc): Removed `target' and added union with
      	`specific' and `generic' members; new members `overridden',
      	`subroutine', `function' and `is_generic'.
      	(struct gfc_expr): New members `derived' and `name' in compcall union
      	member and changed type of `tbp' to gfc_typebound_proc.
      	(gfc_compare_interfaces), (gfc_compare_actual_formal): Made public.
      	* match.h (gfc_typebound_default_access): New global.
      	(gfc_match_generic): New method.
      	* decl.c (gfc_match_generic): New method.
      	(match_binding_attributes): New argument `generic' and handle it.
      	(match_procedure_in_type): Mark matched binding as non-generic.
      	* interface.c (gfc_compare_interfaces): Made public.
      	(gfc_compare_actual_formal): Ditto.
      	(check_interface_1), (compare_parameter): Use new public names.
      	(gfc_procedure_use), (gfc_search_interface): Ditto.
      	* match.c (match_typebound_call): Set base-symbol referenced.
      	* module.c (binding_generic): New global array.
      	(current_f2k_derived): New global.
      	(mio_typebound_proc): Handle IO of GENERIC bindings.
      	(mio_f2k_derived): Record current f2k-namespace in current_f2k_derived.
      	* parse.c (decode_statement): Handle GENERIC statement.
      	(gfc_ascii_statement): Ditto.
      	(typebound_default_access), (set_typebound_default_access): Removed.
      	(gfc_typebound_default_access): New global.
      	(parse_derived_contains): New default-access implementation and handle
      	GENERIC statements encountered.
      	* primary.c (gfc_match_varspec): Adapted to new gfc_typebound_proc
      	structure and removed check for SUBROUTINE/FUNCTION from here.
      	* resolve.c (extract_compcall_passed_object): New method.
      	(update_compcall_arglist): Use it.
      	(resolve_typebound_static): Adapted to new gfc_typebound_proc structure.
      	(resolve_typebound_generic_call): New method.
      	(resolve_typebound_call): Check target is a SUBROUTINE and handle calls
      	to GENERIC bindings.
      	(resolve_compcall): Ditto (check for target being FUNCTION).
      	(check_typebound_override): Handle GENERIC bindings.
      	(check_generic_tbp_ambiguity), (resolve_typebound_generic): New methods.
      	(resolve_typebound_procedure): Handle GENERIC bindings and set new
      	attributes subroutine, function and overridden in gfc_typebound_proc.
      	(resolve_fl_derived): Ensure extended type is resolved before the
      	extending one is.
      	* st.c (gfc_free_statement): Fix bug with free'ing EXEC_COMPCALL's.
      	* symbol.c (gfc_find_typebound_proc): Adapt for GENERIC changes.
      
      2008-08-31  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/typebound_generic_1.f03: New test.
      	* gfortran.dg/typebound_generic_2.f03: New test.
      	* gfortran.dg/typebound_generic_3.f03: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139822 138bc75d-0d04-0410-961f-82ee72b054a4
      e2f06a48
  23. 28 Aug, 2008 1 commit
    • domob's avatar
      2008-08-28 Daniel Kraft <d@domob.eu> · 930fe1de
      domob authored
      	* gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.
      	(gfc_get_typebound_proc): New macro.
      	(struct gfc_expr): New union-member `compcall' for EXPR_COMPCALL.
      	(enum gfc_exec_op): New value `EXEC_COMPCALL'.
      	(gfc_find_typebound_proc): New argument.
      	(gfc_copy_ref), (gfc_match_varspec): Made public.
      	* decl.c (match_procedure_in_type): Use gfc_get_typebound_proc.
      	* expr.c (free_expr0), (gfc_copy_expr): Handle EXPR_COMPCALL.
      	(gfc_copy_ref): Made public and use new name.
      	(simplify_const_ref): Use new name of gfc_copy_ref.
      	(simplify_parameter_variable): Ditto.
      	(gfc_simplify_expr): gcc_unreachable for EXPR_COMPCALL.
      	* match.c (match_typebound_call): New method.
      	(gfc_match_call): Allow for CALL's to typebound procedures.
      	* module.c (binding_passing), (binding_overriding): New variables.
      	(expr_types): Add EXPR_COMPCALL.
      	(mio_expr): gcc_unreachable for EXPR_COMPCALL.
      	(mio_typebound_proc), (mio_typebound_symtree): New methods.
      	(mio_f2k_derived): Handle type-bound procedures.
      	* primary.c (gfc_match_varspec): Made public and parse trailing
      	references to type-bound procedures; new argument `sub_flag'.
      	(gfc_match_rvalue): New name and argument of gfc_match_varspec.
      	(match_variable): Ditto.
      	* resolve.c (update_arglist_pass): New method.
      	(update_compcall_arglist), (resolve_typebound_static): New methods.
      	(resolve_typebound_call), (resolve_compcall): New methods.
      	(gfc_resolve_expr): Handle EXPR_COMPCALL.
      	(resolve_code): Handle EXEC_COMPCALL.
      	(resolve_fl_derived): New argument to gfc_find_typebound_proc.
      	(resolve_typebound_procedure): Ditto and removed not-implemented error.
      	* st.c (gfc_free_statement): Handle EXEC_COMPCALL.
      	* symbol.c (gfc_find_typebound_proc): New argument `noaccess' and
      	implement access-checking.
      	* trans-expr.c (gfc_apply_interface_mapping_to_expr): gcc_unreachable
      	on EXPR_COMPCALL.
      	* trans-intrinsic.c (gfc_conv_intrinsic_bound): Add missing break.
      	* trans-openmp.c (gfc_trans_omp_array_reduction): Add missing
      	intialization of ref->type.
      
      2008-08-28  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/typebound_call_1.f03: New test.
      	* gfortran.dg/typebound_call_2.f03: New test.
      	* gfortran.dg/typebound_call_3.f03: New test.
      	* gfortran.dg/typebound_call_4.f03: New test.
      	* gfortran.dg/typebound_call_5.f03: New test.
      	* gfortran.dg/typebound_call_6.f03: New test.
      	* gfortran.dg/typebound_proc_1.f08: Don't expect not-implemented error.
      	* gfortran.dg/typebound_proc_2.f90: Ditto.
      	* gfortran.dg/typebound_proc_5.f03: Ditto.
      	* gfortran.dg/typebound_proc_6.f03: Ditto.
      	* gfortran.dg/typebound_proc_7.f03: Ditto.
      	* gfortran.dg/typebound_proc_8.f03: Ditto.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139724 138bc75d-0d04-0410-961f-82ee72b054a4
      930fe1de
  24. 25 Aug, 2008 1 commit
    • domob's avatar
      2008-08-25 Daniel Kraft <d@domob.eu> · f8f35c46
      domob authored
      	* gfortran.h (gfc_find_component): Add new arguments.
      	* parse.c (parse_derived_contains): Check if the derived-type containing
      	the CONTAINS section is SEQUENCE/BIND(C).
      	* resolve.c (resolve_typebound_procedure): Check for name collision with
      	components.
      	(resolve_fl_derived): Check for name collision with inherited
      	type-bound procedures.
      	* symbol.c (gfc_find_component): New arguments `noaccess' and `silent'.
      	(gfc_add_component): Adapt for new arguments.
      	* primary.c (match_varspec), (gfc_match_structure_constructor): Ditto.
      
      2008-08-25  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/extends_7.f03: New test.
      	* gfortran.dg/typebound_proc_7.f03: New test.
      	* gfortran.dg/typebound_proc_8.f03: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139566 138bc75d-0d04-0410-961f-82ee72b054a4
      f8f35c46
  25. 24 Aug, 2008 1 commit
    • domob's avatar
      2008-08-24 Daniel Kraft <d@domob.eu> · 7fd88f6e
      domob authored
      	* gfortran.h (gfc_typebound_proc):  New struct.
      	(gfc_symtree):  New member typebound.
      	(gfc_find_typebound_proc):  Prototype for new method.
      	(gfc_get_derived_super_type):  Prototype for new method.
      	* parse.h (gfc_compile_state):  New state COMP_DERIVED_CONTAINS.
      	* decl.c (gfc_match_procedure):  Handle PROCEDURE inside derived-type
      	CONTAINS section.
      	(gfc_match_end):  Handle new context COMP_DERIVED_CONTAINS.
      	(gfc_match_private):  Ditto.
      	(match_binding_attributes), (match_procedure_in_type):  New methods.
      	(gfc_match_final_decl):  Rewrote to make use of new
      	COMP_DERIVED_CONTAINS parser state.
      	* parse.c (typebound_default_access):  New global helper variable.
      	(set_typebound_default_access):  New callback method.
      	(parse_derived_contains):  New method.
      	(parse_derived):  Extracted handling of CONTAINS to new parser state
      	and parse_derived_contains.
      	* resolve.c (resolve_bindings_derived), (resolve_bindings_result):  New.
      	(check_typebound_override), (resolve_typebound_procedure):  New methods.
      	(resolve_typebound_procedures):  New method.
      	(resolve_fl_derived):  Call new resolving method for typebound procs.
      	* symbol.c (gfc_new_symtree):  Initialize new member typebound to NULL.
      	(gfc_find_typebound_proc):  New method.
      	(gfc_get_derived_super_type):  New method.
      
      2008-08-24  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/finalize_5.f03:  Adapted expected error message to changes
      	to handling of CONTAINS in derived-type declarations.
      	* gfortran.dg/typebound_proc_1.f08:  New test.
      	* gfortran.dg/typebound_proc_2.f90:  New test.
      	* gfortran.dg/typebound_proc_3.f03:  New test.
      	* gfortran.dg/typebound_proc_4.f03:  New test.
      	* gfortran.dg/typebound_proc_5.f03:  New test.
      	* gfortran.dg/typebound_proc_6.f03:  New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139534 138bc75d-0d04-0410-961f-82ee72b054a4
      7fd88f6e
  26. 23 Aug, 2008 1 commit
    • janus's avatar
      2008-08-23 Janus Weil <janus@gcc.gnu.org> · 3be2b8d5
      janus authored
      	* gfortran.h (gfc_component): Add field "symbol_attribute attr", remove
      	fields "pointer", "allocatable", "dimension", "access".
      	Remove functions "gfc_set_component_attr" and "gfc_get_component_attr".
      	* interface.c (gfc_compare_derived_types): Ditto.
      	* trans-array.c (gfc_array_allocate,structure_alloc_comps): Ditto.
      	* trans-expr.c (gfc_conv_component_ref,gfc_trans_subcomponent_assign,
      	gfc_conv_structure): Ditto.
      	* symbol.c (gfc_find_component,free_components,gfc_set_component_attr,
      	gfc_get_component_attr,verify_bind_c_derived_type,
      	generate_isocbinding_symbol): Ditto.
      	* decl.c (build_struct): Ditto.
      	* dump-parse-tree.c (show_components): Ditto.
      	* trans-stmt.c (gfc_trans_deallocate): Ditto.
      	* expr.c (gfc_check_assign,gfc_check_pointer_assign,
      	gfc_default_initializer): Ditto.
      	* module.c (mio_component): Ditto.
      	* trans-types.c (copy_dt_decls_ifequal,gfc_get_derived_type): Ditto.
      	* resolve.c (has_default_initializer,resolve_structure_cons,
      	gfc_iso_c_func_interface,find_array_spec,resolve_ref,
      	resolve_deallocate_expr,resolve_allocate_expr,resolve_fl_derived,
      	resolve_equivalence_derived): Ditto.
      	* trans-io.c (transfer_expr): Ditto.
      	* parse.c (parse_derived): Ditto.
      	* dependency.c (gfc_check_dependency): Ditto.
      	* primary.c (gfc_variable_attr): Ditto.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139524 138bc75d-0d04-0410-961f-82ee72b054a4
      3be2b8d5
  27. 14 Aug, 2008 1 commit
    • janus's avatar
      2008-08-14 Janus Weil <janus@gcc.gnu.org> · 14fdcdea
      janus authored
      	PR fortran/36705
      	* symbol.c (check_conflict): Move conflict checks for (procedure,save)
      	and (procedure,intent) to resolve_fl_procedure.
      	* resolve.c (resolve_fl_procedure): Ditto.
      
      
      2008-08-14  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/36705
      	* gfortran.dg/argument_checking_7.f90: Modified.
      	* gfortran.dg/conflicts.f90: Modified.
      	* gfortran.dg/proc_decl_1.f90: Modified.
      	* gfortran.dg/proc_ptr_9.f90: New.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139116 138bc75d-0d04-0410-961f-82ee72b054a4
      14fdcdea
  28. 08 Aug, 2008 1 commit
    • domob's avatar
      2008-08-08 Daniel Kraft <d@domob.eu> · e449e4dd
      domob authored
      	* gfortran.h (gfc_finalizer):  Replaced member `procedure' by two
      	new members `proc_sym' and `proc_tree' to store the symtree after
      	resolution.
      	(gfc_find_sym_in_symtree):  Made public.
      	* decl.c (gfc_match_final_decl):  Adapted for new member name.
      	* interface.c (gfc_find_sym_in_symtree):  Made public.
      	(gfc_extend_expr), (gfc_extend_assign):  Changed call accordingly.
      	* module.c (mio_finalizer), (mio_f2k_derived), (mio_full_f2k_derived):
      	New methods for module-file IO of f2k_derived.
      	(mio_symbol):  Do IO of f2k_derived namespace.
      	* resolve.c (gfc_resolve_finalizers):  Adapted for new member name and
      	finding the symtree for the symbol here.
      	* symbol.c (gfc_free_finalizer):  Adapted for new members.
      
      2008-08-08  Daniel Kraft  <d@domob.eu>
      
      	* gfortran.dg/finalize_9.f03:  New test.
      	* gfortran.dg/module_md5_1.f90:  Adapted MD5-sum for changed module
      	file format.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138884 138bc75d-0d04-0410-961f-82ee72b054a4
      e449e4dd
  29. 29 Jul, 2008 1 commit
    • ghazi's avatar
      * gfortran.h (try): Remove macro. Replace try with gfc_try · f6bb8f4b
      ghazi authored
      	throughout.
      	* array.c: Likewise.
      	* check.c: Likewise.
      	* cpp.c: Likewise.
      	* cpp.h: Likewise.
      	* data.c: Likewise.
      	* data.h: Likewise.
      	* decl.c: Likewise.
      	* error.c: Likewise.
      	* expr.c: Likewise.
      	* interface.c: Likewise.
      	* intrinsic.c: Likewise.
      	* intrinsic.h: Likewise.
      	* io.c: Likewise.
      	* match.h: Likewise.
      	* parse.c: Likewise.
      	* parse.h: Likewise.
      	* resolve.c: Likewise.
      	* scanner.c: Likewise.
      	* simplify.c: Likewise.
      	* symbol.c: Likewise.
      	* trans-openmp.c: Likewise.
      	* trans-types.c: Likewise.
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138226 138bc75d-0d04-0410-961f-82ee72b054a4
      f6bb8f4b
  30. 24 Jul, 2008 1 commit
    • domob's avatar
      2008-07-24 Daniel Kraft <d@domob.eu> · a34926ba
      domob authored
      	PR fortran/33141
      	* lang.opt (Wnonstd-intrinsics):  Removed option.
      	(Wintrinsics-std), (Wintrinsic-shadow):  New options.
      	* invoke.texi (Option Summary):  Removed -Wnonstd-intrinsics
      	from the list and added -Wintrinsics-std and -Wintrinsic-shadow.
      	(Error and Warning Options):  Documented the new options and removed
      	the documentation for -Wnonstd-intrinsics.
      	* gfortran.h (gfc_option_t):  New members warn_intrinsic_shadow and
      	warn_intrinsics_std, removed warn_nonstd_intrinsics.
      	(gfc_is_intrinsic):  Renamed from gfc_intrinsic_name.
      	(gfc_warn_intrinsic_shadow), (gfc_check_intrinsic_standard):  New.
      	* decl.c (match_procedure_decl):  Replaced gfc_intrinsic_name by
      	the new name gfc_is_intrinsic.
      	(warn_intrinsic_shadow):  New helper method.
      	(gfc_match_function_decl), (gfc_match_subroutine):  Call the new method
      	warn_intrinsic_shadow to check the just-parsed procedure.
      	* expr.c (check_init_expr):  Call new gfc_is_intrinsic to check whether
      	the function called is really an intrinsic in the selected standard.
      	* intrinsic.c (gfc_is_intrinsic):  Renamed from gfc_intrinsic_name and
      	extended to take into account the selected standard settings when trying
      	to find out whether a symbol is an intrinsic or not.
      	(gfc_check_intrinsic_standard):  Made public and extended.
      	(gfc_intrinsic_func_interface), (gfc_intrinsic_sub_interface):  Removed
      	the calls to check_intrinsic_standard, this check now happens inside
      	gfc_is_intrinsic.
      	(gfc_warn_intrinsic_shadow):  New method defined.
      	* options.c (gfc_init_options):  Initialize new warning flags to false
      	and removed intialization of Wnonstd-intrinsics flag.
      	(gfc_post_options):  Removed logic for Wnonstd-intrinsics flag.
      	(set_Wall):  Set new warning flags and removed Wnonstd-intrinsics flag.
      	(gfc_handle_option):  Handle the new flags and removed handling of the
      	old Wnonstd-intrinsics flag.
      	* primary.c (gfc_match_rvalue):  Replaced call to gfc_intrinsic_name by
      	the new name gfc_is_intrinsic.
      	* resolve.c (resolve_actual_arglist):  Ditto.
      	(resolve_generic_f), (resolve_unknown_f):  Ditto.
      	(is_external_proc):  Ditto.
      	(resolve_generic_s), (resolve_unknown_s):  Ditto.
      	(resolve_symbol):  Ditto and ensure for symbols declared INTRINSIC that
      	they are really available in the selected standard setting.
      
      2008-07-24  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/33141
      	* gfortran.dg/intrinsic_shadow_1.f03:  New test for -Wintrinsic-shadow.
      	* gfortran.dg/intrinsic_shadow_2.f03:  Ditto.
      	* gfortran.dg/intrinsic_shadow_3.f03:  Ditto.
      	* gfortran.dg/intrinsic_std_1.f90:  New test for -Wintrinsics-std.
      	* gfortran.dg/intrinsic_std_2.f90:  Ditto.
      	* gfortran.dg/intrinsic_std_3.f90:  Ditto.
      	* gfortran.dg/intrinsic_std_4.f90:  Ditto.
      	* gfortran.dg/warn_std_1.f90:  Removed option -Wnonstd-intrinsics.
      	* gfortran.dg/warn_std_2.f90:  Replaced -Wnonstd-intrinsics by
      	-Wintrinsics-std and adapted expected errors/warnings.
      	* gfortran.dg/warn_std_3.f90:  Ditto.
      	* gfortran.dg/c_sizeof_2.f90:  Adapted expected error/warning message.
      	* gfortran.dg/gamma_2.f90:  Ditto.
      	* gfortran.dg/selected_char_kind_3.f90:  Ditto.
      	* gfortran.dg/fmt_g0_2.f08:  Call with -fall-intrinsics to allow abort.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138122 138bc75d-0d04-0410-961f-82ee72b054a4
      a34926ba
  31. 21 Jul, 2008 1 commit
    • rwild's avatar
      gcc/testsuite/ · 69b1505f
      rwild authored
      	* gfortran.dg/fmt_g0_3.f08: Fix typo in expected error message.
      
      gcc/fortran/
      
      	* expr.c (gfc_check_pointer_assign): Fix typo in string.
      	* io.c (check_format): Fix typo in string.  Fix comment typos.
      	* parse.c (gfc_global_used): Likewise.
      	* resolve.c (resolve_allocate_expr): Likewise.
      	* symbol.c (gfc_set_default_type): Likewise.
      	* arith.c: Fix typos in comments.
      	* array.c: Likewise.
      	* data.c: Likewise.
      	* decl.c: Likewise.
      	* dependency.c: Likewise.
      	* f95-lang.c: Likewise.
      	* gfortran.h: Likewise.
      	* matchexp.c: Likewise.
      	* module.c: Likewise.
      	* primary.c: Likewise.
      	* scanner.c: Likewise.
      	* trans-array.c: Likewise.
      	* trans-common.c: Likewise.
      	* trans-decl.c: Likewise.
      	* trans-expr.c: Likewise.
      	* trans-intrinsic.c: Likewise.
      	* trans-types.c: Likewise.
      	* trans.c: Likewise.
      	* trans.h: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138040 138bc75d-0d04-0410-961f-82ee72b054a4
      69b1505f
  32. 19 Jul, 2008 2 commits
    • ghazi's avatar
      * gfortran.h (operator): Remove macro. · dcb1b019
      ghazi authored
      	(gfc_namespace, gfc_expr): Avoid C++ keywords.
      	* arith.c (eval_intrinsic, eval_intrinsic_f2, eval_intrinsic_f3):
      	Likewise.
      	* decl.c (access_attr_decl): Likewise.
      	* dependency.c (gfc_dep_compare_expr): Likewise.
      	* dump-parse-tree.c (show_expr, show_uop, show_namespace):
      	Likewise.
      	* expr.c (gfc_copy_expr, gfc_type_convert_binary,
      	simplify_intrinsic_op, check_intrinsic_op): Likewise.
      	* interface.c (fold_unary, gfc_match_generic_spec,
      	gfc_match_interface, gfc_match_end_interface,
      	check_operator_interface, check_uop_interfaces,
      	gfc_check_interfaces, gfc_extend_expr, gfc_extend_assign,
      	gfc_add_interface, gfc_current_interface_head,
      	gfc_set_current_interface_head): Likewise.
      	* iresolve.c (gfc_resolve_dot_product, gfc_resolve_matmul):
      	Likewise.
      	* matchexp.c (gfc_get_parentheses, build_node): Likewise.
      	* module.c (gfc_use_rename, gfc_match_use, find_use_name_n,
      	number_use_names, mio_expr, load_operator_interfaces, read_module,
      	write_operator, write_module): Likewise.
      	* openmp.c (resolve_omp_atomic): Likewise.
      	* resolve.c (resolve_operator, gfc_resolve_character_operator,
      	gfc_resolve_uops): Likewise.
      	* symbol.c (free_uop_tree, gfc_free_namespace): Likewise.
      	* trans-expr.c (gfc_conv_expr_op): Likewise.
      	* trans-openmp.c (gfc_trans_omp_atomic): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137981 138bc75d-0d04-0410-961f-82ee72b054a4
      dcb1b019
    • ghazi's avatar
      * gfortran.h (protected): Remove macro. · 41694d7c
      ghazi authored
      	* dump-parse-tree.c (show_attr): Avoid C++ keywords.
      	* expr.c (gfc_check_pointer_assign): Likewise.
      	* interface.c (compare_parameter_protected): Likewise.
      	* intrinsic.c (enum class, add_sym, add_sym_0, add_sym_1,
      	add_sym_1s, add_sym_1m, add_sym_2, add_sym_2s, add_sym_3,
      	add_sym_3ml, add_sym_3red, add_sym_3s, add_sym_4, add_sym_4s,
      	add_sym_5s): Likewise.
      	* match.c (gfc_match_assignment, gfc_match_pointer_assignment):
      	Likewise.
      	* module.c (mio_symbol_attribute): Likewise.
      	* primary.c (match_variable): Likewise.
      	* resolve.c (resolve_equivalence): Likewise.
      	* symbol.c (check_conflict, gfc_add_protected, gfc_copy_attr):
      	Likewise.
      	* trans-types.c (gfc_get_array_type_bounds): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137980 138bc75d-0d04-0410-961f-82ee72b054a4
      41694d7c
  33. 17 Jul, 2008 1 commit
    • burnus's avatar
      2008-07-17 Tobias Burnus <burnus@net-b.de> · 532691cb
      burnus authored
              PR fortran/36825
              PR fortran/36824
              * array.c (gfc_match_array_spec): Fix array-rank check.
              * resolve.c (resolve_fl_derived): Fix constentness check
              for the array dimensions.
      
      2008-07-17  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/36825
              PR fortran/36824
              * gfortran.dg/rank_2.f90: Add additional array-rank test.
              * gfortran.dg/array_4.f90: New.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137910 138bc75d-0d04-0410-961f-82ee72b054a4
      532691cb
  34. 12 Jul, 2008 1 commit
  35. 02 Jul, 2008 1 commit
    • janus's avatar
      2008-07-02 Janus Weil <janus@gcc.gnu.org> · cad0ddcf
      janus authored
      	    Tobias Burnus  <burnus@net-b.de>
      	    Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/32580
      	* gfortran.h (struct gfc_symbol): New member "proc_pointer".
      	* check.c (gfc_check_associated,gfc_check_null): Implement
      	procedure pointers.
      	* decl.c (match_procedure_decl): Ditto.
      	* expr.c (gfc_check_pointer_assign,gfc_check_assign_symbol): Ditto.
      	* interface.c (compare_actual_formal): Ditto.
      	* match.h: Ditto.
      	* match.c (gfc_match_pointer_assignment): Ditto.
      	* parse.c (parse_interface): Ditto.
      	* primary.c (gfc_match_rvalue,match_variable): Ditto.
      	* resolve.c (resolve_fl_procedure): Ditto.
      	* symbol.c (check_conflict,gfc_add_external,gfc_add_pointer,
      	gfc_copy_attr,gen_fptr_param,build_formal_args): Ditto.
      	* trans-decl.c (get_proc_pointer_decl,gfc_get_extern_function_decl,
      	create_function_arglist): Ditto.
      	* trans-expr.c (gfc_conv_variable,gfc_conv_function_val,
      	gfc_conv_function_call,gfc_trans_pointer_assignment): Ditto.
      
      
      2008-07-02  Janus Weil  <janus@gcc.gnu.org>
      	    Tobias Burnus  <burnus@net-b.de>
      
      	PR fortran/32580
      	* gfortran.dg/c_f_pointer_tests_3.f90: Updated.
      	* gfortran.dg/proc_decl_1.f90: Updated.
      	* gfortran.dg/proc_ptr_1.f90: New.
      	* gfortran.dg/proc_ptr_2.f90: New.
      	* gfortran.dg/proc_ptr_3.f90: New.
      	* gfortran.dg/proc_ptr_4.f90: New.
      	* gfortran.dg/proc_ptr_5.f90: New.
      	* gfortran.dg/proc_ptr_6.f90: New.
      	* gfortran.dg/proc_ptr_7.f90: New.
      	* gfortran.dg/proc_ptr_8.f90: New.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137386 138bc75d-0d04-0410-961f-82ee72b054a4
      cad0ddcf
  36. 17 Jun, 2008 1 commit
    • domob's avatar
      2008-06-17 Daniel Kraft <d@domob.eu> · f689ee2a
      domob authored
      	PR fortran/36112
      	* array.c (gfc_resolve_character_array_constructor):  Check that all
      	elements with constant character length have the same one rather than
      	fixing it if no typespec is given, emit an error if they don't.  Changed
      	return type to "try" and return FAILURE for the case above.
      	(gfc_resolve_array_constructor):  Removed unneeded call to
      	gfc_resolve_character_array_constructor in this function.
      	* gfortran.h (gfc_resolve_character_array_constructor):  Returns try.
      	* trans-array.c (get_array_ctor_strlen):  Return length of first element
      	rather than last element.
      	* resolve.c (gfc_resolve_expr):  Handle FAILURE return from
      	gfc_resolve_character_array_constructor.
      
      2008-06-17  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/36112
      	* gfortran.dg/bounds_check_array_ctor_1.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_2.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_3.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_4.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_5.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_6.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_7.f90:  New test.
      	* gfortran.dg/bounds_check_array_ctor_8.f90:  New test.
      	* gfortran.dg/arrayio_0.f90:  Fixed invalid array constructor.
      	* gfortran.dg/char_cons_len.f90:  Ditto.
      	* gfortran.dg/char_initializer_actual.f90:  Ditto.
      	* gfortran.dg/pr15959.f90:  Ditto.
      	* gfortran.dg/transfer_simplify_2.f90:  Ditto.
      	* gfortran.dg/char_length_1.f90:  Changed expected error messages.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136872 138bc75d-0d04-0410-961f-82ee72b054a4
      f689ee2a