1. 19 Apr, 2011 26 commits
    • Use XDELETEVEC instead of free · 6c13c5f2
      From-SVN: r172729
      Janne Blomqvist committed
    • Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc · 93acb62c
      From-SVN: r172728
      Janne Blomqvist committed
    • install.texi (Configuration, [...]): Remove mach. · 60bea929
      	gcc:
      	* doc/install.texi (Configuration, --enable-threads): Remove mach.
      	Add lynx, mipssde.
      	Sort table.
      
      	boehm-gc:
      	* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
      	* configure: Regenerate
      
      	libjava:
      	* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
      	* configure: Regenerate
      
      From-SVN: r172726
      Rainer Orth committed
    • revert 172213 and add assertion · 444b3995
      From-SVN: r172722
      Xinliang David Li committed
    • re PR target/48678 (unable to find a register to spill in class ‘GENERAL_REGS’) · d708ce50
      	PR target/48678
      	* config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
      	is a SUBREG with non-MODE_INT mode inside of it.
      
      	* gcc.target/i386/pr48678.c: New test.
      
      From-SVN: r172721
      Jakub Jelinek committed
    • ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also… · 49c471e3
      ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also according to actual contants.
      
      2011-04-19  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
      	also according to actual contants.
      	* gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
      	(gimple_fold_call): Use it.
      	* gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
      
      	* testsuite/g++.dg/opt/devirt1.C: Bump to -O2, remove XFAIL.
      	* testsuite/g++.dg/opt/devirt2.C: New test.
      	* testsuite/g++.dg/ipa/devirt-g-1.C: Likewise.
      
      From-SVN: r172719
      Martin Jambor committed
    • re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type) · 9714ca72
      2011-04-19  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/48588
              * parse.c (resolve_all_program_units): Skip modules.
              (translate_all_program_units): Handle modules.
              (gfc_parse_file): Defer code generation for modules.
      
      2011-04-19  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/48588
              * gfortran.dg/whole_file_33.f90: New.
      
      From-SVN: r172718
      Tobias Burnus committed
    • ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar non-pointer assignments. · 0004f992
      2011-04-19  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
      	non-pointer assignments.
      
      From-SVN: r172717
      Martin Jambor committed
    • ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account… · 40591473
      ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc_offset and otr_type from the indirect edge info.
      
      2011-04-19  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
      	account anc_offset and otr_type from the indirect edge info.
      	* ipa-prop.c (get_ancestor_addr_info): New function.
      	(compute_complex_ancestor_jump_func): Assignment analysis moved to
      	get_ancestor_addr_info, call it.
      	(ipa_note_param_call): Do not initialize information about polymorphic
      	calls, return the indirect call graph edge.  Remove the last
      	parameter, adjust all callers.
      	(ipa_analyze_virtual_call_uses): Process also calls to ancestors of
      	parameters.  Initialize polymorphic information in the indirect edge.
      
      	* testsuite/g++.dg/ipa/devirt-7.C: New test.
      
      From-SVN: r172716
      Martin Jambor committed
    • trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of… · 7c589800
      trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of cgraph_get_create_node.
      
      2011-04-19  Martin Jambor  <mjambor@suse.cz>
      
      gcc/fotrean/
      	* trans-decl.c (gfc_generate_function_code): Call cgraph_create_node
      	instead of cgraph_get_create_node.
      
      From-SVN: r172715
      Martin Jambor committed
    • Add missing entry. · b8a17fa2
      From-SVN: r172713
      John David Anglin committed
    • re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled) · abe36b81
      	PR lto/48148
      	* gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
      	the types if they have different enumeration identifiers.
      
      From-SVN: r172712
      Eric Botcazou committed
    • cgraph.h (cgraph_optimize_for_size_p): Declare. · e6416b30
      	* cgraph.h (cgraph_optimize_for_size_p): Declare.
      	* ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
      	* predict.c (cgraph_optimize_for_size_p): Break out from ...
      	(optimize_function_for_size_p) ... here.
      
      From-SVN: r172711
      Jan Hubicka committed
    • re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to member) · be7f7822
      2011-04-19  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	PR libstdc++/48521
      	* include/std/type_traits (result_of): Handle pointer to member.
      	* include/std/functional (__invoke): Likewise.
      	(_Function_to_function_pointer): Remove.
      	(_Reference_wrapper_base): Provide nested types independent of
      	unary_function and binary_function.
      	(reference_wrapper::operator()): DR 2017.
      	(ref(const A&&), cref(const A&&): Define as deleted.
      	* include/std/future (async): Simplify SFINAE and use result_of to
      	support pointer to member.
      	* testsuite/20_util/reference_wrapper/invoke.cc: Test pointer to 
      	member.
      	* testsuite/20_util/reference_wrapper/24803.cc: Likewise.
      	* testsuite/20_util/reference_wrapper/typedefs.cc: Test for types
      	instead of derivation from unary_function and binary_function.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
      	* testsuite/20_util/reference_wrapper/invoke-2.cc: New.
      	* testsuite/20_util/reference_wrapper/ref_neg.c: New.
      	* testsuite/20_util/reference_wrapper/typedefs-3.c: New.
      
      From-SVN: r172709
      Jonathan Wakely committed
    • re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158) · d39132ea
      2011-04-19  Richard Guenther  <rguenther@suse.de>
      
      	PR lto/48207
      	* tree.c (free_lang_data): Do not reset the decl-assembler-name
      	langhook.
      
      	* g++.dg/lto/pr48207_0.C: New testcase.
      
      From-SVN: r172708
      Richard Guenther committed
    • tree-inline.c (expand_call_inline): Do not issue a -Winline warning if… · ff7037dc
      tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_NO_INLINE_WARNING_P is set on the function.
      
      	* tree-inline.c (expand_call_inline): Do not issue a -Winline warning
      	if DECL_NO_INLINE_WARNING_P is set on the function.
      
      From-SVN: r172707
      Eric Botcazou committed
    • re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90… · c1ee2892
      re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 regression on arm-linux-gnueabi)
      
      2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
      
      	PR fortran/47976
      	* reload1.c (inc_for_reload): Return void. All callers changed.
      	(emit_input_reload_insns): Don't try to delete previous output
      	reloads to a register, or record spill_reg_store for autoincs.
      
      From-SVN: r172706
      Bernd Schmidt committed
    • gengtype.h: Updated copyright year. · fbb20b29
      
      2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
      
      	* gengtype.h: Updated copyright year.
      	(struct input_file_st): Add inpisplugin field.
      	(type_fileloc): New function.
      	* gengtype.c
      	(write_typed_struct_alloc_def): Add gcc_assert.
      	(write_typed_alloc_defns): Ditto. Don't output for plugin files.
      	(write_typed_alloc_defns): Don't output for plugin files.
      	(input_file_by_name): Clear inpisplugin field.
      	(main): Set inpisplugin field for plugin files.
      
      From-SVN: r172705
      Basile Starynkevitch committed
    • In gcc/: 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com> · 897e0a89
      In gcc/:
      2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* gengtype-state.c (string_eq): New.
      	(read_state): Use string_eq instead of strcmp when creating the
      	state_ident_tab.
      
      From-SVN: r172702
      Nicola Pero committed
    • arm-protos.h (thumb1_legitimate_address_p): New prototype. · 363ee90e
      	* config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
      	* config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
      	linkage.
      	* config/arm/constraints.md (Uu): New constraint.
      	* config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
      
      From-SVN: r172697
      Wei Guozhi committed
    • config.gcc (-*-*-*vms): Added. · 18a24fed
      2011-04-19  Tristan Gingold  <gingold@adacore.com>
      
      	* config.gcc (-*-*-*vms): Added.
      	(alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
      	definitions moved.
      	* config/vms/vms-ld.c: New file.
      	* config/vms/vms-ar.c: New file.
      	* config/vms/t-vmsnative: New file.
      
      From-SVN: r172695
      Tristan Gingold committed
    • Tweak a few entries · 7d4f8d02
      From-SVN: r172694
      Eric Botcazou committed
    • Use backend interface for variables. · e09ce6c5
      	* go-gcc.cc: Include "go-c.h".
      	(class Bvariable): Define.
      	(Gcc_backend::init_statement): New function.
      	(Gcc_backend::global_variable): New function.
      	(Gcc_backend::global_variable_set_init): New function.
      	(Gcc_backend::local_variable): New function.
      	(Gcc_backend::parameter_variable): New function.
      	(tree_to_type, var_to_tree): New functions.
      	* Make-lang.in (go/go-gcc.o): Depend on $(GO_C_H).
      	* (go/gogo-tree.o): Depend on go/gofrontend/backend.h.
      
      From-SVN: r172693
      Ian Lance Taylor committed
    • re PR testsuite/48675 (20_util/hash/chi2_quality.cc timeout) · 61bd5ad8
      	PR testsuite/48675
      	* testsuite/20_util/hash/chi2_quality.cc (test_document_words): Stub
      	this part if SAMPLES < 100000.
      
      From-SVN: r172692
      Hans-Peter Nilsson committed
    • Daily bump. · e8580e83
      From-SVN: r172689
      GCC Administrator committed
    • type_traits (is_nothrow_default_constructible, [...]): Add. · 65cee9bd
      2011-04-18  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/type_traits (is_nothrow_default_constructible,
      	is_nothrow_copy_constructible, is_nothrow_move_constructible,
      	is_copy_constructible, is_move_constructible): Add.
      	(has_nothrow_default_constructor, has_nothrow_copy_constructor):
      	Remove.
      	(is_nothrow_constructible): Adjust.
      
      	* testsuite/util/testsuite_tr1.h (ThrowDefaultClass,
      	ThrowCopyConsClass, ThrowMoveConsClass, NoexceptDefaultClass,
      	ExceptDefaultClass, NoexceptCopyConsClass, ExceptCopyConsClass,
      	NoexceptMoveConsClass, ExceptMoveConsClass): Add in C++0x mode.
      
      	* testsuite/20_util/has_nothrow_default_constructor: Remove.
      	* testsuite/20_util/has_nothrow_copy_constructor: Likewise.
      
      	* testsuite/20_util/is_nothrow_move_constructible/value.cc: Likewise.
      	* testsuite/20_util/is_nothrow_move_constructible/requirements/
      	typedefs.cc: Likewise.
      	* testsuite/20_util/is_nothrow_move_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/is_nothrow_copy_constructible/value.cc: Likewise.
      	* testsuite/20_util/is_nothrow_copy_constructible/requirements/
      	typedefs.cc: Likewise.
      	* testsuite/20_util/is_nothrow_copy_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/is_nothrow_default_constructible/value.cc:
      	Likewise.
      	* testsuite/20_util/is_nothrow_default_constructible/requirements/
      	typedefs.cc: Likewise.
      	* testsuite/20_util/is_nothrow_default_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/is_move_constructible/value.cc: Likewise.
      	* testsuite/20_util/is_move_constructible/requirements/typedefs.cc:
      	Likewise.
      	* testsuite/20_util/is_move_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/is_copy_constructible/value.cc: Likewise.
      	* testsuite/20_util/is_copy_constructible/requirements/typedefs.cc:
      	Likewise.
      	* testsuite/20_util/is_copy_constructible/requirements/
      	explicit_instantiation.cc: Likewise.
      
      	* testsuite/20_util/is_default_constructible/value.cc: Add tests.
      	* testsuite/20_util/is_nothrow_constructible/value.cc: Likewise.
      
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
      	Adjust dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
      
      From-SVN: r172684
      Paolo Carlini committed
  2. 18 Apr, 2011 14 commits
    • use ASM_COMMENT_START instead of # · 1c13f168
      From-SVN: r172682
      Xinliang David Li committed
    • re PR c++/48569 (internal compiler error: in build_zero_init_1, at cp/init.c:278) · e5dda971
      	PR c++/48569
      	* typeck2.c (build_functional_cast): Handle VOID_TYPE.
      
      From-SVN: r172680
      Jason Merrill committed
    • re PR c++/48537 (C++0x: ICE using union with non-trivial member) · 09262fff
      	PR c++/48537
      	* init.c (build_value_init): Handle UNION_TYPE the same.
      
      From-SVN: r172678
      Jason Merrill committed
    • re PR middle-end/48661 (wrong-code regression with devirtualization) · 84825707
      	PR middle-end/48661
      	* gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
      	if TREE_TYPE (v) is non-NULL.
      
      	* gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
      	gimple_get_virt_mehtod_for_binfo.
      	* gimple.h (gimple_get_virt_method_for_binfo): Likewise.
      	* ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
      	callers.
      	* ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
      
      	* g++.dg/torture/pr48661.C: New test.
      
      From-SVN: r172677
      Jakub Jelinek committed
    • re PR c++/48632 (Internal compiler error when using OpenMP with template) · 37a8ccfc
      	PR c++/48632
      	* parser.c (cp_parser_omp_for_loop): Don't use cp_parser_omp_for_incr
      	for type dependent pointers.
      
      	* g++.dg/gomp/pr48632.C: New test.
      
      From-SVN: r172674
      Jakub Jelinek committed
    • expr.c (expand_expr_real_2): Use GET_MODE instead of TYPE_MODE. · 7254cb57
      2011-05-18  Michael Matz  <matz@suse.de>
      	    Steve Ellcey  <sje@cup.hp.com>
      
      	* expr.c (expand_expr_real_2): Use GET_MODE instead of TYPE_MODE.
      
      Co-Authored-By: Steve Ellcey <sje@cup.hp.com>
      
      From-SVN: r172673
      Michael Matz committed
    • * doc/passes.texi: Fill crossref nodes. · 474e8e70
      From-SVN: r172672
      Dennis, CHENG Renquan committed
    • re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10) · 2cd815e7
      2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
      
      	    PR lto/48086
      	    * configure.ac: Re-enable LTO on *-apple-darwin9*.
      	    * configure: Regenerate.
      
      From-SVN: r172671
      Jack Howarth committed
    • i386.h (SSE_VEC_FLOAT_MODE_P): Remove. · f60c2554
      	* config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
      	(AVX_FLOAT_MODE_P): Ditto.
      	(AVX128_VEC_FLOAT_MODE_P): Ditto.
      	(AVX256_VEC_FLOAT_MODE_P): Ditto.
      	(AVX_VEC_FLOAT_MODE_P): Ditto.
      	* config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
      	(UNSPEC_MASKSTORE): Ditto.
      	* config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
      	Merge from <sse>_movmsk<ssemodesuffix> and
      	avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
      	(*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
      	iterator.
      	(avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
      	(avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
      	(*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
      
      testsuite/ChangeLog:
      
      	* gcc.target/i386/sse2-maskmovdqu.c: New test.
      	* gcc.target/i386/avx-vmaskmovdqu.c: Ditto.
      
      From-SVN: r172669
      Uros Bizjak committed
    • semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed gotos. · d77c2e5b
      	* semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed
      	gotos.
      
      From-SVN: r172668
      Jan Hubicka committed
    • remove now-unused definition of gfc_free · 513db953
      * misc.c (gfc_free): Remove function.
      * gfortran.h (gfc_free): Remove its prototype.
      
      From-SVN: r172667
      Jim Meyering committed
    • convert each use of gfc_free (p) to free (p) · cede9502
      Do that by running this command:
        perl -pi -e    's/\bgfc_free ?\(/free (/' \
          $(git grep -El '\bgfc_free ?\(')
      which also corrects the few uses that lacked a space between
      the function name and the open parenthesis.
      Manually undo the change to the function definition itself
      and its prototype.  They'll be removed next.
      * array.c (gfc_free_array_spec, gfc_set_array_spec): s/gfc_free/free/
      * constructor.c (node_free): Likewise.
      * cpp.c (dump_queued_macros): Likewise.
      * data.c (gfc_assign_data_value): Likewise.
      * decl.c (free_variable, free_value, gfc_free_data): Likewise.
      (gfc_free_data_all, match_old_style_init): Likewise.
      (gfc_set_constant_character_len, gfc_free_enum_history, NUM_DECL):
      Likewise.
      (gfc_match_modproc): Likewise.
      * dependency.c (check_section_vs_section): Likewise.
      * error.c (gfc_pop_error, gfc_free_error): Likewise.
      * expr.c (free_expr0, gfc_free_expr, gfc_free_actual_arglist): Likewise.
      (gfc_free_ref_list, gfc_replace_expr, gfc_copy_ref): Likewise.
      (find_substring_ref, gfc_simplify_expr, gfc_check_assign_symbol):
      Likewise.
      * frontend-passes.c (gfc_run_passes, cfe_expr_0): Likewise.
      (strip_function_call, optimize_comparison): Likewise.
      * interface.c (gfc_free_interface, arginfo, check_interface0): Likewise.
      (CHECK_OS_COMPARISON, gfc_extend_assign, gfc_free_formal_arglist):
      Likewise.
      * intrinsic.c (gfc_intrinsic_done_1, gfc_convert_type_warn): Likewise.
      (gfc_convert_chartype): Likewise.
      * io.c (gfc_free_open, compare_to_allowed_values, gfc_free_close):
      Likewise.
      (gfc_free_filepos, gfc_free_dt, gfc_free_inquire): Likewise.
      * match.c (gfc_free_iterator, gfc_match_associate): Likewise.
      (gfc_free_alloc_list, gfc_free_namelist, gfc_free_equiv_until):
      Likewise.
      (free_case, gfc_free_forall_iterator): Likewise.
      * misc.c: Likewise.
      * module.c (free_pi_tree, resolve_fixups, free_rename): Likewise.
      (free_true_name, peek_atom, mio_allocated_wide_string): Likewise.
      (mio_pool_string, mio_internal_string, mio_gmp_integer): Likewise.
      (mio_gmp_real, mio_expr, mio_typebound_proc): Likewise.
      (mio_full_typebound_tree, skip_list, load_equiv): Likewise.
      (free_written_common, gfc_use_module, gfc_free_use_stmts): Likewise.
      * openmp.c (gfc_free_omp_clauses): Likewise.
      * options.c (gfc_post_options): Likewise.
      * parse.c (select_type_pop, parse_omp_structured_block): Likewise.
      * primary.c (gfc_free_structure_ctor_component): Likewise.
      * resolve.c (resolve_structure_cons, check_host_association): Likewise.
      (gfc_resolve_forall, resolve_equivalence): Likewise.
      * scanner.c (gfc_scanner_done_1, gfc_release_include_path): Likewise.
      (gfc_define_undef_line, preprocessor_line, include_line): Likewise.
      (load_file, gfc_read_orig_filename): Likewise.
      * simplify.c (simplify_transformation_to_array): Likewise.
      (gfc_simplify_ibits, simplify_shift, gfc_simplify_ishftc, STRING):
      Likewise.
      (gfc_simplify_compiler_options): Likewise.
      * st.c (gfc_free_statement, gfc_free_statements): Likewise.
      (gfc_free_association_list): Likewise.
      * symbol.c (free_components, gfc_free_st_label, free_st_labels):
      Likewise.
      (gfc_delete_symtree, gfc_free_symbol, gfc_undo_symbols): Likewise.
      (free_old_symbol, gfc_commit_symbols, free_tb_tree): Likewise.
      (free_common_tree, free_uop_tree, free_sym_tree): Likewise.
      (gfc_free_dt_list, gfc_free_equiv_infos, gfc_free_equiv_lists):
      Likewise.
      (gfc_free_finalizer, gfc_free_charlen, free_entry_list): Likewise.
      (gfc_free_namespace): Likewise.
      * trans-array.c (gfc_free_ss, gfc_trans_array_bound_check): Likewise.
      (gfc_conv_array_ref, gfc_conv_ss_startstride): Likewise.
      (gfc_trans_dummy_array_bias, gfc_conv_array_parameter): Likewise.
      * trans-common.c (get_init_field, create_common): Likewise.
      * trans-const.c (gfc_build_wide_string_const): Likewise.
      (gfc_conv_string_init): Likewise.
      * trans-decl.c (gfc_generate_function_code): Likewise.
      * trans-expr.c (gfc_conv_substring, gfc_free_interface_mapping):
      Likewise.
      (SCALAR_POINTER, gfc_conv_statement_function): Likewise.
      (gfc_trans_subarray_assign): Likewise.
      * trans-intrinsic.c (conv_generic_with_optional_char_arg): Likewise.
      * trans-io.c (gfc_trans_io_runtime_check, set_string): Likewise.
      (transfer_namelist_element, transfer_array_component): Likewise.
      * trans-openmp.c (gfc_trans_omp_array_reduction): Likewise.
      * trans-stmt.c (cleanup_forall_symtrees, gfc_trans_forall_1): Likewise.
      * trans.c (trans_runtime_error_vararg, gfc_restore_backend_locus):
      Likewise.
      
      From-SVN: r172666
      Jim Meyering committed
    • gfortran: remove cpp definition of free, ... · 5cc124fe
      in preparation for the s/gfc_free/free/ transformation.
      * gfortran.h (free): Remove macro definition that would otherwise
      prevent direct use of the function.
      
      From-SVN: r172665
      Jim Meyering committed