OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago PR testsuite/48675
hp [Tue, 19 Apr 2011 03:59:16 +0000 (03:59 +0000)]
PR testsuite/48675
* testsuite/20_util/hash/chi2_quality.cc (test_document_words): Stub
this part if SAMPLES < 100000.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172692 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Tue, 19 Apr 2011 00:18:22 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172689 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 19 Apr 2011 00:10:53 +0000 (00:10 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172684 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agouse ASM_COMMENT_START instead of #
davidxl [Mon, 18 Apr 2011 23:58:49 +0000 (23:58 +0000)]
use ASM_COMMENT_START instead of #

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172682 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/48569
jason [Mon, 18 Apr 2011 23:54:47 +0000 (23:54 +0000)]
PR c++/48569
* typeck2.c (build_functional_cast): Handle VOID_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172680 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/48537
jason [Mon, 18 Apr 2011 22:40:43 +0000 (22:40 +0000)]
PR c++/48537
* init.c (build_value_init): Handle UNION_TYPE the same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172678 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/48661
jakub [Mon, 18 Apr 2011 21:58:51 +0000 (21:58 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172677 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/48632
jakub [Mon, 18 Apr 2011 21:55:07 +0000 (21:55 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172674 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-05-18 Michael Matz <matz@suse.de>
sje [Mon, 18 Apr 2011 21:53:08 +0000 (21:53 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172673 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/passes.texi: Fill crossref nodes.
gerald [Mon, 18 Apr 2011 21:28:05 +0000 (21:28 +0000)]
* doc/passes.texi: Fill crossref nodes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172672 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
mrs [Mon, 18 Apr 2011 21:27:00 +0000 (21:27 +0000)]
2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>

    PR lto/48086
    * configure.ac: Re-enable LTO on *-apple-darwin9*.
    * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172671 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agofix doubled-word typos in comments and strings: e.g., s/in in/in/
meyering [Mon, 18 Apr 2011 20:42:30 +0000 (20:42 +0000)]
fix doubled-word typos in comments and strings: e.g., s/in in/in/

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172670 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
uros [Mon, 18 Apr 2011 19:48:09 +0000 (19:48 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172669 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed
hubicka [Mon, 18 Apr 2011 19:28:46 +0000 (19:28 +0000)]
* semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed
gotos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172668 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoremove now-unused definition of gfc_free
meyering [Mon, 18 Apr 2011 19:21:05 +0000 (19:21 +0000)]
remove now-unused definition of gfc_free

* misc.c (gfc_free): Remove function.
* gfortran.h (gfc_free): Remove its prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172667 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoconvert each use of gfc_free (p) to free (p)
meyering [Mon, 18 Apr 2011 19:20:53 +0000 (19:20 +0000)]
convert each use of gfc_free (p) to free (p)

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172666 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogfortran: remove cpp definition of free, ...
meyering [Mon, 18 Apr 2011 19:20:43 +0000 (19:20 +0000)]
gfortran: remove cpp definition of free, ...

in preparation for the s/gfc_free/free/ transformation.
* gfortran.h (free): Remove macro definition that would otherwise
prevent direct use of the function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172665 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
hubicka [Mon, 18 Apr 2011 18:52:22 +0000 (18:52 +0000)]
* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172664 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
hubicka [Mon, 18 Apr 2011 18:39:39 +0000 (18:39 +0000)]
* ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
(want_inline_function_called_once_p): Break out the logic from
ipa_inline.
(edge_badness): Ensure that profile is not misupdated.
(lookup_recursive_calls): Prioritize by call frequencies.
(inline_small_functions): Move program size estimates here;
actually process whole queue even when unit growth has been
met. (to properly compute inline_failed reasons and for the
case unit size decrease.) Revisit comments on recursive
inlining.
(ipa_inline): Remove unit summary code; first inline hot calls
of functions called once, cold calls next.
(order, nnodes): Remove unused variables.
* Makefile.in (ipa-inline.o): No longer depent on ggc files.
(GTFILES): Remove ipa-inline.c
* sel-sched.c (fill_insns): Silence uninitialized var warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172663 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
ebotcazou [Mon, 18 Apr 2011 17:37:13 +0000 (17:37 +0000)]
* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172660 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibgo: Fix append declaration.
ian [Mon, 18 Apr 2011 17:31:00 +0000 (17:31 +0000)]
libgo: Fix append declaration.

From Rainer Orth.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172659 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 18 Apr 2011 17:21:24 +0000 (17:21 +0000)]
2011-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * array.c (gfc_match_array_ref): Check for too many
        * codimensions.
        * check.c (gfc_check_image_index): Check number of elements
        in SUB argument.
        * simplify.c (gfc_simplify_image_index): Remove unreachable
        * checks.

2011-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_17.f90: New.
        * gfortran.dg/coarray_10.f90: Update dg-error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172658 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR testsuite/48251
ro [Mon, 18 Apr 2011 15:54:50 +0000 (15:54 +0000)]
PR testsuite/48251
* gcc.dg/guality/guality.exp: Disable on alpha*-dec-osf*.
* gfortran.dg/guality/guality.exp: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172657 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gfortran.dg/fmt_g0_5.f08: Use dg-add-options ieee.
ro [Mon, 18 Apr 2011 15:41:06 +0000 (15:41 +0000)]
* gfortran.dg/fmt_g0_5.f08: Use dg-add-options ieee.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172655 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/vect/pr48377.c: Remove dg-do run.
ro [Mon, 18 Apr 2011 15:39:20 +0000 (15:39 +0000)]
* gcc.dg/vect/pr48377.c: Remove dg-do run.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172654 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.
ro [Mon, 18 Apr 2011 14:28:50 +0000 (14:28 +0000)]
* gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172651 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 18 Apr 2011 14:22:35 +0000 (14:22 +0000)]
2011-04-18  Richard Guenther  <rguenther@suse.de>

PR middle-end/46364
* g++.dg/torture/pr46364.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172649 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * obj-c++.dg/dwarf-2.mm: Skip on alpha*-dec-osf*.
ro [Mon, 18 Apr 2011 14:18:44 +0000 (14:18 +0000)]
* obj-c++.dg/dwarf-2.mm: Skip on alpha*-dec-osf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172648 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Jie Zhang <jie@codesourcery.com>
rearnsha [Mon, 18 Apr 2011 14:01:13 +0000 (14:01 +0000)]
Jie Zhang  <jie@codesourcery.com>
Richard Earnshaw  <rearnsha@arm.com>

* arm.c (neon_builtin_type_bits): Remove.
(typedef enum neon_builtin_mode): New.
(T_MAX): Don't define.
(typedef enum neon_builtin_datum): Remove bits, codes[],
num_vars and base_fcode.  Add mode, code and fcode.
(VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
VAR10): Change accordingly.
(neon_builtin_data[]): Change accordingly
(arm_init_neon_builtins): Change accordingly.
(neon_builtin_compare): Remove.
(locate_neon_builtin_icode): Remove.
(arm_expand_neon_builtin): Change accordingly.

* arm.h (enum arm_builtins): Move to ...
* arm.c (enum arm_builtins): ... here; and rearrange builtin code.

* arm.c (arm_builtin_decl): Declare.
(TARGET_BUILTIN_DECL): Define.
(enum arm_builtins): Correct ARM_BUILTIN_MAX.
(arm_builtin_decls[]): New.
(arm_init_neon_builtins): Store builtin declarations in
arm_builtin_decls[].
(arm_init_tls_builtins): Likewise.
(arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
(arm_builtin_decl): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172646 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 18 Apr 2011 13:58:47 +0000 (13:58 +0000)]
2011-04-18  Richard Guenther  <rguenther@suse.de>

* tree.c (upper_bound_in_type): Build properly canonicalized
INTEGER_CSTs.
(lower_bound_in_type): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172645 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 18 Apr 2011 11:59:34 +0000 (11:59 +0000)]
2011-04-18  Richard Guenther  <rguenther@suse.de>

* gimple.h (gimple_call_addr_fndecl): New function.
(gimple_call_fndecl): Use it.
* gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
for direct calls.
* tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
* tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172644 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.dg/pr48235.c: Add dg-require-effective-target freorder.
amonakov [Mon, 18 Apr 2011 11:33:52 +0000 (11:33 +0000)]
* gcc.dg/pr48235.c: Add dg-require-effective-target freorder.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172643 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 18 Apr 2011 11:18:01 +0000 (11:18 +0000)]
2011-04-18  Richard Guenther  <rguenther@suse.de>

PR middle-end/48650
* tree.c (build_string): STRING_CST is now derived from tree_typed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172642 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR lto/48492
ebotcazou [Mon, 18 Apr 2011 10:13:49 +0000 (10:13 +0000)]
PR lto/48492
* cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
DECL_IN_CONSTANT_POOL without RTL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172641 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/48252
irar [Mon, 18 Apr 2011 07:14:22 +0000 (07:14 +0000)]
PR target/48252
* config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
to match neon_vzip/vuzp/vtrn_internal.
* config/arm/neon.md (neon_vtrn<mode>_internal): Make both
outputs explicitly dependent on both inputs.
(neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172639 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/48616
jakub [Mon, 18 Apr 2011 06:55:13 +0000 (06:55 +0000)]
PR tree-optimization/48616
* tree-vect-stmts.c (vectorizable_shift): If SLP, determine
whether the shift is by scalar or vector based on whether all SLP
scalar stmts have the same rhs.

* gcc.dg/pr48616.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172638 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 18 Apr 2011 05:56:05 +0000 (05:56 +0000)]
2011-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * iresolve.c (gfc_resolve_image_index): Set ts.type.
        * simplify.c (gfc_simplify_image_index): Don't abort if the
        * bounds
        are not known at compile time and handle -fcoarray=lib.
        * trans-intrinsics.c (gfc_conv_intrinsic_function): Handle
        IMAGE_INDEX.
        (conv_intrinsic_cobound): Fix comment typo.
        (trans_this_image): New function.
        * trans-array.c (gfc_unlikely): Move to trans.c.
        * trans.c (gfc_unlikely): Function moved from trans-array.c.
        (gfc_trans_runtime_check): Use it.
        * trans-io.c (gfc_trans_io_runtime_check): Ditto.
        * trans.h (gfc_unlikely): Add prototype.

2011-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_16.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172637 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-18 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 18 Apr 2011 05:07:38 +0000 (05:07 +0000)]
2011-04-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/48462
* trans-expr.c (fcncall_realloc_result): Renamed version of
realloc_lhs_bounds_for_intrinsic_call that does not touch the
descriptor bounds anymore but makes a temporary descriptor to
hold the result.
(gfc_trans_arrayfunc_assign): Modify the reference to above
renamed function.

2011-04-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/48462
* gfortran.dg/realloc_on_assign_7.f03: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172636 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 18 Apr 2011 03:52:59 +0000 (03:52 +0000)]
2011-04-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/48602
* gfortran.dg/fmt_g0_6.f08: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172635 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 18 Apr 2011 03:48:25 +0000 (03:48 +0000)]
2011-04-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/48602
* io/write_float.def (output_float_FMT_G): Use current rounding mode
to set the rounding parameters. (output_float): Skip rounding
if value is zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172634 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/48531
jason [Mon, 18 Apr 2011 00:50:31 +0000 (00:50 +0000)]
PR c++/48531
* typeck2.c (build_functional_cast): Disallow array type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172632 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree.c (get_target_expr): Handle VEC_INIT_EXPR.
jason [Mon, 18 Apr 2011 00:50:21 +0000 (00:50 +0000)]
* tree.c (get_target_expr): Handle VEC_INIT_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172631 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Mon, 18 Apr 2011 00:17:45 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172630 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 17 Apr 2011 23:15:28 +0000 (23:15 +0000)]
2011-04-17  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/25_algorithms/partition/moveable.cc: Actually run
it in parallel-mode for check-parallel.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172625 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc-interface/Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with
ebotcazou [Sun, 17 Apr 2011 22:28:52 +0000 (22:28 +0000)]
* gcc-interface/Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with
$(CFLAGS) on the link line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172622 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
paolo [Sun, 17 Apr 2011 21:46:11 +0000 (21:46 +0000)]
2011-04-17  Daniel Krugler  <daniel.kruegler@googlemail.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/48635 (again)
* include/bits/unique_ptr.h (unique_ptr<>::unique_ptr(unique_ptr<>&&),
unique_ptr<_Tp[]>::unique_ptr(unique_ptr<>&&),
unique_ptr<>::operator=(unique_ptr<>&&),
unique_ptr<_Tp[]>::operator=(unique_ptr<>&&)): Use forward<_Ep>, not
forward<_Dp>, to forward the deleter.
* testsuite/20_util/unique_ptr/assign/48635_neg.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172619 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
cltang [Sun, 17 Apr 2011 18:17:15 +0000 (18:17 +0000)]
2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>

* config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
memory operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172617 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
rsandifo [Sun, 17 Apr 2011 17:29:52 +0000 (17:29 +0000)]
gcc/
* config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
registers.

gcc/testsuite/
* gcc.target/mips/reg-var-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172616 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
hubicka [Sun, 17 Apr 2011 17:00:48 +0000 (17:00 +0000)]
* cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
* cgrpahunit.c (cgraph_finalize_function): Do not set finalized_by_frontend.
* lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
finalized_by_frontend.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172614 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cgraph.c (cgraph_clone_node): Do not handle vtable_method
hubicka [Sun, 17 Apr 2011 16:37:07 +0000 (16:37 +0000)]
* cgraph.c (cgraph_clone_node): Do not handle vtable_method
* cgraph.h (struct cgraph_local_info): Drop vtable_method.
* cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
* lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable method.
* gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
gimple-fold.c
* varasm.c (mark_decl_referenced): Drop vtable_method handling code.
* cp/class.c (cp_fold_obj_type_ref): Drop vtable_method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172613 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR lto/48538
ebotcazou [Sun, 17 Apr 2011 14:57:14 +0000 (14:57 +0000)]
PR lto/48538
* lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
is non-null before accessing it.
(input_cgraph): Remove trailing spaces.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172611 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoNew flag to apply SMS when SC equals 1
revitale [Sun, 17 Apr 2011 14:32:24 +0000 (14:32 +0000)]
New flag to apply SMS when SC equals 1

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172610 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * lto-symtab.c (lto_cgraph_replace_node): When call statement is
hubicka [Sun, 17 Apr 2011 14:22:20 +0000 (14:22 +0000)]
* lto-symtab.c (lto_cgraph_replace_node): When call statement is
present, also set gimple_call_set_cannot_inline.
* ipa-inline.c: Update toplevel comment.
(MAX_TIME): Remove.
(cgraph_clone_inlined_nodes): Fix linebreaks.
(cgraph_check_inline_limits): Restructure to ...
(caller_growth_limits): ... this one; be more tolerant
on growth in nested inline chains; add explanatory comment;
fix stack accounting thinko introduced by previous patch.
(cgraph_default_inline_p): Remove.
(report_inline_failed_reason): New function.
(can_inline_edge_p): New function.
(can_early_inline_edge_p): New function.
(leaf_node_p): Move upwards in file.
(want_early_inline_function_p): New function.
(want_inline_small_function_p): New function.
(want_inline_self_recursive_call_p): New function.
(cgraph_edge_badness): Rename to ...
(edge_badness) ... this one; fix linebreaks.
(update_edge_key): Update call of edge_baddness; add
detailed dump about queue updates.
(update_caller_keys): Use can_inline_edge_p and
want_inline_small_function_p.
(cgraph_decide_recursive_inlining): Rename to...
(recursive_inlining): Use can_inline_edge_p and
want_inline_self_recursive_call_p; simplify and
remove no longer valid FIXME.
(cgraph_set_inline_failed): Remove.
(add_new_edges_to_heap): Use can_inline_edge_p and
want_inline_small_function_p.
(cgraph_decide_inlining_of_small_functions): Rename to ...
(inline_small_functions): ... this one; cleanup; use
can/want predicates; cleanup debug ouput; work edges
till fibheap is exhausted and do not stop once unit
growth is reached; remove later loop processing remaining
edges.
(cgraph_flatten): Rename to ...
(flatten_function): ... this one; use can_inline_edge_p
and can_early_inline_edge_p predicates.
(cgraph_decide_inlining): Rename to ...
(ipa_inline): ... this one; remove unreachable nodes before
inlining functions called once; simplify the pass.
(cgraph_perform_always_inlining): Rename to ...
(inline_always_inline_functions): ... this one; use
DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p
predicate
(cgraph_decide_inlining_incrementally): Rename to ...
(early_inline_small_functions): ... this one; simplify
using new predicates; cleanup; make dumps prettier.
(cgraph_early_inlining): Rename to ...
(early_inliner): newer inline regular functions into always-inlines;
fix updating of call stmt summaries.
(pass_early_inline): Update for new names.
(inline_transform): Fix formating.
(gate_cgraph_decide_inlining): Rename to ...
(pass_ipa_inline): ... this one.
* ipa-inline.h (inline_summary): Remove disregard_inline_limits.
* ipa-inline-analysis.c (dump_inline_summary): Update.
(compute_inline_parameters): Do not compute disregard_inline_limits;
look for mismatching arguments.
(estimate_growth): Fix handlig of non-trivial self recursion.
(inline_read_summary): Do not read info->disregard_inline_limits.
(inline_write_summary): Do not write info->disregard_inline_limits.
* tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove and
move all checks into can_inline_edge_p predicate; re-enable code comparing
optimization levels.
(expand_call_inline): Do not test inline_forbidden_into_p.
* Makefile.in (ipa-inline.o): Update arguments.

* gcc.dg/winline-5.c: Update testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172609 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Declare the
ebotcazou [Sun, 17 Apr 2011 10:22:40 +0000 (10:22 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Declare the
padded type built for the return type if it is unconstrained.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172608 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFree sccs field
revitale [Sun, 17 Apr 2011 07:41:33 +0000 (07:41 +0000)]
Free sccs field

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172607 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAvoid unfreed memory when SMS fails
revitale [Sun, 17 Apr 2011 07:36:55 +0000 (07:36 +0000)]
Avoid unfreed memory when SMS fails

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172606 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-05-17 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 17 Apr 2011 07:34:35 +0000 (07:34 +0000)]
2011-05-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48624
        * trans-decl.c (gfc_get_extern_function_decl): Fix decl
        for external procedures with proc arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172604 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/48622
matz [Sun, 17 Apr 2011 01:18:51 +0000 (01:18 +0000)]
PR tree-optimization/48622
PR lto/48645
* ipa-inline-analysis.c (inline_read_summary): Read size/time
in same order as they're written.

testsuite/
* gcc.dg/lto/pr48622_0.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172603 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sun, 17 Apr 2011 00:18:14 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172602 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoReplace sprintf with snprintf
jb [Sat, 16 Apr 2011 17:43:03 +0000 (17:43 +0000)]
Replace sprintf with snprintf

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172590 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/pa/predicates.md: Reorganize and simplify predicates.
danglin [Sat, 16 Apr 2011 15:43:31 +0000 (15:43 +0000)]
* config/pa/predicates.md: Reorganize and simplify predicates.
Eliminate duplicate code checks.
(arith_operand): Rename to arith14_operand
(reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
* config/pa/pa.md: Use renamed operands.
* config/pa/pa-protos.h (symbolic_operand): Delete declaration.
(tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
arith11_operand, adddi3_operand, indexed_memory_operand,
symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
move_dest_operand, move_src_operand, prefetch_cc_operand,
prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
uint32_operand, reg_before_reload_operand, reg_or_0_operand,
reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
div_operand, int5_operand, movb_comparison_operator,
ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
arith_double_operand, ireg_operand, lhs_lshift_operand,
pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
integer_store_memory_operand): Likewise.
* config/pa/pa.c (adddi3_operand): Move to predicates.md.
(integer_store_memory_operand, read_only_operand,
function_label_operand, borx_reg_operand,
non_hard_reg_operand): Likewise.
(eq_neq_comparison_operator): Delete unused operator.
(legitimize_pic_address): Use VOIDmode for mode argument in calls to
function_label_operand.
(emit_move_sequence): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172588 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/i386/sse.md (sseunpackmode): New mode attribute.
uros [Sat, 16 Apr 2011 12:56:44 +0000 (12:56 +0000)]
* config/i386/sse.md (sseunpackmode): New mode attribute.
(ssepackmode): Ditto.
(vec_pack_trunc_<mode>): Macroize expander from
vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
(vec_unpacks_lo_<mode>): Macroize expander from
vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
(vec_unpacks_hi_<mode>): Macroize expander from
vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
(vec_unpacku_lo_<mode>): Macroize expander from
vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
(vec_unpacku_hi_<mode>): Macroize expander from
vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
* config/i386/i386.c (ix86_expand_sse_unpack): Merge with
ix86_expand_sse4_unpack.
* config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172585 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * lto.c (lto_balanced_map): Fix typos in head comment.
ebotcazou [Sat, 16 Apr 2011 10:43:04 +0000 (10:43 +0000)]
* lto.c (lto_balanced_map): Fix typos in head comment.
(lto_promote_cross_file_statics): Fix long lines and remove redundant
test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172584 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cgraphbuild.c: Include ipa-inline.h.
hubicka [Sat, 16 Apr 2011 09:13:08 +0000 (09:13 +0000)]
* cgraphbuild.c: Include ipa-inline.h.
(reset_inline_failed): Use initialize_inline_failed.
* cgraph.c: Include ipa-inline.h.
(cgraph_create_node_1): Do not initialize estimated_growth.
(initialize_inline_failed): More to ipa-inline-analysis.c
(dump_cgraph_node): Do not dump inline flags.
* cgraph.h (cgraph_local_info): Remove inlineable, versionable
and disregard_inline_limits flags.
(cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
time, size, estimated_growth.
* ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary): Update.
* cgraphunit.c (cgraph_decide_is_function_needed): Use
DECL_DISREGARD_INLINE_LIMITS.
(cgraph_analyze_function): Do not initialize
node->local.disregard_inline_limits.
* lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
inlinable, versionable and disregard_inline_limits.
* ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
cgraph_check_inline_limits, cgraph_default_inline_p, cgraph_edge_badness,
update_caller_keys, update_callee_keys, add_new_edges_to_heap): Update.
(cgraph_decide_inlining_of_small_function): Update; set CIF_FUNCTION_NOT_INLINABLE
for uninlinable functions.
(cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
cgraph_decide_inlining_incrementally): Update.
* ipa-inline.h (inline_summary): Add inlinable, versionable, disregard_inline_limits,
estimated_stack_size, stack_frame_offset, time, size and estimated_growth
parameters.
(estimate_edge_growth): Update.
(initialize_inline_failed): Declare.
* ipa-split.c: Include ipa-inline.h
(execute_split_functions): Update.
* ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
(cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
(record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
* ipa-inline-analysis.c (inline_node_removal_hook): Update; set
estimated_growth to INT_MIN.
(inline_node_duplication_hook): Likewise.
(dump_inline_summary): Dump new fields.
(compute_inline_parameters): Update.
(estimate_edge_time, estimate_time_after_inlining,
estimate_size_after_inlining, estimate_growth, inline_read_summary,
inline_write_summary):
(initialize_inline_failed): Move here from cgraph.c.
* tree-sra.c: Include ipa-inline.h.
(ipa_sra_preliminary_function_checks): Update.
* lto/lto.c (lto_balanced_map): Update.
Update.
* Makefile.in: (cgraph.o, cgraphbuild.o): Add dependency on
ipa-inline.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172581 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/i386/sse.md (V16): New mode iterator.
uros [Sat, 16 Apr 2011 08:34:30 +0000 (08:34 +0000)]
* config/i386/sse.md (V16): New mode iterator.
(VI1, VI8): Ditto.
(AVXMODEQI, AVXMODEDI): Remove.
(sse2, sse3): New mode attribute.
(mov<mode>): Use V16 mode iterator.
(*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
(push<mode>1): Use V16 mode iterator.
(movmisalign<mode>): Ditto.
(<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
<sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
(*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
*<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
(<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
avx_movdqu<avxmodesuffix>.
(*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
*avx_movdqu<avxmodesuffix>.
(<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
avx_lddqu<avxmodesuffix>.
(<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
(<sse2>_movnt<mode>): Merge from sse2_movntv2di and
avx_movnt<AVXMODEDI:mode>.
* config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
renamed sse_movups, sse2_movupd and sse2_movdqu patterns.

testsuite/ChangeLog:

* gcc.target/i386/avx256-unaligned-load-1.c: Update scan patterns.
* gcc.target/i386/avx256-unaligned-load-2.c: Ditto.
* gcc.target/i386/avx256-unaligned-load-3.c: Ditto.
* gcc.target/i386/avx256-unaligned-store-1.c: Ditto.
* gcc.target/i386/avx256-unaligned-store-2.c: Ditto.
* gcc.target/i386/avx256-unaligned-store-3.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172580 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago* MAINTAINERS (Write After Approval): Add myself.
meyering [Sat, 16 Apr 2011 07:26:36 +0000 (07:26 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172536 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
paolo [Sat, 16 Apr 2011 02:02:29 +0000 (02:02 +0000)]
2011-04-15  Daniel Krugler  <daniel.kruegler@googlemail.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/48631
* include/bits/unique_ptr.h (default_delete<_Tp[]>): Add deleted
function call operator.
* testsuite/20_util/default_delete/48631_neg.cc: New.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
line numbers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172534 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
paolo [Sat, 16 Apr 2011 00:55:43 +0000 (00:55 +0000)]
2011-04-15  Daniel Krugler  <daniel.kruegler@googlemail.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/48635
* include/bits/unique_ptr.h (unique_ptr<>::operator=(unique_ptr&&),
unique_ptr<>::operator=(unique_ptr<>&&),
unique_ptr<_Tp[],>::operator=(unique_ptr&&),
unique_ptr<_Tp[],>::operator=(unique_ptr<>&&)): Forward the deleter
instead of moving it.
* testsuite/20_util/unique_ptr/assign/48635.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172532 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Implement N3271
jason [Sat, 16 Apr 2011 00:28:17 +0000 (00:28 +0000)]
Implement N3271
* parser.c (cp_convert_range_for): Split into
cp_parser_perform_range_for_lookup.
(cp_parser_perform_range_for_lookup): New.
(cp_parser_range_for_member_function): New.
(cp_parser_for_init_statement): Correct error message.
* semantics.c (finish_call_expr): Accept COMPONENT_REF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172531 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 16 Apr 2011 00:18:34 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172530 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/48629
bernds [Fri, 15 Apr 2011 23:32:55 +0000 (23:32 +0000)]
PR target/48629
* haifa-sched.c (prune_ready_list, schedule_block): Use
sched_pressure_p rather than flag_sched_pressure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172525 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * trans-array.c (toplevel): Include gimple.h.
matz [Fri, 15 Apr 2011 21:48:19 +0000 (21:48 +0000)]
* trans-array.c (toplevel): Include gimple.h.
(gfc_trans_allocate_array_storage): Check flag_stack_arrays,
properly expand variable length arrays.
(gfc_trans_auto_array_allocation): If flag_stack_arrays create
variable length decls and associate them with their scope.
* gfortran.h (gfc_option_t): Add flag_stack_arrays member.
* options.c (gfc_init_options): Handle -fstack_arrays option.
* lang.opt (fstack-arrays): Add option.
* invoke.texi (Code Gen Options): Document it.
* Make-lang.in (trans-array.o): Depend on GIMPLE_H.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172524 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn gcc/objc/:
nicola [Fri, 15 Apr 2011 21:46:00 +0000 (21:46 +0000)]
In gcc/objc/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-act.c (ivar_of_class): New.
(objc_is_public): Use ivar_of_class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172523 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 15 Apr 2011 21:41:25 +0000 (21:41 +0000)]
2011-04-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * trans-intrinsic.c (conv_intrinsic_cobound): Remove unused
        code which is also causing an ICE.

2011-04-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_15.f90: Change to dg-do run.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172522 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd compound_list to backend interface.
ian [Fri, 15 Apr 2011 21:18:58 +0000 (21:18 +0000)]
Add compound_list to backend interface.

* go-gcc.cc (Gcc_backend::compound_statement): New function.
(Gcc_backend::assignment_statement): Use error_statement.
(Gcc_backend::return_statement): Likewise.
(Gcc_backend::if_statement): Likewise.
(Gcc_backend::switch_statement): Likewise.
(Gcc_backend::statement_list): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172521 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/rs6000/rs6000.c (call_ABI_of_interest): Call
pthaugen [Fri, 15 Apr 2011 20:54:18 +0000 (20:54 +0000)]
    * config/rs6000/rs6000.c (call_ABI_of_interest): Call
        cgraph_get_node instead of cgraph_get_create_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172520 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUse backend interface for send statement.
ian [Fri, 15 Apr 2011 20:53:04 +0000 (20:53 +0000)]
Use backend interface for send statement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172519 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * cfgexpand.c (expand_debug_expr): Use
jakub [Fri, 15 Apr 2011 20:30:28 +0000 (20:30 +0000)]
* cfgexpand.c (expand_debug_expr): Use
simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172518 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
matz [Fri, 15 Apr 2011 19:48:25 +0000 (19:48 +0000)]
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
* builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
* function.c (gimplify_parameters): Ditto.
* gimplify.c (gimplify_vla_decl): Ditto.

* gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
(gimple_call_set_alloca_for_var): New inline function.
(gimple_call_alloca_for_var_p): Ditto.
* gimple.c (gimple_build_call_from_tree): Remember CALL_ALLOCA_FOR_VAR_P
state.
* cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.

* tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
calls if they were for VLA objects.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172516 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 15 Apr 2011 18:38:05 +0000 (18:38 +0000)]
2011-04-15  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
of ADR_EXPRs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172515 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 15 Apr 2011 18:20:46 +0000 (18:20 +0000)]
2011-04-15  Martin Jambor  <mjambor@suse.cz>

PR middle-end/48601
* tree-emutls.c (lower_emutls_function_body): Call
cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
result is non-NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172512 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn gcc/c-family/:
nicola [Fri, 15 Apr 2011 18:15:35 +0000 (18:15 +0000)]
In gcc/c-family/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* c-objc.h (objc_get_interface_ivars): Removed.
(objc_detect_field_duplicates): New.
* stub-objc.c: Likewise.

In gcc/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* c-decl.c (detect_field_duplicates): Call
objc_detect_field_duplicates instead of objc_get_interface_ivars.

In gcc/objc/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc-act.c (objc_get_interface_ivars): Removed.
(objc_detect_field_duplicates): New.
(hash_instance_variable): New.
(eq_instance_variable): New.

In gcc/objcp/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* objcp-decl.c (objcp_finish_struct): Use
objc_detect_field_duplicates instead of having a local
implementation.

In gcc/testsuite/:
2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc.dg/naming-4.m: Updated.
* objc.dg/naming-5.m: Updated.
* objc.dg/naming-6.m: New.
* objc.dg/naming-7.m: New.
* obj-c++.dg/naming-1.mm: Updated.
* obj-c++.dg/naming-2.mm: Updated.
* obj-c++.dg/naming-3.mm: New.
* obj-c++.dg/naming-4.mm: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172511 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
ro [Fri, 15 Apr 2011 17:12:35 +0000 (17:12 +0000)]
* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
Add $libiconv to cxxflags for alpha*-dec-osf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172507 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * scripts/extract_symvers.pl: Handle NOTY.
ro [Fri, 15 Apr 2011 17:03:49 +0000 (17:03 +0000)]
* scripts/extract_symvers.pl: Handle NOTY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172506 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 15 Apr 2011 16:33:07 +0000 (16:33 +0000)]
2011-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/48589
* gfortran.dg/fmt_g0_5.f08: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172503 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 15 Apr 2011 16:29:44 +0000 (16:29 +0000)]
2011-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/48589
* io/write_float.def (write_infnan): Set width properly for G0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172502 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 15 Apr 2011 16:18:22 +0000 (16:18 +0000)]
2011-04-15  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/istream: Fix comments in the light of DR60 + N3168.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172500 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 15 Apr 2011 16:13:28 +0000 (16:13 +0000)]
2011-04-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * Makefile.am: Build and install caf/single.c as
        libcaf_single.a.
        * Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172499 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gimple.h (gimple_asm_clobbers_memory_p): Declare.
froydnj [Fri, 15 Apr 2011 14:27:55 +0000 (14:27 +0000)]
* gimple.h (gimple_asm_clobbers_memory_p): Declare.
* gimple.c (gimple_asm_clobbers_memory_p): Define.
* ipa-pure-const.c (check_stmt): Call it.
* tree-ssa-operands.c (get_asm_expr_operands): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172496 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 15 Apr 2011 14:06:44 +0000 (14:06 +0000)]
2011-04-15  Richard Guenther  <rguenther@suse.de>

PR testsuite/48286
* gfortran.dg/cray_pointers_8.f90: Use -ffloat-store.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172495 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 15 Apr 2011 14:02:41 +0000 (14:02 +0000)]
2011-04-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48290
* tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
Properly decide inhibiting propagation based on the valueized
operand.  Do loop-closed SSA form preserving here ...
(init_copy_prop): ... not here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172494 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoSwitch SSE and AVX mnemonics.
hjl [Fri, 15 Apr 2011 12:48:36 +0000 (12:48 +0000)]
Switch SSE and AVX mnemonics.

2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>

PR target/48612
* config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
(*ieee_smax<mode>3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172492 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Fri, 15 Apr 2011 12:42:24 +0000 (12:42 +0000)]
2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
Replace match_operand with match_dup for the third operand in
these expanders.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172490 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * gcc.target/avr/torture/pr41885.c (dg-options): Change
gjl [Fri, 15 Apr 2011 11:34:25 +0000 (11:34 +0000)]
* gcc.target/avr/torture/pr41885.c (dg-options): Change
-finline-limit=0 to -fno-inline

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172487 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * combine.c (subst, combine_simlify_rtx): Add new argument, use it
mkuvyrkov [Fri, 15 Apr 2011 11:13:07 +0000 (11:13 +0000)]
* combine.c (subst, combine_simlify_rtx): Add new argument, use it
to track processing of conditionals.  Update all callers.
(try_combine, simplify_if_then_else): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172486 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/48614
jakub [Fri, 15 Apr 2011 10:29:09 +0000 (10:29 +0000)]
PR target/48614
* gcc.target/i386/pr46084.c: Require avx_runtime instead of
just avx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172484 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoUpdate my email address
dodji [Fri, 15 Apr 2011 10:18:14 +0000 (10:18 +0000)]
Update my email address

* MAINTAINERS: Update my email address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172482 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
mkuvyrkov [Fri, 15 Apr 2011 10:03:46 +0000 (10:03 +0000)]
* config/m68k/m68k.c (m68k_sched_variable_issue): Handle
-fsched-pressure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172481 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
gjl [Fri, 15 Apr 2011 09:44:00 +0000 (09:44 +0000)]
* config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
instead of match_operand for operand 3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172480 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
rsandifo [Fri, 15 Apr 2011 09:35:03 +0000 (09:35 +0000)]
gcc/
* recog.h (insn_operand_data): Add an "allows_mem" field.
* genoutput.c (output_operand_data): Initialize it.
* optabs.c (maybe_legitimize_operand_same_code): New function.
(maybe_legitimize_operand): Use it when matching the original
op->value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172478 138bc75d-0d04-0410-961f-82ee72b054a4