1. 26 Jun, 2010 6 commits
    • gcc.c (n_switches_alloc, [...]): New. · 922e1882
      	* gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
      	add_infile, alloc_switch): New.
      	(process_command): Remove variable lang_n_infiles.  Process
      	options in a single pass.  Use new functions for allocating
      	infiles and switches arrays.  Properly skip operands of
      	-Xpreprocessor and -Xassembler.
      
      testsuite:
      	* gcc.dg/opts-3.c: New test.
      
      From-SVN: r161430
      Joseph Myers committed
    • decl.c (gfc_match_decl_type_spec): Support TYPE(intrinsic-type-spec). · 0fb56814
      2010-06-26  Tobias Burnus  <burnus@net-b.de>
      
              * decl.c (gfc_match_decl_type_spec): Support
              TYPE(intrinsic-type-spec).
      
      2010-06-26  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/type_decl_1.f90: New.
              * gfortran.dg/type_decl_2.f90: New.
      
      From-SVN: r161429
      Tobias Burnus committed
    • re PR middle-end/44671 (Partial inlining breaks C++) · 8cf9feca
      	PR middle-end/44671
      	* cgraphunit.c (cgraph_function_versioning): Remove wrong cgraph_make_decl_local
      	call; fix typo copying RTL data.
      
      From-SVN: r161428
      Jan Hubicka committed
    • semicolon_fixed.f: Fix dg syntax.. · e4814b39
      2010-06-26  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/semicolon_fixed.f: Fix dg syntax..
              * gfortran.dg/semicolon_fixed_2.f: Ditto.
      
      From-SVN: r161426
      Tobias Burnus committed
    • m32c-protos.h (m32c_note_pragma_address): Declare. · f6052f86
      * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
      (m32c_output_aligned_common): Likewise.
      * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
      (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
      * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
      (m32c_register_pragmas): Register it.
      * config/m32c/m32c.c (m32c_get_pragma_address): New.
      (m32c_insert_attributes): Set #pragma address decls volatile.
      (pragma_entry_eq): New.
      (pragma_entry_hash): New.
      (m32c_note_pragma_address): New.
      (m32c_get_pragma_address): New.
      (m32c_output_aligned_common): New.
      * doc/extend.texi: Document the new pragma.
      
      * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
      also.
      * config/m32c/predicates.md (m32c_any_operand): Check the code
      instead of memory_operand so as to allow matching volatile MEMs.
      (m32c_nonimmediate_operand): Likewise.
      (mra_operand): Allow volatiles.
      
      From-SVN: r161425
      DJ Delorie committed
    • Daily bump. · 19bbf2c4
      From-SVN: r161424
      GCC Administrator committed
  2. 25 Jun, 2010 34 commits
    • faq.xml: Fix typo. · e7e1f457
      2010-06-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* doc/xml/faq.xml: Fix typo.
      	* doc/html/faq.xml: Likewise.
      
      From-SVN: r161420
      Jonathan Wakely committed
    • 2010-06-25 Paolo Carlini <paolo.carlini@oracle.com> · 6769da2e
      	Reformat last ChangeLog entry.
      
      From-SVN: r161419
      Paolo Carlini committed
    • re PR testsuite/38946 (gcc trunk 143562 - Testsuite - gfortran failing tests… · 754172c7
      re PR testsuite/38946 (gcc trunk 143562 - Testsuite - gfortran failing tests that worked previously)
      
      2010-06-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR testsuite/38946
      	* gfortran.dg/array_constructor_23.f: Update test to allow for small
      	error in comparing reals.
      
      From-SVN: r161416
      Jerry DeLisle committed
    • re PR debug/44610 (VTA produces wrong variable location information) · e0a80069
      PR debug/44610
      * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
      address if the offset is unknown.
      
      From-SVN: r161413
      Alexandre Oliva committed
    • intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes. · 01349049
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * intrinsic.h (gfc_check_selected_real_kind,
              gfc_simplify_selected_real_kind): Update prototypes.
              * intrinsic.c (add_functions): Add radix support to
              selected_real_kind.
              * check.c (gfc_check_selected_real_kind): Ditto.
              * simplify.c (gfc_simplify_selected_real_kind): Ditto.
              * trans-decl.c (gfc_build_intrinsic_function_decls):
              Change call from selected_real_kind to selected_real_kind2008.
              * intrinsic.texi (SELECTED_REAL_KIND): Update for radix.
              (PRECISION, RANGE, RADIX): Add cross @refs.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * intrinsics/selected_real_kind.f90
              (_gfortran_selected_real_kind2008): Add function.
              (_gfortran_selected_real_kind): Stub which calls
              _gfortran_selected_real_kind2008.
              * gfortran.map (GFORTRAN_1.4): Add
              _gfortran_selected_real_kind2008.
              * mk-srk-inc.sh: Save also RADIX.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * selected_real_kind_2.f90: New.
              * selected_real_kind_3.f90: New.
      
      From-SVN: r161411
      Tobias Burnus committed
    • Initial regex implementation. · 849cab7b
      2010-06-25  Stephen M. Webb  <stephen.webb@bregmasoft.ca>
      
        Initial regex implementation.
      
        * include/std/regex: Modified to use bits/regex_* headers.
        * include/bits/regex_compiler.h: New file.
        * include/bits/regex_constants.h: New file.
        * include/bits/regex_cursor.h: New file.
        * include/bits/regex_error.h: New file.
        * include/bits/regex_grep_matcher.h: New file.
        * include/bits/regex_grep_matcher.tcc: New file.
        * include/bits/regex.h: New file.
        * include/bits/regex_nfa.h: New file.
        * include/bits/regex_nfa.tcc: New file.
        * include/Makefile.am: Added above new files.
        * include/Makefile.in: Regenerated.
        * testsuite/28_regex/02_definitions: New file.
        * testsuite/28_regex/03_requirements: New file.
        * testsuite/28_regex/03_requirements/typedefs.cc: New file.
        * testsuite/28_regex/04_header: New file.
        * testsuite/28_regex/04_header/regex: New file.
        * testsuite/28_regex/04_header/regex/std_c++0x_neg.cc: New file.
        * testsuite/28_regex/05_constants: New file.
        * testsuite/28_regex/05_constants/error_type.cc: New file.
        * testsuite/28_regex/05_constants/match_flag_type.cc: New file.
        * testsuite/28_regex/05_constants/syntax_option_type.cc: New file.
        * testsuite/28_regex/06_exception_type: New file.
        * testsuite/28_regex/06_exception_type/regex_error.cc: New file.
        * testsuite/28_regex/07_traits: New file.
        * testsuite/28_regex/07_traits/char: New file.
        * testsuite/28_regex/07_traits/char/ctor.cc: New file.
        * testsuite/28_regex/07_traits/char/isctype.cc: New file.
        * testsuite/28_regex/07_traits/char/length.cc: New file.
        * testsuite/28_regex/07_traits/char/lookup_classname.cc: New file.
        * testsuite/28_regex/07_traits/char/lookup_collatename.cc: New file.
        * testsuite/28_regex/07_traits/char/transform.cc: New file.
        * testsuite/28_regex/07_traits/char/transform_primary.cc: New file.
        * testsuite/28_regex/07_traits/char/translate.cc: New file.
        * testsuite/28_regex/07_traits/char/translate_nocase.cc: New file.
        * testsuite/28_regex/07_traits/char/value.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t: New file.
        * testsuite/28_regex/07_traits/wchar_t/ctor.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t/length.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t/transform.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t/translate.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t/translate_nocase.cc: New file.
        * testsuite/28_regex/07_traits/wchar_t/value.cc: New file.
        * testsuite/28_regex/08_basic_regex: New file.
        * testsuite/28_regex/08_basic_regex/assign: New file.
        * testsuite/28_regex/08_basic_regex/assign/char: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/cstring_op.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/moveable.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/pstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/range.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/string.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/char/string_op.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/cstring_op.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/pstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/range.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/string.cc: New file.
        * testsuite/28_regex/08_basic_regex/assign/wchar_t/string_op.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors: New file.
        * testsuite/28_regex/08_basic_regex/ctors/basic: New file.
        * testsuite/28_regex/08_basic_regex/ctors/basic/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/basic/pstring_char.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/basic/pstring_wchar_t.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/basic/string_range_01_02_03.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/cstring_awk.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/cstring_ecma.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/cstring_egrep.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/cstring_grep.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/default.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/char/range.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/copy_char.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/extended: New file.
        * testsuite/28_regex/08_basic_regex/ctors/extended/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/extended/string_range_01_02_03.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/move_char.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/string_char.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/string_wchar_t.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/wchar_t: New file.
        * testsuite/28_regex/08_basic_regex/ctors/wchar_t/cstring.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/wchar_t/default.cc: New file.
        * testsuite/28_regex/08_basic_regex/ctors/wchar_t/range.cc: New file.
        * testsuite/28_regex/08_basic_regex/regex.cc: New file.
        * testsuite/28_regex/09_sub_match: New file.
        * testsuite/28_regex/09_sub_match/cast_char.cc: New file.
        * testsuite/28_regex/09_sub_match/cast_wchar_t.cc: New file.
        * testsuite/28_regex/09_sub_match/length.cc: New file.
        * testsuite/28_regex/09_sub_match/typedefs.cc: New file.
        * testsuite/28_regex/10_match_results: New file.
        * testsuite/28_regex/10_match_results/ctors: New file.
        * testsuite/28_regex/10_match_results/ctors/char: New file.
        * testsuite/28_regex/10_match_results/ctors/char/default.cc: New file.
        * testsuite/28_regex/10_match_results/ctors/wchar_t: New file.
        * testsuite/28_regex/10_match_results/ctors/wchar_t/default.cc: New file.
        * testsuite/28_regex/10_match_results/typedefs.cc: New file.
        * testsuite/28_regex/11_algorithms: New file.
        * testsuite/28_regex/11_algorithms/02_match: New file.
        * testsuite/28_regex/11_algorithms/02_match/basic: New file.
        * testsuite/28_regex/11_algorithms/02_match/basic/string_01.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/basic/string_range_00_03.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/basic/string_range_01_03.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/basic/string_range_02_03.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/cstring_plus.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/cstring_questionmark.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/string_any.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/string_range_00_03.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/string_range_01_03.cc: New file.
        * testsuite/28_regex/11_algorithms/02_match/extended/string_range_02_03.cc: New file.
        * testsuite/28_regex/12_iterators: New file.
        * testsuite/28_regex/12_iterators/regex_iterator: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/ctors: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/ctors/char: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/ctors/char/default.cc: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/ctors/wchar_t: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/ctors/wchar_t/default.cc: New file.
        * testsuite/28_regex/12_iterators/regex_iterator/typedefs.cc: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/ctors: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/char: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/char/default.cc: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/wchar_t: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/ctors/wchar_t/default.cc: New file.
        * testsuite/28_regex/12_iterators/regex_token_iterator/typedefs.cc: New file.
        * testsuite/28_regex/13_ecmascript: New file.
      
      From-SVN: r161410
      Stephen M. Webb committed
    • decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS. · 58fc89f6
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
              * gfortran.texi (_gfortran_set_options): Update for
              GFC_STD_F2008_OBS addition.
              * libgfortran.h: Add GFC_STD_F2008_OBS.
              * options.c (set_default_std_flags, gfc_handle_option): Handle
              GFC_STD_F2008_OBS.
              io.c (check_format): Fix allow_std check.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * runtime/compile_options.c (init_compile_options): Update
              compile_options.allow_std for GFC_STD_F2008_OBS.
              * io/transfer.c (formatted_transfer_scalar_read,
              formatted_transfer_scalar_write): Fix allow_std check.
              * io/list_read.c (nml_parse_qualifier): Ditto.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/entry_19.f90: New.
      
      From-SVN: r161409
      Tobias Burnus committed
    • decl.c (gfc_match_entry): Allow END besides END SUBROUTINE/END FUNCTION for contained procedures. · 272001a2
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * decl.c (gfc_match_entry): Allow END besides
              END SUBROUTINE/END FUNCTION for contained procedures.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/end_subroutine_1.f90: New.
              * gfortran.dg/end_subroutine_2.f90: New.
              * gfortran.dg/interface_proc_end.f90: Update.
      
      From-SVN: r161406
      Tobias Burnus committed
    • parse.c (next_free, next_fixed): Allow ";" as first character. · c6c73c51
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * parse.c (next_free, next_fixed): Allow ";" as first character.
      
      2010-06-25  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/semicolon_fixed.f: Update.
              * gfortran.dg/semicolon_fixed_2.f: New.
              * gfortran.dg/semicolon_free_2.f90: New.
              * gfortran.dg/semicolon_free.f90: Update.
      
      From-SVN: r161405
      Tobias Burnus committed
    • dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function. · 8e7745dc
      	* dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
      	* dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
      	* config/ia64/ia64-protos.h (ia64_start_function): Declare.
      	* config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
      	to ia64_start_function. Invoke it.
      	* config/ia64/ia64.c (ia64_start_function): Call new function
      	dwarf2out_vms_debug_main_pointer.
      
      From-SVN: r161402
      Douglas B Rupp committed
    • Do not insert statements computing the true predicate. · 5c8b27d7
      2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* tree-if-conv.c (insert_gimplified_predicates): Do not insert
      	statements computing the true predicate.
      
      From-SVN: r161398
      Sebastian Pop committed
    • Use reset_bb_predicate whenever the predicate of a BB should be reset to true. · 29caa68a
      2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* tree-if-conv.c (init_bb_predicate): Initialize the predicate
      	to boolean_true_node.
      	(reset_bb_predicate): New.
      	(predicate_bbs): Call reset_bb_predicate.
      
      From-SVN: r161397
      Sebastian Pop committed
    • Call cleanup_tree_cfg after if-conversion. · 0f741287
      2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* tree-if-conv.c (combine_blocks): Remove FIXME comment.
      	(tree_if_conversion): Returns true when something has been changed.
      	(main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
      	changed something.
      
      From-SVN: r161396
      Sebastian Pop committed
    • Add a debug counter for the tree-ssa level if-conversion. · 53aa40a8
      2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
      	* dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
      	* tree-if-conv.c: Include dbgcnt.h.
      	(tree_if_conversion): Use if_conversion_tree to count the number of
      	if-convertible loops.
      
      From-SVN: r161395
      Sebastian Pop committed
    • re PR fortran/44448 (32-bit gfortran.dg/atan2_1.f90 fails on Solaris 1[01]/x86 at -O0) · ba8607be
      2010-06-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/44448
      	* gfortran.dg/atan2_1.f90: Add -ffloat-store.
      
      From-SVN: r161392
      Jerry DeLisle committed
    • Enable prefetching at -O3 for AMD cpus. · 1fbb509a
      2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
      
      	* common.opt (fprefetch-loop-arrays): Re-define
      	-fprefetch-loop-arrays as a tri-state option with the initial
      	value of -1.
      	* tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
      	pass only when flag_prefetch_loop_arrays > 0.
      	* toplev.c (process_options): Note that, with tri-states,
      	flag_prefetch_loop_arrays>0 means prefetching is enabled.
      	* config/i386/i386.c (override_options): Enable prefetching at -O3
      	for a set of CPUs that sw prefetching is helpful.
      	(software_prefetching_beneficial_p): New.  Return TRUE if software
      	prefetching is beneficial for the given CPU.
      
      From-SVN: r161391
      Changpeng Fang committed
    • profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment. · c14420e1
      2010-06-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/profile/impl/profiler_list_to_slist.h: Remove spurious
      	semicolon; prefer pre-increment.
      	* include/profile/impl/profiler_container_size.h: Use everywhere
      	qualified std::size_t.
      	* include/profile/impl/profiler_trace.h (__trace_base<>::
      	__collect_warnings): Tidy loop.
      	* include/profile/impl/profiler_vector_to_list.h: Minor formatting
      	changes.
      
      From-SVN: r161390
      Paolo Carlini committed
    • Don't search DEBUG_INSNs for removable zero extends. · 97f43086
      2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR rtl-optimization/44326
      	* implicit-zee.c (find_removable_zero_extends): Replace
      	INSN_P with NONDEBUG_INSN_P.
      
      From-SVN: r161389
      H.J. Lu committed
    • ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag. · 062c604f
      2010-06-25  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
      	(struct ipa_node_params): Removed the modification_analysis_done flag.
      	(ipa_is_param_modified): Removed.
      	(ipa_analyze_node): Declare.
      	(ipa_compute_jump_functions): Remove declaration.
      	(ipa_count_arguments): Likewise.
      	(ipa_detect_param_modifications): Likewise.
      	(ipa_analyze_params_uses): Likewise.
      	* ipa-prop.c (struct param_analysis_info): New type.
      	(visit_store_addr_for_mod_analysis): Removed.
      	(visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
      	moved down in the file.
      	(ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
      	(ipa_count_arguments): Made static.
      	(mark_modified): New function.
      	(is_parm_modified_before_call): New function.
      	(compute_pass_through_member_ptrs): New parameter parms_info, call
      	is_parm_modified_before_call instead of ipa_is_param_modified.
      	(ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
      	it to compute_pass_through_member_ptrs.
      	(ipa_compute_jump_functions): New parameter parms_info, pass it to
      	ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
      	on the callee if it is analyzed.  Made static.
      	(ipa_analyze_indirect_call_uses): New parameter parms_info, call
      	is_parm_modified_before_call instead of ipa_is_param_modified.
      	(ipa_analyze_call_uses): New parameter parms_info, pass it to
      	ipa_analyze_indirect_call_uses.
      	(ipa_analyze_stmt_uses): New parameter parms_info, pass it to
      	ipa_analyze_call_uses.
      	(ipa_analyze_params_uses): New parameter parms_info, pass it to
      	ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
      	(ipa_analyze_node): New function.
      	(ipa_print_node_params): Do not dump the modified flag.
      	(ipa_write_node_info): Assert uses_analysis_done rather than streaming
      	it.  Do not stream the modified parameter flag.
      	(ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
      	it.  Do not stream the modified parameter flag.
      	* ipa-cp.c (ipcp_analyze_node): Removed.
      	(ipcp_init_stage): Iterate only once over the nodes, analyze each one
      	with only a call to ipa_analyze_node.
      	* ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
      	node with only a call to ipa_analyze_node.
      	
      	* testsuite/g++.dg/ipa/iinline-3.C: New test.
      	* testsuite/gcc.dg/ipa/modif-1.c: Removed.
      
      From-SVN: r161384
      Martin Jambor committed
    • invoke.texi (-Wsuggest-attribute): Add item for noreturn. · 212580ff
      2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
      	* doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
      
      From-SVN: r161383
      Manuel López-Ibáñez committed
    • tree-pass.h (pass_split_functions): Declare. · 3e485f62
      
      	* tree-pass.h (pass_split_functions): Declare.
      	* opts.c (decode_options): Enable function splitting at -O2
      	* timevar.def (TV_IPA_FNSPLIT): New macro.
      	* ipa-split.c: New file.
      	* common.opt (-fpartial-inlining): New flag.
      	* Makefile.in (ipa-split.o): New object file.
      	* passes.c (init_optimization_passes): Add ipa-split.
      	* params.def (max-inline-insns-auto): Reduce max-inline-insns-auto to 40.
      	(partial-inlining-entry-probability): New parameters.
      	* doc/invoke.texi (-fpartial-inlining): New.
      	
      	* testsuite/gcc.dg/tree-ssa/ipa-split.c
      
      From-SVN: r161382
      Jan Hubicka committed
    • re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment) · 12947319
      2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
             PR 44665
             * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
             * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
             (gimplify_expr): Likewise.
      
      From-SVN: r161380
      Manuel López-Ibáñez committed
    • ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering statements instead… · 8aa29647
      ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering statements instead of bailing out on them.
      
      2010-06-25  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
      	statements instead of bailing out on them.
      	(ipa_analyze_indirect_call_uses): Do not require that loads from the
      	parameter are in the same BB as the condition.  Update comments.
      
      	* testsuite/g++.dg/ipa/iinline-2.C: New test.
      
      From-SVN: r161377
      Martin Jambor committed
    • re PR middle-end/43866 (wrong code with -fbounds-check -funswitch-loops) · 7a2eceff
      	PR middle-end/43866
      	* tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
      	true or always false, return NULL_TREE.
      	(tree_unswitch_single_loop): Optimize conditions even when reaching
      	max-unswitch-level parameter.  If num > 0, optimize first all conditions
      	using entry checks, then do still reachable block discovery and consider
      	only conditions in still reachable basic blocks in the loop.
      
      	* gfortran.dg/pr43866.f90: New test.
      
      From-SVN: r161375
      Jakub Jelinek committed
    • re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between an… · 8ba0479e
      re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol)
      
      	PR tree-optimization/44539
      	* tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
      	the call doesn't have LHS, but has VDEF.
      
      	* gcc.dg/pr44539.c: New test.
      
      From-SVN: r161374
      Jakub Jelinek committed
    • profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment. · 47d660fb
      2010-06-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/profile/impl/profiler_list_to_slist.h: Remove spurious
      	semicolon; prefer pre-increment.
      	* include/profile/impl/profiler_container_size.h: Use everywhere
      	qualified std::size_t.
      	* include/profile/impl/profiler_trace.h (__trace_base<>::
      	__collect_warnings): Tidy loop.
      	* include/profile/impl/profiler_vector_to_list.h: Minor formatting
      	changes.
      
      From-SVN: r161373
      Paolo Carlini committed
    • pa.h (MODIFY_TARGET_NAME): Remove. · d6841109
      	* config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
      	* doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
      	* gcc.c (enum add_del, struct modify_target, modify_target):
      	Remove.
      	(process_command): Remove code conditional on MODIFY_TARGET_NAME.
      	* system.h (MODIFY_TARGET_NAME): Poison.
      
      From-SVN: r161372
      Joseph Myers committed
    • invoke.texi: Delete mcmodel=medium from powerpc options. · 4c9d416e
      	* doc/invoke.texi: Delete mcmodel=medium from powerpc options.
      	* config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
      	* config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
      	CMODEL_LARGE as default.
      	* config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
      	(offsettable_ok_by_alignment): Delete.
      	(rs6000_emit_move): Remove mcmodel=medium optimization.
      
      From-SVN: r161371
      Alan Modra committed
    • profiler_trace.h: Uglify it to __it, use everywhere std::size_t instead of size_t. · 0b032f38
      2010-06-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/profile/impl/profiler_trace.h: Uglify it to __it, use
      	everywhere std::size_t instead of size_t.
      
      From-SVN: r161368
      Paolo Carlini committed
    • With large parts from Jim Wilson: · 0354c0c7
      	PR target/43902
      	* tree-pretty-print.c (dump_generic_node, op_code_prio): Add
      	WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
      	* optabs.c (optab_for_tree_code): Likewise.
      	(expand_widen_pattern_expr): Likewise.
      	* tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
      	out of execute_optimize_widening_mul.
      	(convert_plusminus_to_widen): New function.
      	(execute_optimize_widening_mul): Use the two new functions.
      	* expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
      	Remove code to generate widening multiply-accumulate.  Add support
      	for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
      	* gimple-pretty-print.c (dump_ternary_rhs): New function.
      	(dump_gimple_assign): Call it when appropriate.
      	* tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
      	* cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
      	(expand_gimple_stmt_1): Likewise.
      	(expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
      	WIDEN_MULT_MINUS_EXPR.
      	* tree-ssa-operands.c (get_expr_operands): Likewise.
      	* tree-inline.c (estimate_operator_cost): Likewise.
      	* gimple.c (extract_ops_from_tree_1): Renamed from
      	extract_ops_from_tree.  Add new arg for a third operand; fill it.
      	(gimple_build_assign_stat): Support operations with three operands.
      	(gimple_build_assign_with_ops_stat): Likewise.
      	(gimple_assign_set_rhs_from_tree): Likewise.
      	(gimple_assign_set_rhs_with_ops_1): Renamed from
      	gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
      	(get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
      	(get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
      	WIDEN_MULT_MINUS_EXPR.
      	* gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
      	(extract_ops_from_tree_1): Adjust declaration.
      	(gimple_assign_set_rhs_with_ops_1): Likewise.
      	(gimple_build_assign_with_ops): Pass NULL for last operand.
      	(gimple_build_assign_with_ops3): New macro.
      	(gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
      	gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
      	functions.
      	* tree-cfg.c (verify_gimple_assign_ternary): New static function.
      	(verify_gimple_assign): Call it.
      	* doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
      	(Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
      	functions for dealing with three-operand statements.
      	* tree.c (commutative_ternary_tree_code): New function.
      	* tree.h (commutative_ternary_tree_code): Declare it.
      	* tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for ternary
      	statements.
      	(gimple_assign_nonzero_warnv_p): Likewise.
      	* tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
      	* tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
      	(ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
      	* tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
      	(struct hashtable_expr): New member ternary in the union.
      	(initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
      	(hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
      	(iterative_hash_hashable_expr): Likewise.
      	(print_expr_hash_elt): Handle EXPR_TERNARY.
      	* gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
      	* tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
      	statements.  Handle GIMPLE_TERNARY_RHS.
      
      testsuite/
      	PR target/43902
      	* gcc.target/mips/madd-9.c: New test.
      
      From-SVN: r161366
      Bernd Schmidt committed
    • * doc/invoke.texi (-Wsuggest-attribute): Add noreturn. · 38f78b0c
      From-SVN: r161364
      Jan Hubicka committed
    • re PR c/44517 (improve diagnostic for mispelled typename in function declaration) · 09a1e889
      gcc/
      2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
      
              PR c/44517
              * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
              parameters are not good.
              (c_parser_parameter_declaration): Error unknown type name if the type
              name can't start declaration specifiers.
      
      gcc/testsuite/
      2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
      
              PR c/44517
              * gcc.dg/noncompile/pr44517.c: New.
              * gcc.dg/noncompile/990416-1.c: Adjust expected error.
      
      From-SVN: r161363
      Shujing Zhao committed
    • gcc.c (translate_options): Don't mention +e in comment. · 418f840c
      	* gcc.c (translate_options): Don't mention +e in comment.
      	(process_command): Don't handle +e specially.
      
      cp:
      	* lang-specs.h: Remove +e handling.
      
      objcp:
      	* lang-specs.h: Remove +e handling.
      
      From-SVN: r161355
      Joseph Myers committed
    • Daily bump. · c504fdd6
      From-SVN: r161354
      GCC Administrator committed