platform/upstream/gcc.git
16 years agoifcvt.c (noce_can_store_speculate_p): New static function.
Ian Lance Taylor [Mon, 29 Oct 2007 20:41:17 +0000 (20:41 +0000)]
ifcvt.c (noce_can_store_speculate_p): New static function.

* ifcvt.c (noce_can_store_speculate_p): New static function.
(noce_process_if_block): Call it.
(if_convert): Remove recompute_dominance parameter.  Change all
callers.

From-SVN: r129729

16 years agoMakefile.am (ext_compat_headers): New.
Benjamin Kosnik [Mon, 29 Oct 2007 20:20:11 +0000 (20:20 +0000)]
Makefile.am (ext_compat_headers): New.

2007-10-29  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (ext_compat_headers): New.
* include/Makefile.in: Regenerate.
* configure: Regenerate.

From-SVN: r129728

16 years agotree-flow-inline.h (get_subvar_at): Use binary search.
Richard Guenther [Mon, 29 Oct 2007 18:27:38 +0000 (18:27 +0000)]
tree-flow-inline.h (get_subvar_at): Use binary search.

2007-10-29  Richard Guenther  <rguenther@suse.de>

* tree-flow-inline.h (get_subvar_at): Use binary search.
(get_first_overlapping_subvar): New function to binary search
for the first overlapping subvar.
* tree-ssa-operands.c (add_vars_for_offset): Strip down to
just handle adding subvars for a pointed-to subvar.  Optimize
and use get_first_overlapping_subvar.
(add_vars_for_bitmap): Fold into single caller.
(add_virtual_operand): Streamline, inherit add_vars_for_bitmap
and non pointed-to bits of add_vars_for_offset.

From-SVN: r129727

16 years agoChangeLog: Fix formatting.
Uros Bizjak [Mon, 29 Oct 2007 15:28:55 +0000 (16:28 +0100)]
ChangeLog: Fix formatting.

* ChangeLog: Fix formatting.
* testsuite/ChangeLog: Ditto.

From-SVN: r129723

16 years agoSMS: Add use-def chain problem
Revital Eres [Mon, 29 Oct 2007 14:45:56 +0000 (14:45 +0000)]
SMS: Add use-def chain problem

From-SVN: r129721

16 years ago[multiple changes]
Paul Thomas [Mon, 29 Oct 2007 14:13:44 +0000 (14:13 +0000)]
[multiple changes]

2007-10-29  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/31217
        PR fortran/33811
        PR fortran/33686
        * trans-array.c (gfc_conv_loop_setup): Send a complete type to
        gfc_trans_create_temp_array if the temporary is character.
        * trans-stmt.c (gfc_trans_assign_need_temp): Do likewise for
        allocate_temp_for_forall_nest.
        (forall_replace): New function.
        (forall_replace_symtree): New function.
        (forall_restore): New function.
        (forall_restore_symtree): New function.
        (forall_make_variable_temp): New function.
        (check_forall_dependencies): New function.
        (cleanup_forall_symtrees): New function.
        gfc_trans_forall_1): Add and initialize pre and post blocks.
        Call check_forall_dependencies to check for all dependencies
        and either trigger second forall block to copy temporary or
        copy lval, outside the forall construct and replace all
        dependent references. After assignment clean-up and coalesce
        the blocks at the end of the function.
        * gfortran.h : Add prototypes for gfc_traverse_expr and
        find_forall_index.
        expr.c (gfc_traverse_expr): New function to traverse expression
        and visit all subexpressions, under control of a logical flag,
        a symbol and an integer pointer. The slave function is caller
        defined and is only called on EXPR_VARIABLE.
        (expr_set_symbols_referenced): Called by above to set symbols
        referenced.
        (gfc_expr_set_symbols_referenced): Rework of this function to
        use two new functions above.
        * resolve.c (find_forall_index): Rework with gfc_traverse_expr,
        using forall_index.
        (forall_index): New function used by previous.
        * dependency.c (gfc_check_dependency): Use gfc_dep_resolver for
        all references, not just REF_ARRAY.
        (gfc_dep_resolver): Correct the logic for substrings so that
        overlapping arrays are handled correctly.

2007-10-29 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/31217
        PR fortran/33811
        * gfortran.dg/forall_12.f90: New test.

        PR fortran/33686
        * gfortran.dg/forall_13.f90: New test.

From-SVN: r129720

16 years ago2007-10-29 Razya Ladelsky
Razya Ladelsky [Mon, 29 Oct 2007 11:57:39 +0000 (11:57 +0000)]
2007-10-29  Razya Ladelsky

        Automatic parallelization reduction tests.

        * testsuite/gcc.dg/tree-ssa/reduc-1.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-1char.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-1short.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-2.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-2char.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-2short.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-3.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-6.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-7.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-8.c: New test.
        * testsuite/gcc.dg/tree-ssa/reduc-9.c: New test.

From-SVN: r129718

16 years ago2007-09-23 Razya Ladelsky
Razya Ladelsky [Mon, 29 Oct 2007 11:09:09 +0000 (11:09 +0000)]
2007-09-23  Razya Ladelsky
    Zdenek Dvorak

OMP_ATOMIC expand testsuite related changes.

* testsuite/gcc.dg/gomp/atomic-3.c: Search for string on
ompexp dump instead of gimple dump.
* testsuite/gcc.dg/gomp/atomic-9.c: Same.
* testsuite/gcc.dg/gomp/atomic-10.c: Same.
* testsuite/g++.dg/gomp/atomic-3.C: Same.
* testsuite/g++.dg/gomp/atomic-9.C: Same.
* testsuite/g++.dg/gomp/atomic-10.C: Same.

From-SVN: r129717

16 years ago2007-09-23 Razya Ladelsky
Razya Ladelsky [Mon, 29 Oct 2007 11:05:04 +0000 (11:05 +0000)]
2007-09-23  Razya Ladelsky
            Zdenek Dvorak

        OMP_ATOMIC Changes,
        Reduction support for automatic parallelization.

        * expr.c (expand_expr_real_1): Add cases for OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * Makefile.in: Add dependencies to expr.o, tree-parloops.o, omp-low.o
        * tree-pretty-print.c (dump_generic_node): Add OMP_ATOMIC_LOAD
        and OMP_ATOMIC_STORE.
        * tree.h (OMP_DIRECTIVE_P): Add OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * gimple-low.c (lower_stmt): Same.
        * gimplify.c (gimplify_expr): Same.
        (gimplify_omp_atomic_fetch_op, gimplify_omp_atomic_pipeline,
        gimplify_omp_atomic_mutex): Remove.
        (gimplify_omp_atomic): Change it to simply gimplify the
        statement instead of expanding it.
        * omp-low.c: Add includes to optabs.h, cfgloop.h.
        (expand_omp_atomic, expand_omp_atomic_pipeline,
        goa_stabilize_expr, expand_omp_atomic_mutex,
        expand_omp_atomic_fetch_op): New functions to implement
        expansion of OMP_ATOMIC.
        (expand_omp, build_omp_regions_1): Add support for
        OMP_ATOMIC_LOAD/OMP_ATOMIC_STORE.
        * tree-cfg.c (make_edges): add case for OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * tree-gimple.c (is_gimple_stmt): Add OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * tree-parloops.c: add include to tree-vectorizer.h.
        (reduction_info): New structure for reduction.
        (reduction_list): New list to represent list of reductions
        per loop.
        (struct data_arg): New helper structure for reduction.
        (reduction_info_hash, reduction_info_eq, reduction_phi,
        initialize_reductions,
        create_call_for_reduction, create_phi_for_local_result,
        create_call_for_reduction_1, create_loads_for_reductions,
        create_final_loads_for_reduction): New functions.
        (loop_parallel_p): Identify reductions, add reduction_list parameter.
        (separate_decls_in_loop_name): Support reduction variables.
        (separate_decls_in_loop): Add reduction_list and ld_st_data arguments,
        call create_loads_for_reduction for each reduction.
        (canonicalize_loop_ivs): Identify reductions, add reduction_list
        parameter.
        (transform_to_exit_first_loop): Add reduction support, add
        reduction_list parameter.
        (gen_parallel_loop): Add reduction_list parameter. Add call
        separate_decls_in_loop with
        the new argument. Traverse reductions and call
        initialize_reductions, create_call_for_reduction.
        (parallelize_loops): Create and delete the reduction list.
        (add_field_for_name): Change use of data parameter. Add fields for
        reductions.
        * tree-vectorizer.h (vect_analyze_loop_form): Add declaration.
        * tree-vect-analyze.c (vect_analyze_loop_form): export it.
        * tree.def: Add definitions for OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * tree-inline.c (estimate_num_insns_1): add cases for
        OMP_ATOMIC_LOAD, OMP_ATOMIC_STORE.
        * tree-cfg.c (make_edges): Add OMP_ATOMIC_LOAD,
        OMP_ATOMIC_STORE.
        * tree-ssa-operands.c (get_addr_dereference_operands):
        New function. Subroutine of get_indirect_ref_operands.
        (get_indirect_ref_operands): Call get_addr_dereference_operands.
        (get_expr_operands): Support OMP_ATOMIC_LOAD, OMP_ATOMIC_STORE.

From-SVN: r129716

16 years agostl_algobase.h (_GLIBCXX_MOVE3, [...]): Add.
Paolo Carlini [Mon, 29 Oct 2007 01:59:49 +0000 (01:59 +0000)]
stl_algobase.h (_GLIBCXX_MOVE3, [...]): Add.

2007-10-28  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algobase.h (_GLIBCXX_MOVE3,
_GLIBCXX_MOVE_BACKWARD3): Add.
* include/bits/stl_iterator.h (_GLIBCXX_MAKE_MOVE_ITERATOR): Add.
* include/bits/vector.tcc (vector<>::reserve): Use the latter.
(vector<>::erase): Use _GLIBCXX_MOVE3.
* include/bits/deque.tcc (deque<>::erase): Use _GLIBCXX_MOVE3
and _GLIBCXX_MOVE_BACKWARD3.
* testsuite/23_containers/vector/modifiers/erase/moveable.cc: New.
* testsuite/23_containers/vector/capacity/reserve/moveable.cc: New.
* testsuite/23_containers/deque/modifiers/erase/moveable.cc: New.

From-SVN: r129714

16 years agocris.c: Include df.h.
Hans-Peter Nilsson [Mon, 29 Oct 2007 00:26:20 +0000 (00:26 +0000)]
cris.c: Include df.h.

* config/cris/cris.c: Include df.h.
(cris_address_cost): Add gcc_assert for canonicalization
assumptions.  For PLUS with MULT or register, correct
test for register in other arm.  Tweak comments.

From-SVN: r129713

16 years agoDaily bump.
GCC Administrator [Mon, 29 Oct 2007 00:17:34 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129711

16 years agore PR c++/30659 (ICE in undefined template)
Paolo Carlini [Mon, 29 Oct 2007 00:17:10 +0000 (00:17 +0000)]
re PR c++/30659 (ICE in undefined template)

cp/
2007-10-28  Paolo Carlini  <pcarlini@suse.de>
    Mark Mitchell  <mark@codesourcery.com>

PR c++/30659
* pt.c (do_decl_instantiation): If the VAR_DECL is not a
class member error out and return.

testsuite/
2007-10-28  Paolo Carlini  <pcarlini@suse.de>
    Mark Mitchell  <mark@codesourcery.com>

PR c++/30659
* g++.dg/template/crash71.C: New.

Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r129710

16 years agotree-ssa-operands.c (add_vars_for_offset): Add parameter telling if the var is to...
Richard Guenther [Sun, 28 Oct 2007 21:39:15 +0000 (21:39 +0000)]
tree-ssa-operands.c (add_vars_for_offset): Add parameter telling if the var is to be treated as points-to location.

2007-10-28  Richard Guenther  <rguenther@suse.de>

* tree-ssa-operands.c (add_vars_for_offset): Add parameter
telling if the var is to be treated as points-to location.
(add_vars_for_bitmap): Pass true to add_vars_for_offset.
(add_virtual_operand): Only recurse into MPTs if aliases
is from a NMT.

From-SVN: r129704

16 years agotree-ssa-operands.c (add_vars_for_offset): Clean and speed up.
Richard Guenther [Sun, 28 Oct 2007 19:03:05 +0000 (19:03 +0000)]
tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.

2007-10-28  Richard Guenther  <rguenther@suse.de>

* tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.
(add_vars_for_bitmap): Do not recurse further.  Only add vars
for pointed-to SFTs.
(add_virtual_operand): Re-instantiate loop to add operands for
aliases.  Recurse into MPTs.
(get_indirect_ref_operands): If we fall back to use a pointers
SMT, make sure to not prune based on the access offset and size.

From-SVN: r129702

16 years agore PR fortran/32147 (Module file change due to order of writting out changes)
Tobias Schlüter [Sun, 28 Oct 2007 18:53:27 +0000 (19:53 +0100)]
re PR fortran/32147 (Module file change due to order of writting out changes)

fortran/
PR fortran/32147
* module.c (write_symbol): Fix whitespace.
(write_symbol0): Walk symtree from left-to-right instead
breadth-first.
(write_symbol1): Similarly change walk of pointer info tree.
(write_module): Insert linebreak.
* symbol.c (gfc_traverse_symtree): Change to left-to-right order.
(traverse_ns): Likewise.

testsuite/
PR fortran/32147
* gfortran.dg/module_md5_1.f90: Update hash-value.

From-SVN: r129701

16 years agore PR middle-end/33589 (ICE on valid code at -O2: verify_flow_info failed)
Andrew Pinski [Sun, 28 Oct 2007 17:00:54 +0000 (10:00 -0700)]
re PR middle-end/33589 (ICE on valid code at -O2: verify_flow_info failed)

2007-10-28  Andrew Pinski  <pinskia@gmail.com>

        PR tree-opt/33589
        * tree-outof-ssa.c (rewrite_trees): If the statement changed, cleanup
        the eh information on the statement.
2007-10-28  Andrew Pinski  <pinskia@gmail.com>

        PR tree-opt/33589
        * g++.dg/torture/pr33589-1.C: New testcase.
        * g++.dg/torture/pr33589-2.C: New testcase.

From-SVN: r129700

16 years agotree-flow.h (subvar_t): Make it a VEC.
Richard Guenther [Sun, 28 Oct 2007 16:14:44 +0000 (16:14 +0000)]
tree-flow.h (subvar_t): Make it a VEC.

2007-10-28  Richard Guenther  <rguenther@suse.de>

* tree-flow.h (subvar_t): Make it a VEC.
(struct subvar): Remove.
(struct var_ann_d): Use VEC(tree,gc) to store subvars.
* tree-flow-inline.h (get_subvar_at): Adjust iterators over
variable subvars.
* tree-into-ssa.c (mark_sym_for_renaming): Likewise.
* tree-nrv.c (dest_safe_for_nrv_p): Likewise.
* tree-ssa-alias.c (mark_aliases_call_clobbered): Likewise.
(set_initial_properties): Likewise.
(setup_pointers_and_addressables): Likewise.
(new_type_alias): Likewise.
(create_overlap_variables_for): Likewise.
* tree-dfa.c (dump_subvars_for): Likewise.
* tree-ssa-operands.c (add_vars_for_offset): Likewise.
(get_expr_operands): Likewise.
(add_to_addressable_set): Likewise.
* tree-ssa-structalias.c (set_uids_in_ptset): Likewise.

* gcc.dg/tree-ssa/alias-15.c: Adjust pattern.

From-SVN: r129699

16 years agostl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the letter...
Paolo Carlini [Sun, 28 Oct 2007 16:03:06 +0000 (16:03 +0000)]
stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the letter of the standard.

2007-10-28  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_uninitialized.h (uninitialized_copy): Use
::new and value_type per the letter of the standard.
* testsuite/20_util/specialized_algorithms/uninitialized_copy/
move_iterators/1.cc: New.

* testsuite/20_util/specialized_algorithms/16505.cc: Move to...
* testsuite/20_util/specialized_algorithms/uninitialized_fill_n/
16505.cc: ... here.
* testsuite/20_util/specialized_algorithms/32158.cc: Move to...
* testsuite/20_util/specialized_algorithms/uninitialized_fill/
32158.cc: ... here.

* include/bits/stl_construct.h (_Construct(_T1*)): Remove, unused.

From-SVN: r129698

16 years agore PR tree-optimization/33920 (Segfault in combine_blocks/tree-if-conv.c)
Uros Bizjak [Sun, 28 Oct 2007 14:57:50 +0000 (15:57 +0100)]
re PR tree-optimization/33920 (Segfault in combine_blocks/tree-if-conv.c)

        PR tree-optimization/33920
        * tree-if-conv.c (tree_if_conversion): Force predicate of single
        successor bb to true when predecessor bb has NULL predicate.
        (find_phi_replacement_condition): Assert that tmp_cond is non-null.

testsuite/ChangeLog:

        PR tree-optimization/33920
        * gcc.dg/tree-ssa/pr33290.c: New test.

From-SVN: r129696

16 years agomips.md: Add combiner patterns for DImode extensions of HImode and QImode truncations.
Richard Sandiford [Sun, 28 Oct 2007 11:37:50 +0000 (11:37 +0000)]
mips.md: Add combiner patterns for DImode extensions of HImode and QImode truncations.

gcc/
* config/mips/mips.md: Add combiner patterns for DImode extensions
of HImode and QImode truncations.  Reformat HImode <- QImode pattern
for consistency.

From-SVN: r129695

16 years agore PR target/33895 (mips.c:6868: error: 'mips_output_dwarf_dtprel' defined but not...
Richard Sandiford [Sun, 28 Oct 2007 11:19:49 +0000 (11:19 +0000)]
re PR target/33895 (mips.c:6868: error: 'mips_output_dwarf_dtprel' defined but not used)

gcc/
PR target/33895
* config/mips/mips.c (mips_output_dwarf_dtprel): Add ATTRIBUTE_UNUSED.

From-SVN: r129694

16 years agodce.c (delete_unmarked_insns): Just delete the RETVAL and LIBCALL notes if...
Andreas Krebbel [Sun, 28 Oct 2007 10:14:21 +0000 (10:14 +0000)]
dce.c (delete_unmarked_insns): Just delete the RETVAL and LIBCALL notes if...

2007-10-28  Andreas Krebbel  <krebbel1@de.ibm.com>

* dce.c (delete_unmarked_insns): Just delete the RETVAL and
LIBCALL notes if they are about to be moved to the same insn.

From-SVN: r129693

16 years agoDaily bump.
GCC Administrator [Sun, 28 Oct 2007 00:17:15 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129690

16 years agore PR regression/33926 (FAIL: gcc.dg/dfp/convert-dfp-round-thread.c execution test)
H.J. Lu [Sat, 27 Oct 2007 23:22:57 +0000 (23:22 +0000)]
re PR regression/33926 (FAIL: gcc.dg/dfp/convert-dfp-round-thread.c execution test)

2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>

PR regression/33926
* configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
* configure: Regenerated.

From-SVN: r129687

16 years agore PR fortran/31306 (ICE with implicit character variables)
Jerry DeLisle [Sat, 27 Oct 2007 18:25:43 +0000 (18:25 +0000)]
re PR fortran/31306 (ICE with implicit character variables)

2007-10-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/31306
* gfortran.dg/argument_check_7.f90: New test.
* gfortran.dg/argument_check_8.f90: New test.

From-SVN: r129686

16 years agore PR fortran/31306 (ICE with implicit character variables)
Jerry DeLisle [Sat, 27 Oct 2007 17:59:59 +0000 (17:59 +0000)]
re PR fortran/31306 (ICE with implicit character variables)

2007-10-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/31306
* decl.c (char_len_param_value): Add check for conflicting attributes of
function argument.

From-SVN: r129685

16 years agoi386-2.C: Include bmmintrin.h.
Uros Bizjak [Sat, 27 Oct 2007 16:17:49 +0000 (18:17 +0200)]
i386-2.C: Include bmmintrin.h.

        * g++.dg/other/i386-2.C: Include bmmintrin.h. Add -msse5 to dg-options.
        * gcc.target/i386/sse-13.c: Also include mm3dnow.h.  Add
        "-march=k8 -m3dnow" to check 3dnow and 3dnowA intrinsics.
        * gcc.target/i386/sse-14.c: Ditto.

From-SVN: r129684

16 years agoerror.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope to current_function_decl...
Jakub Jelinek [Sat, 27 Oct 2007 15:56:49 +0000 (17:56 +0200)]
error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope to current_function_decl rather than 0.

* error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
to current_function_decl rather than 0.

From-SVN: r129683

16 years agore PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported by pp_cxx...
Jakub Jelinek [Sat, 27 Oct 2007 15:55:34 +0000 (17:55 +0200)]
re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported by pp_cxx_unqualified_id)

PR c++/33844
* cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
->* rather than .*.
* error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.

* g++.dg/other/ptrmem8.C: New test.

From-SVN: r129682

16 years agore PR c++/5247 (Memory eating infinite loop on default parameter in constructor which...
Jason Merrill [Sat, 27 Oct 2007 15:19:45 +0000 (11:19 -0400)]
re PR c++/5247 (Memory eating infinite loop on default parameter in constructor which is reference to class)

        PR c++/5247
        * call.c (convert_default_arg): Detect recursion.

From-SVN: r129681

16 years agore PR fortran/33862 (Support .FTN file extension for Fortran fixed-format source...
Tobias Burnus [Sat, 27 Oct 2007 14:43:53 +0000 (16:43 +0200)]
re PR fortran/33862 (Support .FTN file extension for Fortran fixed-format source files)

2007-10-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33862
        * lang-specs.h: Support .ftn and .FTN extension, use CPP for .FOR.
        * options.c (form_from_filename): Support .ftn extension.
        * gfortran.texi: Document support of .for and .ftn file extension.

From-SVN: r129680

16 years agomk-kinds-h.sh: Change LANG=C to LC_ALL=C.
Tobias Burnus [Sat, 27 Oct 2007 14:07:14 +0000 (16:07 +0200)]
mk-kinds-h.sh: Change LANG=C to LC_ALL=C.

2007-10-27  Tobias Burnus  <burnus@net-b.de>

       * mk-kinds-h.sh: Change LANG=C to LC_ALL=C.

From-SVN: r129679

16 years agostl_algobase.h (struct __miter_base): Add.
Paolo Carlini [Sat, 27 Oct 2007 12:07:04 +0000 (12:07 +0000)]
stl_algobase.h (struct __miter_base): Add.

2007-10-27  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algobase.h (struct __miter_base): Add.
(__copy_move_a2, __copy_move_backward_a2): Add.
(copy, copy_backward, move, move_backward): Adjust, call *a2 helpers.
* include/bits/cpp_type_traits.h (struct __is_move_iterator): Add.
* include/bits/streambuf_iterator.h (__copy_move_a<>): Rename
to __copy_move_a2.
* include/std/streambuf (friend __copy_move_a<>): Likewise.
* testsuite/25_algorithms/copy/move_iterators/1.cc: New.
* testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise.

* include/bits/stl_iterator.h (__normal_iterator<>::_Iterator_type):
Rename to iterator_type.

From-SVN: r129678

16 years agore PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)
Jakub Jelinek [Sat, 27 Oct 2007 11:58:26 +0000 (13:58 +0200)]
re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)

PR c++/33842
* cxx-pretty-print.h (pp_cxx_offsetof_expression): New prototype.
* cxx-pretty-print.c (pp_cxx_primary_expression): Handle
OFFSETOF_EXPR.
(pp_cxx_offsetof_expression_1, pp_cxx_offsetof_expression): New
functions.
* error.c (dump_expr): Handle OFFSETOF_EXPR.

* g++.dg/template/error34.C: New test.

From-SVN: r129677

16 years agoivopts-1.C: Also search for "offset: 4294967292".
Uros Bizjak [Sat, 27 Oct 2007 11:54:19 +0000 (13:54 +0200)]
ivopts-1.C: Also search for "offset: 4294967292".

        * g++.dg/tree-ssa/ivopts-1.C: Also search for "offset: 4294967292".

From-SVN: r129676

16 years agore PR tree-optimization/33870 (miscompiles sqlite)
Richard Guenther [Sat, 27 Oct 2007 11:10:09 +0000 (11:10 +0000)]
re PR tree-optimization/33870 (miscompiles sqlite)

2007-10-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/33870
* tree-ssa-operands.c (add_vars_for_offset): Reduce code
duplication.  Remove redundant call to access_can_touch_variable.
(add_vars_for_bitmap): New helper for recursing over MPT contents.
(add_virtual_operand): Use it.

* gcc.dg/tree-ssa/alias-15.c: New testcase.
* gcc.c-torture/execute/pr33870.c: Likewise.

From-SVN: r129675

16 years agore PR fortran/33162 (INTRINSIC functions as ACTUAL argument)
Jerry DeLisle [Sat, 27 Oct 2007 00:57:26 +0000 (00:57 +0000)]
re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)

2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/33162
* gfortran.dg/argument_checking_9.f90: New test.

From-SVN: r129674

16 years agore PR fortran/33162 (INTRINSIC functions as ACTUAL argument)
Jerry DeLisle [Sat, 27 Oct 2007 00:54:20 +0000 (00:54 +0000)]
re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)

2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/33162
* intrinsic.h: Add prototypes for four new functions, gfc_check_datan2,
gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd.
* intrinsic.c (add_functions): Add double precision checks for dabs,
dacos, dacosh, dasin, dasinh, datan, datanh, datan2, dbesj0, dbesj1,
dbesy0, dbesy1, dcos, dcosh, ddim, derf, derfc, dexp, dgamma,
dlgama, dlog, dlog10, dmod, dsign, dsin, dsinh, dsqrt, dtan, and dtanh.
Add real check dprod.
* check.c (gfc_check_datan2): New function to check for double precision
argumants. (gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd): Ditto.

From-SVN: r129673

16 years agothrow_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.
Paolo Carlini [Sat, 27 Oct 2007 00:41:21 +0000 (00:41 +0000)]
throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.

2007-10-26  Paolo Carlini  <pcarlini@suse.de>

* include/ext/throw_allocator.h (throw_allocator<>::
construct<>(pointer, _Args&&...)): Add.
* include/ext/pool_allocator.h (__pool_alloc<>::
construct<>(pointer, _Args&&...)): Likewise.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* include/ext/bitmap_allocator.h (bitmap_allocator<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* include/ext/new_allocator.h (new_allocator<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* include/ext/malloc_allocator.h (malloc_allocator<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* include/ext/array_allocator.h (array_allocator<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* include/ext/mt_allocator.h (__mt_alloc<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* testsuite/util/testsuite_allocator.h (tracker_allocator<>::
construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
  (uneq_allocator<>::construct<>(pointer, _Args&&...)): Add.
(construct(pointer, const _Tp&)): Cast pointer to void*.
* testsuite/ext/mt_allocator/variadic_construct.cc: New.
* testsuite/ext/new_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/pool_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/array_allocator/variadic_construct.cc: Likewise.

From-SVN: r129672

16 years agore PR fortran/31608 (wrong types in character array/scalar binop)
John David Anglin [Sat, 27 Oct 2007 00:21:02 +0000 (00:21 +0000)]
re PR fortran/31608 (wrong types in character array/scalar binop)

PR fortran/31608
* pa.h (ASM_PN_FORMAT): Delete define.

From-SVN: r129671

16 years agoDaily bump.
GCC Administrator [Sat, 27 Oct 2007 00:17:28 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129669

16 years agoinvoke.texi (Option Summary, [...]): Remove -fbounds-check.
Janis Johnson [Fri, 26 Oct 2007 22:03:57 +0000 (22:03 +0000)]
invoke.texi (Option Summary, [...]): Remove -fbounds-check.

* doc/invoke.texi (Option Summary, optimizations): Remove
-fbounds-check.  Add -fassociative-math, -freciprocal-math,
-ftree-vrp and -funit-at-a-time.  Change -fno-split-wide-types to
-fsplit-wide-types to match later entry.  Break up a long line.
(Option Summary, code gen options)  Add -fno-stack-limit.  Add
missing @gol to the end of a line.
(Optimization Options): Remove -fbounds-check, which is also
documented under Code Generation Options.  Remove =n from
index entry for -ftree-parallelize-loops.  Change -fno-cprop-registers
to -fcprop-registers to match other options, and say when it is
enabled rather than disabled.  Remove extra index entry for
-fno-cx-limited-range.  Add index entries for -fstack-protector
and -fstack-protector-all.
(Code Gen Options): Add index entry for -ftls-model.

From-SVN: r129664

16 years agoinvoke.texi: Fix typo in -fmax-errors=.
Jerry DeLisle [Fri, 26 Oct 2007 21:59:07 +0000 (21:59 +0000)]
invoke.texi: Fix typo in -fmax-errors=.

2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* invoke.texi: Fix typo in -fmax-errors=.

From-SVN: r129663

16 years agoavr.c (avr_OS_task_function_p): Add new function.
Anatoly Sokolov [Fri, 26 Oct 2007 21:36:25 +0000 (01:36 +0400)]
avr.c (avr_OS_task_function_p): Add new function.

* config/avr/avr.c (avr_OS_task_function_p): Add new function.
(avr_regs_to_save): Handle functions with 'OS_task' attribute.
(avr_simple_epilogue, expand_prologue, avr_asm_function_end_prologue,
expand_epilogue, output_movhi): Don't handle 'main' function.
(avr_attribute_table): Add 'OS_task' function attribute.
* config/avr/avr.h (machine_function): Remove 'is_main' field, add
'is_OS_task' field.
* config/avr/avr.md (return_from_main_epilogue): Remove insn.
(return_from_epilogue, return_from_interrupt_epilogue): Don't handle
'main' function.
* config/avr/avr.opt (minit-stack): Remove.

From-SVN: r129662

16 years agotree-nested.c (get_trampoline_type): Fix thinko.
Eric Botcazou [Fri, 26 Oct 2007 21:20:36 +0000 (21:20 +0000)]
tree-nested.c (get_trampoline_type): Fix thinko.

* tree-nested.c (get_trampoline_type): Fix thinko.

From-SVN: r129661

16 years agore PR c++/24791 (ICE on invalid instantiation of template's static member)
Jason Merrill [Fri, 26 Oct 2007 19:54:10 +0000 (15:54 -0400)]
re PR c++/24791 (ICE on invalid instantiation of template's static member)

        PR c++/24791
        * pt.c (get_template_info): New fn.
        (template_class_depth): Use it.
        (push_template_decl_real): Check that the template args of the
        definition match the args of the previous declaration.

From-SVN: r129660

16 years agore PR c++/33601 (ICE with pointers to members using "const C" as the class identifier)
Douglas Gregor [Fri, 26 Oct 2007 19:34:03 +0000 (19:34 +0000)]
re PR c++/33601 (ICE with pointers to members using "const C" as the class identifier)

2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33601
* tree.c (build_offset_type): Build canonical type based on the
TYPE_MAIN_VARIANT of the base type.

2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

* g++.dg/other/pr33601.C: New.

From-SVN: r129659

16 years agomk-kinds-h.sh: Add "LANG=C".
Tobias Burnus [Fri, 26 Oct 2007 19:01:42 +0000 (21:01 +0200)]
mk-kinds-h.sh: Add "LANG=C".

2007-10-26  Tobias Burnus  <burnus@net-b.de>

       * mk-kinds-h.sh: Add "LANG=C".

From-SVN: r129658

16 years agore PR c++/31988 (new operator should not permit default first parameter)
Paolo Carlini [Fri, 26 Oct 2007 18:32:41 +0000 (18:32 +0000)]
re PR c++/31988 (new operator should not permit default first parameter)

cp/
2007-10-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/31988
* decl2.c (coerce_new_type): Do not allow a default argument for
the first parameter.

testsuite/
2007-10-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/31988
* g++.dg/init/new25.C: New.

From-SVN: r129657

16 years agore PR c++/33839 (ICE with decltype)
Douglas Gregor [Fri, 26 Oct 2007 17:53:56 +0000 (17:53 +0000)]
re PR c++/33839 (ICE with decltype)

2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33839
* parser.c (cp_parser_decltype): Return ERROR_MARK_NODE if we
don't see the leading '('. Only lookup names if we get an
IDENTIFIER_NODE.

2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>

* g++.dg/cpp0x/pr33839.C: New.

From-SVN: r129656

16 years agounordered_map: Fix for parallel mode.
Benjamin Kosnik [Fri, 26 Oct 2007 14:38:12 +0000 (14:38 +0000)]
unordered_map: Fix for parallel mode.

2007-10-26  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/unordered_map: Fix for parallel mode.
* include/std/unordered_set: Same.

From-SVN: r129654

16 years agoreorg.c (emit_delay_sequence): Move insn locator from the first insn to the sequence.
Daniel Jacobowitz [Fri, 26 Oct 2007 12:19:34 +0000 (12:19 +0000)]
reorg.c (emit_delay_sequence): Move insn locator from the first insn to the sequence.

* reorg.c (emit_delay_sequence): Move insn locator from the
first insn to the sequence.

From-SVN: r129651

16 years agore PR c++/33744 (function-style cast and '>' not allowed in template argument)
Jakub Jelinek [Fri, 26 Oct 2007 11:57:46 +0000 (13:57 +0200)]
re PR c++/33744 (function-style cast and '>' not allowed in template argument)

PR c++/33744
* parser.c (cp_parser_parenthesized_expression_list): Set
greater_than_is_operator_p to true in between the parens.

* g++.dg/template/arg6.C: New test.

From-SVN: r129648

16 years agore PR c++/31747 (ICE combining static and extern)
Paolo Carlini [Fri, 26 Oct 2007 09:57:12 +0000 (09:57 +0000)]
re PR c++/31747 (ICE combining static and extern)

cp/
2007-10-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/31747
* decl.c (grokdeclarator): In case of conflicting specifiers
just return error_mark_node.

testsuite/
2007-10-26  Paolo Carlini  <pcarlini@suse.de>

PR c++/31747
* g++.dg/parse/crash39.C: New.

From-SVN: r129647

16 years agoivopts-1.C: Remove xfail on the search for "&x\\\[5\\\]" pattern.
Uros Bizjak [Fri, 26 Oct 2007 08:33:39 +0000 (10:33 +0200)]
ivopts-1.C: Remove xfail on the search for "&x\\\[5\\\]" pattern.

* g++.dg/tree-ssa/ivopts-1.C: Remove xfail on the search for
"&x\\\[5\\\]" pattern.  Search for "offset: 0x0f+fc" insetad of
"offset: -4B".

From-SVN: r129646

16 years agoexpr.c (cxx_expand_expr): Removed.
Ollie Wild [Fri, 26 Oct 2007 08:19:14 +0000 (08:19 +0000)]
expr.c (cxx_expand_expr): Removed.

gcc/cp/
* expr.c (cxx_expand_expr): Removed.
* cp-tree.h (exx_expand_expr): Removed.
* cp-objcp-common.h (LANK_HOOKS_EXPAND_EXPR): Replace cxx_expand_expr
with c_expand_expr.

From-SVN: r129645

16 years agoipa-pure-const.c (check_decl): Return immediately when pure_const_state has been...
Samuel Tardieu [Fri, 26 Oct 2007 07:08:05 +0000 (09:08 +0200)]
ipa-pure-const.c (check_decl): Return immediately when pure_const_state has been set to IPA_NEITHER.

        * ipa-pure-const.c (check_decl): Return immediately when
        pure_const_state has been set to IPA_NEITHER.

From-SVN: r129644

16 years agoDaily bump.
GCC Administrator [Fri, 26 Oct 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129642

16 years ago* g++.dg/tree-ssa/copyprop-1.C: Remove xfail.
David Daney [Fri, 26 Oct 2007 00:06:51 +0000 (00:06 +0000)]
* g++.dg/tree-ssa/copyprop-1.C: Remove xfail.

From-SVN: r129639

16 years agore PR c++/33843 (Broken diagnostic: 'bit_not_expr' not supported by pp_cxx_unqualifie...
Paolo Carlini [Thu, 25 Oct 2007 23:42:49 +0000 (23:42 +0000)]
re PR c++/33843 (Broken diagnostic: 'bit_not_expr' not supported by pp_cxx_unqualified_id)

2007-10-25  Paolo Carlini  <pcarlini@suse.de>

PR c++/33843
* cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with BIT_NOT_EXPR.

2007-10-25  Paolo Carlini  <pcarlini@suse.de>

PR c++/33843
* g++.dg/template/error32.C: New.

From-SVN: r129637

16 years agolibgfortran.h (GFC_REAL_*_HUGE, [...]): Remove.
Francois-Xavier Coudert [Thu, 25 Oct 2007 23:32:07 +0000 (23:32 +0000)]
libgfortran.h (GFC_REAL_*_HUGE, [...]): Remove.

* libgfortran.h (GFC_REAL_*_HUGE, GFC_REAL_*_DIGITS,
GFC_REAL_*_RADIX): Remove.
* mk-kinds-h.sh: Define GFC_REAL_*_HUGE, GFC_REAL_*_DIGITS and
GFC_REAL_*_RADIX. Don't define GFC_REAL_LARGEST_FORMAT and
GFC_REAL_LARGEST.

From-SVN: r129636

16 years agore PR fortran/29784 ([doc] No I/O conversion of logical/integer)
Francois-Xavier Coudert [Thu, 25 Oct 2007 23:27:12 +0000 (23:27 +0000)]
re PR fortran/29784 ([doc] No I/O conversion of logical/integer)

PR fortran/29784
* gfortran.texi: Document that there is no logical/integer
conversion performed during I/O operations.

From-SVN: r129635

16 years agoUpdate my email address.
Doug Evans [Thu, 25 Oct 2007 21:07:12 +0000 (21:07 +0000)]
Update my email address.

From-SVN: r129633

16 years agore PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure)
Jakub Jelinek [Thu, 25 Oct 2007 20:25:12 +0000 (22:25 +0200)]
re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0  failure)

PR libgomp/33275
* testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
Make x and y integers rather than (implicit) reals.  Add private (j)
clause to the last omp parallel.

From-SVN: r129631

16 years agoMakefile.am (parallel_headers): Remove timing.h.
Andreas Tobler [Thu, 25 Oct 2007 20:22:40 +0000 (20:22 +0000)]
Makefile.am (parallel_headers): Remove timing.h.

2007-10-25  Andreas Tobler  <a.tobler@schweiz.org>

* include/Makefile.am (parallel_headers): Remove timing.h.
* include/Makefile.in: Regenerate.

From-SVN: r129630

16 years agomultiway_merge.h: Removed Timing<inactive_tag>
Johannes Singler [Thu, 25 Oct 2007 17:07:56 +0000 (17:07 +0000)]
multiway_merge.h: Removed Timing<inactive_tag>

2007-10-25  Johannes Singler  <singler@ira.uka.de>

      * include/parallel/multiway_merge.h: Removed Timing<inactive_tag>
      * include/parallel/random_shuffle.h: Same
      * include/parallel/set_operations.h: Same
      * include/parallel/tree.h: Same
      * include/parallel/multiway_mergesort.h: Same
      * include/parallel/timing.h: Removed completely

From-SVN: r129629

16 years agore PR tree-optimization/33833 (ICE in build2_stat, at tree.c:3110 at -O3, tree-vector...
Ira Rosen [Thu, 25 Oct 2007 16:41:45 +0000 (16:41 +0000)]
re PR tree-optimization/33833 (ICE in build2_stat, at tree.c:3110 at -O3, tree-vectorizer)

PR tree-optimization/33833
* tree-vect-analyze.c (vect_analyze_data_refs): Use POINTER_PLUS_EXPR
and convert init to sizetype in inner_base construction.

From-SVN: r129628

16 years ago* gcc.dg/tree-ssa/20040204-1.c: Un-xfail for mips*-*-*.
David Daney [Thu, 25 Oct 2007 16:11:27 +0000 (16:11 +0000)]
* gcc.dg/tree-ssa/20040204-1.c: Un-xfail for mips*-*-*.

From-SVN: r129627

16 years agotree-flow.h (mem_sym_stats): Remove.
Richard Guenther [Thu, 25 Oct 2007 12:38:38 +0000 (12:38 +0000)]
tree-flow.h (mem_sym_stats): Remove.

2007-10-25  Richard Guenther  <rguenther@suse.de>

* tree-flow.h (mem_sym_stats): Remove.
(dump_mem_sym_stats_for_var): Declare.
* tree-dfa.c (dump_variable): Call dump_mem_sym_stats_for_var.
(mem_sym_stats): Move ...
* tree-ssa-alias.c (mem_sym_stats): ... here and make it static.
(mem_sym_score): Rename from ...
(pscore): ... this.  Remove.
(dump_mem_sym_stats_for_var): New function.  Dump the score, but
not the frequencies.
(compare_mp_info_entries): Make sort stable by disambiguating
on DECL_UID.

From-SVN: r129625

16 years agostl_algo.h (__lg<>(_Size)): Slightly tweak.
Paolo Carlini [Thu, 25 Oct 2007 10:11:58 +0000 (10:11 +0000)]
stl_algo.h (__lg<>(_Size)): Slightly tweak.

2007-10-25  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algo.h (__lg<>(_Size)): Slightly tweak.
(__lg(int), __lg(long), __lg(long long)): Add, overloads
exploiting __builtin_clz*.

From-SVN: r129624

16 years agore PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree-vect...
Ira Rosen [Thu, 25 Oct 2007 07:25:55 +0000 (07:25 +0000)]
re PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree-vect-transform.c:1937)

PR tree-optimization/33866
* tree-vect-transform.c (vectorizable_store): Check operands of all the
stmts in the group of strided accesses. Get def stmt type for each store
in the group and pass it to vect_get_vec_def_for_stmt_copy ().

From-SVN: r129623

16 years agoconstraints.md (Y0): Rename register constraint to Yz.
Uros Bizjak [Thu, 25 Oct 2007 05:41:37 +0000 (07:41 +0200)]
constraints.md (Y0): Rename register constraint to Yz.

        * config/i386/constraints.md (Y0): Rename register constraint to Yz.
        (Yt): Rename register constraint to Y2.
        * config/i386/sse.md: Use renamed register constraints.
        * config/i386/mmx.md: Ditto.
        * config/i386/i386.md: Ditto.

        * config/i386/i386.md (*dummy_extendsfdf2): Fix operand 1 constraint.

From-SVN: r129622

16 years agoMAINTAINERS (mercury): Remove entry.
Ben Elliston [Thu, 25 Oct 2007 01:19:52 +0000 (01:19 +0000)]
MAINTAINERS (mercury): Remove entry.

* MAINTAINERS (mercury): Remove entry.
(Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.

From-SVN: r129621

16 years agodwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or DW_ATE_signed_fixed to...
Chao-ying Fu [Thu, 25 Oct 2007 01:02:35 +0000 (01:02 +0000)]
dwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or DW_ATE_signed_fixed to describe FIXED_POINT_TYPE.

* dwarf2out.c (base_type_die): Use DW_ATE_unsigned_fixed or
DW_ATE_signed_fixed to describe FIXED_POINT_TYPE.

From-SVN: r129620

16 years agoDaily bump.
GCC Administrator [Thu, 25 Oct 2007 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129618

16 years agoipa-struct-reorg.c (replace_field_acc): Make it clear to the compiler that wr.wrap...
Samuel Tardieu [Wed, 24 Oct 2007 21:49:27 +0000 (21:49 +0000)]
ipa-struct-reorg.c (replace_field_acc): Make it clear to the compiler that wr.wrap and wr.domain are initialized in any...

2007-10-24  Samuel Tardieu  <sam@rfc1149.net>
            Olga Golovanevsky <olga@il.ibm.com>

* ipa-struct-reorg.c (replace_field_acc): Make it clear to
the compiler that wr.wrap and wr.domain are initialized in
any case.

2007-10-24  Samuel Tardieu  <sam@rfc1149.net>

* ipa-struct-reorg.c (sum_counts): Use HOST_WIDEST_PRINT_DEC
to print gcov_type values.

Co-Authored-By: Olga Golovanevsky <olga@il.ibm.com>
From-SVN: r129615

16 years agoavr.h: Do not include progmem_section definition when building with IN_TARGET_LIBS.
Eric B. Weddington [Wed, 24 Oct 2007 21:00:41 +0000 (21:00 +0000)]
avr.h: Do not include progmem_section definition when building with IN_TARGET_LIBS.

* config/avr/avr.h: Do not include progmem_section definition when
building with IN_TARGET_LIBS.

From-SVN: r129614

16 years agoForgot one file from my previous commit.
Uros Bizjak [Wed, 24 Oct 2007 20:57:14 +0000 (22:57 +0200)]
Forgot one file from my previous commit.

From-SVN: r129613

16 years agopr11001-*.c: Remove -m32 from compile flags.
Uros Bizjak [Wed, 24 Oct 2007 20:55:28 +0000 (22:55 +0200)]
pr11001-*.c: Remove -m32 from compile flags.

        * gcc.target/i386/pr11001-*.c: Remove -m32 from compile flags.
        Add -w to compile flags to suppress "call-clobbered register" warnings
        and remove dg-warning directives.

From-SVN: r129612

16 years agosms-2.c: Cleanup sms dump file.
Uros Bizjak [Wed, 24 Oct 2007 20:23:35 +0000 (22:23 +0200)]
sms-2.c: Cleanup sms dump file.

        * gcc.dg/sms-2.c: Cleanup sms dump file.
        * gcc.dg/tree-prof/tracer-1.c: Cleanup tracer dump file after the
        profile-use step.

From-SVN: r129611

16 years agocomment typo
Jason Merrill [Wed, 24 Oct 2007 19:58:57 +0000 (15:58 -0400)]
comment typo

From-SVN: r129610

16 years ago* gcc.dg/tree-ssa/update-threading.c: Remove xfail.
David Daney [Wed, 24 Oct 2007 18:02:34 +0000 (18:02 +0000)]
* gcc.dg/tree-ssa/update-threading.c: Remove xfail.

From-SVN: r129608

16 years agore PR target/33755 (Gcc 4.2.2 broken for mips linux kernel builds)
Richard Sandiford [Wed, 24 Oct 2007 17:52:16 +0000 (17:52 +0000)]
re PR target/33755 (Gcc 4.2.2 broken for mips linux kernel builds)

gcc/
PR target/33755
* config/mips/mips.c (mips_lo_sum_offset): New structure.
(mips_hash_base, mips_lo_sum_offset_hash, mips_lo_sum_offset_eq)
(mips_lo_sum_offset_lookup, mips_record_lo_sum)
(mips_orphaned_high_part_p: New functions.
(mips_avoid_hazard): Don't check INSN_P here.
(mips_avoid_hazards): Rename to...
(mips_reorg_process_insns): ...this.  Cope with
!TARGET_EXPLICIT_RELOCS.  Delete orphaned high-part relocations,
or turn them into nops.
(mips_reorg): Remove TARGET_EXPLICIT_RELOCS check from calls to
dbr_schedule and mips_avoid_hazards/mips_reorg_process_insns.
(mips_set_mips16_mode): Don't set flag_delayed_branch here.
(mips_override_options): Set flag_delayed_branch to 0.

gcc/testsuite/
PR target/33755
* gcc.target/mips/pr33755.c: New test.

From-SVN: r129606

16 years agomips.h (MOVE_MAX): Use UNITS_PER_WORD and describe MIPS-specific implementation details.
Richard Sandiford [Wed, 24 Oct 2007 17:46:39 +0000 (17:46 +0000)]
mips.h (MOVE_MAX): Use UNITS_PER_WORD and describe MIPS-specific implementation details.

gcc/
* config/mips/mips.h (MOVE_MAX): Use UNITS_PER_WORD and describe
MIPS-specific implementation details.
(MIPS_MAX_MOVE_BYTES_PER_LOOP_ITER): New macro.
(MIPS_MAX_MOVE_BYTES_STRAIGHT): Likewise.
(MOVE_RATIO): Define to MIPS_MAX_MOVE_BYTES_STRAIGHT / UNITS_PER_WORD
for targets with movmemsi.
(MOVE_BY_PIECES_P): Define.
* config/mips/mips.c (MAX_MOVE_REGS, MAX_MOVE_BYTES): Delete.
(mips_block_move_loop): Add a bytes_per_iter argument.
(mips_expand_block_move): Use MIPS_MAX_MOVE_BYTES_STRAIGHT.
Update call to mips_block_move_loop.

From-SVN: r129605

16 years agoarray (_M_instance): Align naturally.
Paolo Carlini [Wed, 24 Oct 2007 15:21:22 +0000 (15:21 +0000)]
array (_M_instance): Align naturally.

2007-10-24  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/array (_M_instance): Align naturally.
* testsuite/ext/array_allocator/1.cc: Use ext/vstring,
more solid than our current basic_string vs alignment.
* testsuite/ext/array_allocator/2.cc: Likewise.
* testsuite/ext/array_allocator/3.cc: Likewise.

From-SVN: r129604

16 years agocomment typo
Jason Merrill [Wed, 24 Oct 2007 14:58:49 +0000 (10:58 -0400)]
comment typo

From-SVN: r129603

16 years agore PR debug/33868 (Gross memory usage of var-tracking)
Michael Matz [Wed, 24 Oct 2007 12:54:24 +0000 (12:54 +0000)]
re PR debug/33868 (Gross memory usage of var-tracking)

        PR debug/33868
        * var-tracking.c (variable_union): Don't break after one loop
        * iteration
        but only when a difference is found.
        (dump_variable): Also print DECL_UID.

From-SVN: r129602

16 years agoFogot to commit ipa-struct-reorg.c ipa-struct-reorg.h.
Olga Golovanevsky [Wed, 24 Oct 2007 12:48:41 +0000 (12:48 +0000)]
Fogot to commit ipa-struct-reorg.c ipa-struct-reorg.h.

From-SVN: r129601

16 years agoipa-type-escape.h: Expose function is_array_access_through_pointer_and_index.
Olga Golovanevsky [Wed, 24 Oct 2007 10:36:30 +0000 (10:36 +0000)]
ipa-type-escape.h: Expose function is_array_access_through_pointer_and_index.

2007-10-24  Olga Golovanevsky  <olga@il.ibm.com>

      * ipa-type-escape.h: Expose function
      is_array_access_through_pointer_and_index.
      * ipa-type-escape.c
      (is_array_access_through_pointer_and_index):
      Add three new parameters. Add support of
      POINTER_PLUS_EXPR tree code.

2007-10-24  Olga Golovanevsky  <olga@il.ibm.com>

      * ipa-struct-reorg.c, ipa-struct-reorg.h: New files.
      * tree-pass.h: Add pass_ipa_struct_reorg.
      * common.opt: Add ipa-struct-reorg flag.
      * Makefile.in: Add ipa-strcut-reorg.o compilation.
      * passes.c: Add pass pass_ipa_struct_reorg.
      * params.h:  Add STRUCT_REORG_COLD_STRUCT_RATIO.
      * params.def: Add PARAM_STRUCT_REORG_COLD_STRUCT_RATIO.

From-SVN: r129600

16 years agore PR tree-optimization/33804 (ICE in vect_transform_stmt, at tree-vect-transform...
Ira Rosen [Wed, 24 Oct 2007 09:35:00 +0000 (09:35 +0000)]
re PR tree-optimization/33804 (ICE in vect_transform_stmt, at tree-vect-transform.c:6131 with -ftree-vectorize)

PR tree-optimization/33804
* tree-vect-transform.c (vectorizable_operation): Remove the
checks that the vectorization is worthwhile from the transformation
phase.

From-SVN: r129599

16 years agotree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be determin...
Ira Rosen [Wed, 24 Oct 2007 07:51:09 +0000 (07:51 +0000)]
tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be determined for the scalar type.

* tree-vect-analyze.c (vect_build_slp_tree): Return false if
vectype cannot be determined for the scalar type.
(vect_analyze_slp_instance): Likewise.
* tree-vect-transform.c (vect_model_reduction_cost): Change the
return type to bool. Return false if vectype cannot be determined
for the scalar type.
(vect_get_constant_vectors): Return false if vectype cannot be
determined for the scalar type.
(get_initial_def_for_induction, vect_get_vec_def_for_operand,
get_initial_def_for_reduction, vect_create_epilog_for_reduction,
vectorizable_reduction): Likewise.

From-SVN: r129598

16 years agoPR c++/25950 (DR 391)
Jason Merrill [Wed, 24 Oct 2007 03:45:37 +0000 (23:45 -0400)]
PR c++/25950 (DR 391)

        PR c++/25950 (DR 391)
        * call.c (struct conversion): Remove check_copy_constructor_p.
        (reference_binding): Always bind a reference directly to a
        compatible class rvalue.  Pass down LOOKUP_NO_TEMP_BIND during
        temporary creation.
        (check_constructor_callable): Remove.
        (convert_like_real): Don't call it.
        (initialize_reference): Don't call check_constructor_callable.
        (standard_conversion): Check LOOKUP_NO_CONVERSION instead of
        LOOKUP_CONSTRUCTOR_CALLABLE.  Don't require a temporary for base
        conversions if LOOKUP_NO_TEMP_BIND.
        (implicit_conversion): Pass through LOOKUP_NO_TEMP_BIND.
        (build_user_type_conversion_1): Pass through LOOKUP_NO_TEMP_BIND for
        second conversion.
        * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): Remove.

From-SVN: r129596

16 years agore PR fortran/33849 (Fix misleading error message "GENERIC non-INTRINSIC procedure...
Jerry DeLisle [Wed, 24 Oct 2007 03:39:03 +0000 (03:39 +0000)]
re PR fortran/33849 (Fix misleading error message "GENERIC non-INTRINSIC procedure not allowed as an actual argument")

2007-10-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR forrtran/33849
gfortran.dg/generic_actual_arg.f90: Fix dg-error message.

From-SVN: r129595

16 years agoDaily bump.
GCC Administrator [Wed, 24 Oct 2007 00:17:28 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r129593

16 years agoconfig.gcc: For a FreeBSD target...
Craig Rodrigues [Tue, 23 Oct 2007 23:53:31 +0000 (23:53 +0000)]
config.gcc: For a FreeBSD target...

* config.gcc: For a FreeBSD target, parse the value of ${target}
to determine the value of FBSD_MAJOR, instead of adding an
explicit check for every possible FreeBSD major version.

From-SVN: r129590

16 years agore PR rtl-optimization/33846 (ICE in trunc_int_for_mode, at explow.c:55)
Uros Bizjak [Tue, 23 Oct 2007 20:15:04 +0000 (22:15 +0200)]
re PR rtl-optimization/33846 (ICE in trunc_int_for_mode, at explow.c:55)

        PR rtl-optimization/33846
        * combine.c (simplify_shift_const_1) [NOT]: Skip vector modes.

testsuite/ChangeLog:

        PR rtl-optimization/33846
        * gcc.dg/vect/pr33846.c: New testcase.

From-SVN: r129589

16 years agore PR tree-optimization/33860 (ICE in vectorizable_load, at tree-vect-transform.c...
Dorit Nuzman [Tue, 23 Oct 2007 19:50:18 +0000 (19:50 +0000)]
re PR tree-optimization/33860 (ICE in vectorizable_load, at tree-vect-transform.c:5503)

        PR tree-optimization/33860
        * tree-vect-transform.c (vect_analyze_data_ref_access): Don't allow
        interleaved accesses in case the dr is inside the inner-loop during
        outer-loop vectorization.

From-SVN: r129587

16 years agortl.texi (Flags): Fix MEM_SCALAR_P entry.
Eric Botcazou [Tue, 23 Oct 2007 19:24:13 +0000 (21:24 +0200)]
rtl.texi (Flags): Fix MEM_SCALAR_P entry.

* doc/rtl.texi (Flags): Fix MEM_SCALAR_P entry.
Document MEM_POINTER.  Replace mentions of "integrated"
field with "return_val".  Delete outdated stuff.

From-SVN: r129584

16 years agomisc.c (gnat_handle_option): Replace call to abort with call to gcc_unreachable.
Eric Botcazou [Tue, 23 Oct 2007 17:36:51 +0000 (17:36 +0000)]
misc.c (gnat_handle_option): Replace call to abort with call to gcc_unreachable.

* misc.c (gnat_handle_option): Replace call to abort with
call to gcc_unreachable.
(gnat_init): Likewise.
(gnat_expand_expr): Likewise.
(fp_prec_to_size): Likewise.
(fp_size_to_prec): Likewise.

From-SVN: r129583