platform/upstream/gcc.git
14 years agore PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)
Alexander Monakov [Thu, 14 Jan 2010 10:46:57 +0000 (13:46 +0300)]
re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)

2010-01-14  Alexander Monakov  <amonakov@ispras.ru>

PR rtl-optimization/42294
* sel-sched-ir.h (struct _sel_insn_data): Update comment.
* sel-sched.c (move_exprs_to_boundary): Transitively add all
originators' originators.

* gfortran.dg/pr42294.f: New.

From-SVN: r155893

14 years agore PR rtl-optimization/39453 (ICE : in init_seqno, at sel-sched.c:6433)
Alexander Monakov [Thu, 14 Jan 2010 10:40:19 +0000 (13:40 +0300)]
re PR rtl-optimization/39453 (ICE : in init_seqno, at sel-sched.c:6433)

2010-01-14  Alexander Monakov  <amonakov@ispras.ru>

PR rtl-optimization/39453
PR rtl-optimization/42246
* sel-sched-ir.c (considered_for_pipelining_p): Do not test
for pipelining_p.
(sel_add_loop_preheaders): Add preheader to last_added_blocks.

* gcc.dg/pr39453.c: New.
* gcc.dg/pr42246.c: New.

From-SVN: r155892

14 years agoAdd tests missing from previous commit.
Alexander Monakov [Thu, 14 Jan 2010 10:38:14 +0000 (13:38 +0300)]
Add tests missing from previous commit.

PR middle-end/42245
* gcc.dg/pr42245.c: New.
* gcc.dg/pr42245-2.c: New.

From-SVN: r155891

14 years agore PR middle-end/42245 (ICE in verify_backedges for 197.parser with sel-sched)
Alexander Monakov [Thu, 14 Jan 2010 10:28:47 +0000 (13:28 +0300)]
re PR middle-end/42245 (ICE in verify_backedges for 197.parser with sel-sched)

2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
    Alexander Monakov  <amonakov@ispras.ru>

PR middle-end/42245
* sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
(maybe_tidy_empty_bb): ... here.  Make static.  Add new
argument.  Update all callers.
(tidy_control_flow): ... and here.  Recompute topological order
of basic blocks in region if necessary.
(sel_redirect_edge_and_branch): Change return type.  Return true
if topological order might have been invalidated.
(purge_empty_blocks): Export and move from...
* sel-sched.c (purge_empty_blocks): ... here.
* sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
        (maybe_tidy_empty_bb): Delete prototype.
(purge_empty_blocks): Declare.

* gcc.dg/pr42245.c: New.
* gcc.dg/pr42245-2.c: New.

From-SVN: r155890

14 years agore PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)
Andrey Belevantsev [Thu, 14 Jan 2010 10:16:01 +0000 (13:16 +0300)]
re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)

        PR rtl-optimization/42294
        * sel-sched.c (try_replace_dest_reg): When chosen register
        and original register is the same, do not bail out early, but
        still check all original insns for validity of replacing destination
        register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
        in this case.

From-SVN: r155889

14 years agore PR c/42721 (possible integer wrong code bug)
Jakub Jelinek [Thu, 14 Jan 2010 09:47:09 +0000 (10:47 +0100)]
re PR c/42721 (possible integer wrong code bug)

PR c/42721
Port from no-undefined-overflow branch
2009-03-09  Richard Guenther  <rguenther@suse.de>

* fold-const.c (add_double_with_sign): Fix unsigned overflow
detection.

* gcc.c-torture/execute/pr42721.c: New test.

From-SVN: r155887

14 years agore PR lto/42665 (Internal compiler exception in with gfortran when using -fwhole...
Richard Guenther [Thu, 14 Jan 2010 09:38:56 +0000 (09:38 +0000)]
re PR lto/42665 (Internal compiler exception in with gfortran when using  -fwhole-program -flto -fopenmp)

2010-01-14  Richard Guenther  <rguenther@suse.de>

PR lto/42665
* gimple.c (iterative_hash_gimple_type): Avoid hashing
error_mark_node.

From-SVN: r155885

14 years agore PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 -fgraphi...
Sebastian Pop [Thu, 14 Jan 2010 08:37:26 +0000 (08:37 +0000)]
re PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 -fgraphite-identity")

Fix PR42681.

2010-01-14  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42681
* graphite-clast-to-gimple.c (gloog_error): New static variable.
(clast_to_gcc_expression): Do not build MULT_EXPR of POINTER_TYPE_P.
Set gloog_error when such an expression failed to be built.
(translate_clast): Early return when gloog_error is set.
(gloog): Clear gloog_error.  When gloog_error is set, call
set_ifsese_condition to enable the original code.  Return the status
of the code generation based on gloog_error.
* sese.c (set_ifsese_condition): New.
* sese.h (set_ifsese_condition): Declared.

* testsuite/g++.dg/graphite/pr42681.C: New.

From-SVN: r155884

14 years agore PR tree-optimization/42709 (error: type mismatch in pointer plus expression)
Ira Rosen [Thu, 14 Jan 2010 07:49:39 +0000 (07:49 +0000)]
re PR tree-optimization/42709 (error: type mismatch in pointer plus expression)

PR tree-optimization/42709
* tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
as scalar type in creation of constant vector operand.

From-SVN: r155882

14 years agore PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)
Sebastian Pop [Thu, 14 Jan 2010 07:38:15 +0000 (07:38 +0000)]
re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)

Fix PR42732.

2010-01-14  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42732
* graphite-clast-to-gimple.c (gloog): Call scev_reset_htab and
rename_nb_iterations.
* sese.c (rename_variables_in_operand): New.
(rename_variables_in_expr): New.
(rename_nb_iterations): New.
(sese_adjust_liveout_phis): Update the rename_map.
* sese.h (rename_nb_iterations): Declared.
* tree-scalar-evolution.c (scev_reset_htab): New.
(scev_reset): Call scev_reset_htab.
* tree-scalar-evolution.h (scev_reset_htab): Declared.

* testsuite/gfortran.dg/graphite/pr42732.f: New.

From-SVN: r155881

14 years agore PR testsuite/42414 (arbitrary path modification by a sed statement breaks testsuit...
Ralf Wildenhues [Thu, 14 Jan 2010 07:20:31 +0000 (07:20 +0000)]
re PR testsuite/42414 (arbitrary path modification by a sed statement breaks testsuite if testsuite is in the absolute path)

Fix PR testsuite/42414.

gcc/:
PR testsuite/42414
* Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
(check-parallel-%): Match `testsuite' directory component only
at the end.

From-SVN: r155880

14 years agore PR translation/39521 (specs diagnostics translation problems)
Shujing Zhao [Thu, 14 Jan 2010 06:28:27 +0000 (06:28 +0000)]
re PR translation/39521 (specs diagnostics translation problems)

po/
2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/39521
        * exgettext: Extracted all specs %n strings and the %e strings that %e
        is at the start of a line.

2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/39521
        * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
        strings with _().

From-SVN: r155878

14 years agore PR fortran/41478 (Corrupted memory using PACK for derived-types with allocated...
Paul Thomas [Thu, 14 Jan 2010 06:17:38 +0000 (06:17 +0000)]
re PR fortran/41478 (Corrupted memory using PACK for derived-types with allocated components)

2010-01-14  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/41478
        * trans-array.c (duplicate_allocatable):  Static version of
gfc_duplicate_allocatable with provision to handle scalar
components. New boolean argument to switch off call to malloc
if true.
(gfc_duplicate_allocatable): New function to call above with
new argument false.
(gfc_copy_allocatable_data): New function to call above with
new argument true.
(structure_alloc_comps): Do not apply indirect reference to
scalar pointers. Add new section to copy allocatable components
of arrays. Extend copying of allocatable components to include
scalars.
(gfc_copy_only_alloc_comp): New function to copy allocatable
component derived types, without allocating the base structure.
* trans-array.h : Add primitive for gfc_copy_allocatable_data.
Add primitive for gfc_copy_only_alloc_comp.
* trans-expr.c (gfc_conv_procedure_call): After calls to
transformational functions with results that are derived types
with allocatable components, copy the components in the result.
(gfc_trans_arrayfunc_assign): Deallocate allocatable components
of lhs derived types before allocation.

2010-01-14  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/41478
        * gfortran.dg/alloc_comp_scalar_1.f90: New test.
        * gfortran.dg/alloc_comp_transformational_1.f90: New test.

From-SVN: r155877

14 years agore PR fortran/42481 (generic interface not recognized)
Paul Thomas [Thu, 14 Jan 2010 06:13:19 +0000 (06:13 +0000)]
re PR fortran/42481 (generic interface not recognized)

2010-01-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42481
* module.c (load_generic_interfaces): If a procedure that is
use associated but not generic is given an interface that
includes itself, then make it generic.

2010-01-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42481
* gfortran.dg/generic_19.f90 : New test.

From-SVN: r155876

14 years agoDaily bump.
GCC Administrator [Thu, 14 Jan 2010 00:17:43 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r155875

14 years agore PR tree-optimization/42730 (ice: verify_stmts failed)
Richard Guenther [Wed, 13 Jan 2010 22:21:25 +0000 (22:21 +0000)]
re PR tree-optimization/42730 (ice: verify_stmts failed)

2010-01-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42730
* tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
offset zero.

* gcc.c-torture/compile/pr42730.c: New testcase.

From-SVN: r155872

14 years agoPR target/pr42542
Steve Ellcey [Wed, 13 Jan 2010 22:17:27 +0000 (22:17 +0000)]
PR target/pr42542

2010-01-13  Steve Ellcey  <sje@cup.hp.com>

PR target/pr42542
* gcc.target/ia64/pr42542-1.c: New.
* gcc.target/ia64/pr42542-2.c: New.
* gcc.target/ia64/pr42542-3.c: New.

From-SVN: r155871

14 years agoPR target/pr42542
Steve Ellcey [Wed, 13 Jan 2010 22:16:25 +0000 (22:16 +0000)]
PR target/pr42542

2010-01-13  Steve Ellcey  <sje@cup.hp.com>

PR target/pr42542
* config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
them signed.

From-SVN: r155870

14 years agore PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973)
Dodji Seketeli [Wed, 13 Jan 2010 20:06:26 +0000 (20:06 +0000)]
re PR c++/42634 (ICE with -g -O2 -std=c++0x   in copy_fn_p, at cp/decl.c:9973)

Fix PR c++/42634

gcc/cp/ChangeLog:
PR c++/42634
* error.c (dump_template_parms): Use innermost template
arguments before calling count_non_default_template_args.
(count_non_default_template_args): We are being called with
template innermost arguments now. There is no need to ensure
that again.

gcc/testsuite/ChangeLog:
PR c++/42634
* g++.dg/template/error45.C: New test.

From-SVN: r155868

14 years agobfin.c (bfin_reorg): Call run_selective_scheduling rather than schedule_insns if...
Bernd Schmidt [Wed, 13 Jan 2010 20:00:03 +0000 (20:00 +0000)]
bfin.c (bfin_reorg): Call run_selective_scheduling rather than schedule_insns if the pass is enabled.

* config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
rather than schedule_insns if the pass is enabled.

From-SVN: r155867

14 years agolibgcc-bfin.ver: Regenerate based on current libgcc-std.ver.
Bernd Schmidt [Wed, 13 Jan 2010 19:53:01 +0000 (19:53 +0000)]
libgcc-bfin.ver: Regenerate based on current libgcc-std.ver.

* config/bfin/libgcc-bfin.ver: Regenerate based on current
libgcc-std.ver.  Add entries for ___smulsi3_highpart and
___umulsi3_highpart.

From-SVN: r155866

14 years agore PR tree-optimization/42704 (ICE in verify_ssa after early SRA)
Martin Jambor [Wed, 13 Jan 2010 18:47:19 +0000 (19:47 +0100)]
re PR tree-optimization/42704 (ICE in verify_ssa after early SRA)

2010-01-13  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/42704
* tree-sra.c (sra_modify_assign): Do not delete assignments to
SSA_NAMEs.

* testsuite/g++.dg/torture/pr42704.C: New test.

From-SVN: r155865

14 years agoiterator_tracker.h: Add copyright.
Benjamin Kosnik [Wed, 13 Jan 2010 18:31:25 +0000 (18:31 +0000)]
iterator_tracker.h: Add copyright.

2010-01-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/profile/iterator_tracker.h: Add copyright.

From-SVN: r155864

14 years agore PR tree-optimization/42703 (ICE in generate_subtree_copies with out of bounds...
Martin Jambor [Wed, 13 Jan 2010 15:37:37 +0000 (16:37 +0100)]
re PR tree-optimization/42703 (ICE in generate_subtree_copies with out of bounds array access)

2010-01-13  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/42703
* tree-sra.c (analyze_access_subtree): Check that we can build a
reference to the original data within the aggregate.

* testsuite/gcc.c-torture/compile/pr42703.c: New test.

From-SVN: r155863

14 years agore PR tree-optimization/42705 (verify_flow_info failed with -O)
Richard Guenther [Wed, 13 Jan 2010 15:04:38 +0000 (15:04 +0000)]
re PR tree-optimization/42705 (verify_flow_info failed with -O)

2010-01-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42705
* tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after
labels.

* gcc.c-torture/compile/pr42705.c: New testcase.

From-SVN: r155861

14 years agol2.c: New test.
Jie Zhang [Wed, 13 Jan 2010 14:57:59 +0000 (14:57 +0000)]
l2.c: New test.

* gcc.target/bfin/l2.c: New test.
* gcc.target/bfin/bfin.exp (dg-bfin-processors): New.

From-SVN: r155860

14 years agore PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423)
Richard Guenther [Wed, 13 Jan 2010 13:31:13 +0000 (13:31 +0000)]
re PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423)

2010-01-13  Richard Guenther  <rguenther@suse.de>

PR middle-end/42716
* fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.

* gcc.c-torture/compile/pr42716.c: New testcase.

From-SVN: r155859

14 years agore PR debug/41371 (var-tracking is slow and memory hungry)
Jakub Jelinek [Wed, 13 Jan 2010 13:26:47 +0000 (14:26 +0100)]
re PR debug/41371 (var-tracking is slow and memory hungry)

PR debug/41371
* var-tracking.c (values_to_unmark): New variable.
(find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
values_to_unmark vector.  Moved body to...
(find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
instead queue it into values_to_unmark vector.
(vt_find_locations): Free values_to_unmark vector.

From-SVN: r155858

14 years agos390.c (override_options): Set default of max-pending-list-length to 256
Wolfgang Gellerich [Wed, 13 Jan 2010 11:40:58 +0000 (11:40 +0000)]
s390.c (override_options): Set default of max-pending-list-length to 256

2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>

* config/s390/s390.c (override_options): Set
default of max-pending-list-length to 256

From-SVN: r155856

14 years agoAdd new DW_AT_use_GNAT_descriptive_type CU attribute.
Joel Brobecker [Wed, 13 Jan 2010 11:13:53 +0000 (11:13 +0000)]
Add new DW_AT_use_GNAT_descriptive_type CU attribute.

        * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type.

From-SVN: r155855

14 years agoMakefile.am (check-debug): Add.
Paolo Carlini [Wed, 13 Jan 2010 11:07:44 +0000 (11:07 +0000)]
Makefile.am (check-debug): Add.

2010-01-13  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/Makefile.am (check-debug): Add.
* testsuite/Makefile.in: Regenerate.
* config.h.in: Likewise.

From-SVN: r155854

14 years agore PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)
Richard Guenther [Wed, 13 Jan 2010 10:07:47 +0000 (10:07 +0000)]
re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)

2010-01-13  Richard Guenther  <rguenther@suse.de>

PR lto/42678
* tree-pass.h (PROP_gimple_lcx): New.
* cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
* passes.c (init_optimization_passes): Move pass_lower_complex_O0
before the final cleanup_eh.
(dump_properties): Dump PROP_gimple_lcx.
* tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
(tree_lower_complex_O0): Remove.
(gate_no_optimization): Run if PROP_gimple_lcx is not set.
(pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
tree_lower_complex, schedule TODO_update_ssa.
* lto-streamer-out.c (output_function): Stream the functions
properties.
* lto-streamer-in.c (input_function): Likewise.
(lto_read_body): Do not override them here.

* gfortran.dg/lto/20100110-1_0.f90: New testcase.

From-SVN: r155853

14 years agoDaily bump.
GCC Administrator [Wed, 13 Jan 2010 00:17:39 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r155849

14 years agore PR c/42708 (ICE in gimplify_expr, at gimplify.c:6993)
Joseph Myers [Tue, 12 Jan 2010 23:09:00 +0000 (23:09 +0000)]
re PR c/42708 (ICE in gimplify_expr, at gimplify.c:6993)

PR c/42708
* c-typeck.c (build_c_cast): Fold value cast to union type before
wrapping it in a CONSTRUCTOR.

testsuite:
* gcc.c-torture/compile/pr42708-1.c: New test.

From-SVN: r155846

14 years agore PR rtl-optimization/42699 (ZERO_EXTRACT on lhs never optimized out)
Jakub Jelinek [Tue, 12 Jan 2010 20:25:10 +0000 (21:25 +0100)]
re PR rtl-optimization/42699 (ZERO_EXTRACT on lhs never optimized out)

PR rtl-optimization/42699
* cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
involved.

From-SVN: r155844

14 years agousing_namespace_std_tr1_neg.cc: Do not run in parallel-mode.
Paolo Carlini [Tue, 12 Jan 2010 17:16:25 +0000 (17:16 +0000)]
using_namespace_std_tr1_neg.cc: Do not run in parallel-mode.

2010-01-12  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/17_intro/using_namespace_std_tr1_neg.cc: Do not run
in parallel-mode.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewiwse.
* testsuite/25_algorithms/rotate/moveable.cc: Likewiwse.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewiwse.
* testsuite/25_algorithms/remove/moveable.c: Likewiwse.
* testsuite/25_algorithms/random_shuffle/moveable.cc: Likewiwse.
* testsuite/25_algorithms/nth_element/moveable.cc: Likewiwse.
* testsuite/25_algorithms/partial_sort/moveable.cc: Likewiwse.
* testsuite/25_algorithms/next_permutation/moveable.cc: Likewiwse.
* testsuite/25_algorithms/partition/moveable.cc: Likewiwse.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewiwse.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewiwse.
* testsuite/25_algorithms/sort/moveable.cc: Likewiwse.
* testsuite/25_algorithms/prev_permutation/moveable.cc: Likewiwse.
* testsuite/25_algorithms/unique/moveable.cc: Likewiwse.
* testsuite/25_algorithms/remove_if/moveable.cc: Likewiwse.
* testsuite/25_algorithms/heap/moveable.cc: Likewiwse.

* testsuite/25_algorithms/search_n/iterator.cc: Reduce iteration #
in parallel-mode.

From-SVN: r155841

14 years agoiris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC, [...]): Move ...
Rainer Orth [Tue, 12 Jan 2010 12:38:49 +0000 (12:38 +0000)]
iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC, [...]): Move ...

* config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
SUBTARGET_WARN_UNUSED_SPEC): Move ...
config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
SUBTARGET_WARN_UNUSED_SPEC): ... here
* config/mips/iris5.h (LIBGCC_SPEC): Define.

From-SVN: r155837

14 years agoFix Neon Scheduler ocaml description.
Julian Brown [Tue, 12 Jan 2010 11:50:36 +0000 (11:50 +0000)]
Fix Neon Scheduler ocaml description.

For

2010-01-12  Julian Brown  <julian@codesourcery.com>

        * config/arm/neon-schedgen.ml (Utils): Don't try to
        open missing module.
        (find_with_result): New.

From-SVN: r155835

14 years agoUpdate Copyright years.
Jakub Jelinek [Tue, 12 Jan 2010 09:49:51 +0000 (10:49 +0100)]
Update Copyright years.

From-SVN: r155833

14 years agore PR debug/42662 (invalid rtl sharing found in the insn)
Jakub Jelinek [Tue, 12 Jan 2010 09:45:19 +0000 (10:45 +0100)]
re PR debug/42662 (invalid rtl sharing found in the insn)

PR debug/42662
* simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
sharing when canonicalizing ({lt,ge}u (plus a b) b).

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

From-SVN: r155831

14 years agore PR tree-optimization/42645 ("-fcompare-debug failure" at -O1)
Jakub Jelinek [Tue, 12 Jan 2010 09:43:31 +0000 (10:43 +0100)]
re PR tree-optimization/42645 ("-fcompare-debug failure" at -O1)

PR tree-optimization/42645
* tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
(remap_ssa_name): If processing_debug_stmt and name wasn't found in
decl_map, set processing_debug_stmt to -1 and return name without
any remapping.

* g++.dg/other/pr42645-1.C: New test.
* g++.dg/other/pr42645-2.C: New test.

From-SVN: r155830

14 years agoall.cc: Pass -D_GLIBCXX_PROFILE_NO_THREADS for non-tls_native targets.
Hans-Peter Nilsson [Tue, 12 Jan 2010 05:24:12 +0000 (05:24 +0000)]
all.cc: Pass -D_GLIBCXX_PROFILE_NO_THREADS for non-tls_native targets.

* testsuite/ext/profile/all.cc: Pass -D_GLIBCXX_PROFILE_NO_THREADS
for non-tls_native targets.

From-SVN: r155829

14 years agorun_doxygen: Correct nested scope on the man pages.
Benjamin Kosnik [Tue, 12 Jan 2010 01:37:39 +0000 (01:37 +0000)]
run_doxygen: Correct nested scope on the man pages.

2010-01-12  Benjamin Kosnik  <bkoz@redhat.com>

* scripts/run_doxygen: Correct nested scope on the man pages.
* doc/xml/faq.xml: Edits, linkcheck, doxygen link reassociate.
* doc/xml/manual/mt_allocator.xml: Same.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/backwards_compatibility.xml: Same.
* doc/xml/manual/concurrency.xml: Same.
* doc/xml/manual/parallel_mode.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/evolution.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/prerequisites.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/spine.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
* doc/xml/manual/test.xml: Same.
* doc/xml/spine.xml: Same.
* doc/html/*: Regenerate.

* include/profile/impl/profiler.h: Remove duplicate markup.

From-SVN: r155828

14 years agorun_doxygen: Correct nested scope on the man pages.
Benjamin Kosnik [Tue, 12 Jan 2010 01:37:06 +0000 (01:37 +0000)]
run_doxygen: Correct nested scope on the man pages.

2010-01-07  Benjamin Kosnik  <bkoz@redhat.com>

* scripts/run_doxygen: Correct nested scope on the man pages.
* doc/xml/faq.xml: Edits, linkcheck, doxygen link reassociate.
* doc/xml/manual/mt_allocator.xml: Same.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/backwards_compatibility.xml: Same.
* doc/xml/manual/concurrency.xml: Same.
* doc/xml/manual/parallel_mode.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/evolution.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/prerequisites.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/spine.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
* doc/xml/manual/test.xml: Same.
* doc/xml/spine.xml: Same.
* doc/html/*: Regenerate.

* include/profile/impl/profiler.h: Remove duplicate markup.

From-SVN: r155827

14 years agore PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions)
Jonathan Wakely [Tue, 12 Jan 2010 00:53:30 +0000 (00:53 +0000)]
re PR libstdc++/24803 ([c++0x] reference_wrapper and pointers to member functions)

2010-01-12  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/24803
PR libstdc++/35569
PR libstdc++/42593
* include/std/functional (bind): Forward rvalues and detect correct
result type of bound function object.
* include/std/mutex (call_once): Specify bind result type.
* testsuite/20_util/reference_wrapper/invoke.cc: Remove invalid tests.
* testsuite/20_util/reference_wrapper/24803.cc: Remove invalid tests
and enable FIXME tests.
* testsuite/20_util/bind/35569.cc: New.
* testsuite/20_util/bind/ref2.cc: New.
* testsuite/20_util/bind/38889.cc: New.
* testsuite/20_util/bind/ref_neg.cc: New.
* testsuite/20_util/bind/42593.cc: New.

From-SVN: r155826

14 years agobase.h (decode2): Rename to __decode2.
Paolo Carlini [Tue, 12 Jan 2010 00:51:50 +0000 (00:51 +0000)]
base.h (decode2): Rename to __decode2.

2010-01-11  Paolo Carlini  <paolo.carlini@oracle.com>

* include/parallel/base.h (decode2): Rename to __decode2.
(binder2nd): Likewise to __binder2nd.
* include/parallel/quicksort.h: Adjust callers.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/partition.h: Likewise.
* include/parallel/queue.h: Likewise.

* include/parallel/algo.h: Qualify with std:: binder2nd use.

From-SVN: r155825

14 years agoDaily bump.
GCC Administrator [Tue, 12 Jan 2010 00:16:48 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155824

14 years agoinstall.texi (Specific#x-x-cygwin): Document minimum required binutils version...
Dave Korn [Mon, 11 Jan 2010 23:43:21 +0000 (23:43 +0000)]
install.texi (Specific#x-x-cygwin): Document minimum required binutils version...

* doc/install.texi (Specific#x-x-cygwin): Document minimum required
binutils version, and reword target configuration description.

From-SVN: r155821

14 years agolto.c (O_BINARY): Define.
Andy Hutchinson [Mon, 11 Jan 2010 23:15:32 +0000 (23:15 +0000)]
lto.c (O_BINARY): Define.

2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

   * lto.c (O_BINARY): Define.
   (lto_read_section_data): Open file in binary mode.
   * lto-elf.c (O_BINARY): Define.
   (lto_elf_file_open): Open file in binary mode.

From-SVN: r155820

14 years agoavr.h (LINKER_NAME): Remove.
Andy Hutchinson [Mon, 11 Jan 2010 23:12:14 +0000 (23:12 +0000)]
avr.h (LINKER_NAME): Remove.

2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

* config/avr/avr.h (LINKER_NAME): Remove.

From-SVN: r155819

14 years ago* fi.po: Update.
Joseph Myers [Mon, 11 Jan 2010 20:52:17 +0000 (20:52 +0000)]
* fi.po: Update.

From-SVN: r155817

14 years agore PR target/42416 (ICE in rs6000_bulitin_vec_perm for 177.mesa with -mvsx)
Janis Johnson [Mon, 11 Jan 2010 20:29:40 +0000 (20:29 +0000)]
re PR target/42416 (ICE in rs6000_bulitin_vec_perm for 177.mesa with -mvsx)

PR target/42416
* config/rs6000/rs6000.c (rs6000_override_options): On targets
that support VSX, warn for -mno-altivec if vsx is not disabled,
and disable vsx.
* gcc.target/powerpc/warn-1.c: New test.
* gcc.target/powerpc/warn-2.c: New test.

From-SVN: r155816

14 years agoasm-support.S (snapshot_ret): Preserve stack alignment.
Uros Bizjak [Mon, 11 Jan 2010 18:58:44 +0000 (19:58 +0100)]
asm-support.S (snapshot_ret): Preserve stack alignment.

* gcc.target/x86_64/abi/avx/asm-support.S (snapshot_ret): Preserve
stack alignment.

From-SVN: r155814

14 years agore PR lto/41569 (.../prev-gcc/xgcc used for the install step of the lto-plugin)
Richard Guenther [Mon, 11 Jan 2010 12:38:09 +0000 (12:38 +0000)]
re PR lto/41569 (.../prev-gcc/xgcc used for the install step of the lto-plugin)

2010-01-11  Richard Guenther  <rguenther@suse.de>

PR lto/41569
* Makefile.def (all-lto-plugin): Depend on all-gcc.
* Makefile.in: Regenerated.

lto-plugin/
* Makefile.am: Disable dependencies.
* Makefile.in: Regenerated.

From-SVN: r155809

14 years agoMakefile.in: Add arm*-*-linux-gnueabi.
Mikael Pettersson [Mon, 11 Jan 2010 12:04:19 +0000 (13:04 +0100)]
Makefile.in: Add arm*-*-linux-gnueabi.

* gcc-interface/Makefile.in: Add arm*-*-linux-gnueabi.
* system-linux-armeb.ads, system-linux-armel.ads: New files.

From-SVN: r155808

14 years ago* zh_CN.po: Update.
Joseph Myers [Mon, 11 Jan 2010 11:48:24 +0000 (11:48 +0000)]
* zh_CN.po: Update.

From-SVN: r155807

14 years ago* cpplib.pot: Regenerate.
Joseph Myers [Mon, 11 Jan 2010 11:47:16 +0000 (11:47 +0000)]
* cpplib.pot: Regenerate.

From-SVN: r155806

14 years ago* gcc.pot: Regenerate.
Joseph Myers [Mon, 11 Jan 2010 11:46:39 +0000 (11:46 +0000)]
* gcc.pot: Regenerate.

From-SVN: r155805

14 years agodemangle.h (ada_demangle): Add prototype.
Tristan Gingold [Mon, 11 Jan 2010 11:38:35 +0000 (11:38 +0000)]
demangle.h (ada_demangle): Add prototype.

include/
2010-01-11  Tristan Gingold  <gingold@adacore.com>

* demangle.h (ada_demangle): Add prototype.

libiberty/
2010-01-11  Tristan Gingold  <gingold@adacore.com>

* cplus-dem.c (ada_demangle): Remove prototype.
(grow_vect): Removed.
(ada_demangle): Rewritten.
(cplus_demangle): Fix indentation.
* testsuite/demangle-expected: Add tests for Ada.

From-SVN: r155804

14 years agoconfigure.ac: Enable libjava build on x86_64-*freebsd*.
Andreas Tobler [Mon, 11 Jan 2010 11:10:55 +0000 (12:10 +0100)]
configure.ac: Enable libjava build on x86_64-*freebsd*.

2010-01-11  Andreas Tobler  <andreast@fgznet.ch>

* configure.ac: Enable libjava build on x86_64-*freebsd*.
* configure: Regenerate.

From-SVN: r155803

14 years agore PR translation/42467 (exgettext should not remove TABs from option help strings)
Joseph Myers [Mon, 11 Jan 2010 04:28:36 +0000 (04:28 +0000)]
re PR translation/42467 (exgettext should not remove TABs from option help strings)

gcc/po/
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/42467
        * exgettext: Keep the text before tab character in the option help
        string at *.opt file.

gcc/
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/42469
        * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
        fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
        character between option name and help text.
        * c.opt (imultilib): Likewise.

gcc/fortran
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/42469
        * lang.opt (fblas-matmul-limit=, finit-character=, finit-integer=,
        finit-logical=, finit-real=, fmax-array-constructor=): Use tab
        character between option name and help text.

Co-Authored-By: Shujing Zhao <pearly.zhao@oracle.com>
From-SVN: r155801

14 years ago20100108_0.c: New.
Rafael Avila de Espindola [Mon, 11 Jan 2010 02:28:49 +0000 (02:28 +0000)]
20100108_0.c: New.

2010-01-10  Rafael Avila de Espindola  <espindola@google.com>

* gcc.dg/lto/20100108_0.c: New.

2010-01-10  Rafael Avila de Espindola  <espindola@google.com>

* lto-streamer-out.c (output_unreferenced_globals): Output static
variables.

From-SVN: r155800

14 years agoDaily bump.
GCC Administrator [Mon, 11 Jan 2010 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r155799

14 years agore PR rtl-optimization/42621 (Computed gotos on AMD 800% slower)
Steven Bosscher [Sun, 10 Jan 2010 23:31:30 +0000 (23:31 +0000)]
re PR rtl-optimization/42621 (Computed gotos on AMD 800% slower)

PR rtl-optimization/42621
* bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
optimizing for size.
(duplicate_computed_gotos): Remove now-redundant check.

From-SVN: r155796

14 years agore PR middle-end/42393 ([graphite] internal compiler error: in check_loop_closed_ssa...
Sebastian Pop [Sun, 10 Jan 2010 21:46:42 +0000 (21:46 +0000)]
re PR middle-end/42393 ([graphite]  internal compiler error: in check_loop_closed_ssa_use)

Fix PR42393.

2010-01-08  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42393
* graphite-clast-to-gimple.c: Fix formatting.
* sese.c (defined_in_loop_p): Renamed name_defined_in_loop_p.
(expr_defined_in_loop_p): New.
(add_loop_exit_phis): Also handle full expressions: remove from
the rename_map the expressions defined in the loop that we're closing.

* testsuite/gfortran.dg/graphite/pr42393-1.f90: New.
* testsuite/gfortran.dg/graphite/pr42393.f90: Add new flags
-fno-loop-block -fno-loop-interchange -fno-loop-strip-mine to also
make this testcase useful in the Graphite branch.

From-SVN: r155795

14 years agopr40281.c (dg-options): Add -w.
Uros Bizjak [Sun, 10 Jan 2010 21:33:19 +0000 (22:33 +0100)]
pr40281.c (dg-options): Add -w.

* gcc.dg/graphite/pr40281.c (dg-options): Add -w.
Add -march=i686 -msse for 32bit x86 targets.

From-SVN: r155794

14 years agore PR target/37454 (gcc: unrecognized option '-rdynamic')
Steve Ellcey [Sun, 10 Jan 2010 20:23:08 +0000 (20:23 +0000)]
re PR target/37454 (gcc: unrecognized option '-rdynamic')

2010-01-10  Steve Ellcey  <sje@cup.hp.com>

PR target/37454
* configure.ac: Save and restore LDFLAGS and LIBS
* configure: Regenerate.

From-SVN: r155792

14 years agore PR middle-end/42667 (internal compiler error: in insert_into_preds_of_block, at...
Richard Guenther [Sun, 10 Jan 2010 19:37:45 +0000 (19:37 +0000)]
re PR middle-end/42667 (internal compiler error: in insert_into_preds_of_block, at tree-ssa-pre.c:3146)

2010-01-10  Richard Guenther  <rguenther@suse.de>

PR middle-end/42667
* builtins.c (fold_builtin_strlen): Add type argument and
convert the resulting length to it.
(fold_builtin_1): Adjust.

* gcc.dg/torture/pr42667.c: New testcase.

From-SVN: r155791

14 years agostring (basic_string<>::basic_string(basic_string&&), [...]): Add.
Paolo Carlini [Sun, 10 Jan 2010 16:15:58 +0000 (16:15 +0000)]
string (basic_string<>::basic_string(basic_string&&), [...]): Add.

2010-01-10  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/string (basic_string<>::basic_string(basic_string&&),
operator=(basic_string&&), assign(basic_string&&)): Add.

* include/debug/string: Fully qualify initializer_list with std; fix
_Allocator misspellings as _Alloc.

From-SVN: r155790

14 years ago2010-01-10 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini [Sun, 10 Jan 2010 13:43:40 +0000 (13:43 +0000)]
2010-01-10  Paolo Carlini  <paolo.carlini@oracle.com>

Adjust last ChangeLog entry.

From-SVN: r155789

14 years agobasic_string.h (basic_string<>:: basic_string(basic_string&&), [...]): Add.
Paolo Carlini [Sun, 10 Jan 2010 13:38:47 +0000 (13:38 +0000)]
basic_string.h (basic_string<>:: basic_string(basic_string&&), [...]): Add.

2010-01-10  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/basic_string.h (basic_string<>::
basic_string(basic_string&&), operator=(basic_string&&),
assign(basic_string&&)): Add.
* config/abi/pre/gnu.ver: Export new symbols.
* include/ext/vstring.h (__versa_string<>::assign(__versa_string&&)):
Add.
(operator=(__versa_string&&)): Don't call clear unnecessarily.
* include/ext/rc_string_base.h (__rc_string_base<>::
__rc_string_base(__rc_string_base&&)): Simplify a tad.
* testsuite/21_strings/basic_string/cons/char/moveable.cc: New.
* testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc: Likewise.
* testsuite/ext/vstring/assign/move_assign.cc: Likewise.
* testsuite/21_strings/basic_string/assign/char/move_assign.cc:
Likewise.
* testsuite/21_strings/basic_string/assign/wchar_t/move_assign.cc:
Likewise.

From-SVN: r155788

14 years ago* sv.po: Update.
Joseph Myers [Sun, 10 Jan 2010 13:15:41 +0000 (13:15 +0000)]
* sv.po: Update.

From-SVN: r155787

14 years agolibstdc++ profile mode bug fixes and minor updates
Silvius Rus [Sun, 10 Jan 2010 08:25:23 +0000 (08:25 +0000)]
libstdc++ profile mode bug fixes and minor updates

From-SVN: r155786

14 years agoReturn dgs.alc on success
H.J. Lu [Sun, 10 Jan 2010 00:24:52 +0000 (16:24 -0800)]
Return dgs.alc on success

libiberty/

2010-01-09  Ian Lance Taylor  <iant@google.com>

PR other/42230
* cp-demangle.c (d_demangle): Return dgs.alc on success.

libstdc++-v3/

2010-01-09  H.J. Lu  <hongjiu.lu@intel.com>

PR other/42230
* testsuite/abi/pr42230.cc: New.

From-SVN: r155785

14 years agoDaily bump.
GCC Administrator [Sun, 10 Jan 2010 00:16:40 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155784

14 years agore PR ada/42626 (gcc-interface/Makefile.in has missing quote)
Simon Wright [Sat, 9 Jan 2010 22:16:43 +0000 (22:16 +0000)]
re PR ada/42626 (gcc-interface/Makefile.in has missing quote)

PR ada/42626
* gcc-interface/Makefile.in (gnatlib-shared-darwin): Add missing
end-quote.

From-SVN: r155780

14 years agore PR ada/42626 (gcc-interface/Makefile.in has missing quote)
Simon Wright [Sat, 9 Jan 2010 22:12:47 +0000 (22:12 +0000)]
re PR ada/42626 (gcc-interface/Makefile.in has missing quote)

PR ada/42626
* Makefile.in (gnatlib-shared-darwin): Add missing end-quote.

From-SVN: r155779

14 years agoFix ChangeLog entry.
Jerry DeLisle [Sat, 9 Jan 2010 19:11:59 +0000 (19:11 +0000)]
Fix ChangeLog entry.

From-SVN: r155774

14 years agore PR fortran/32489 (Endless loop when compiling - middle-end?)
Jerry DeLisle [Sat, 9 Jan 2010 19:01:41 +0000 (19:01 +0000)]
re PR fortran/32489 (Endless loop when compiling - middle-end?)

2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/32489
* gfortran.dg/array_constructor_33.f90: New test.

PR fortran/20923
Fix ChangeLog entry.

From-SVN: r155773

14 years agore PR fortran/32489 (Endless loop when compiling - middle-end?)
Jerry DeLisle [Sat, 9 Jan 2010 18:31:00 +0000 (18:31 +0000)]
re PR fortran/32489 (Endless loop when compiling - middle-end?)

2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/32489
* gfortran.dg/array_constructor_33.f90: New test.
gfortran.dg/array_function_5.f90: Add credit.

From-SVN: r155772

14 years agore PR ada/42659 (gnatmake thinks libraries aren't supported)
Simon Wright [Sat, 9 Jan 2010 18:21:52 +0000 (18:21 +0000)]
re PR ada/42659 (gnatmake thinks libraries aren't supported)

PR ada/42659
* configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
* configure: Regenerate.

From-SVN: r155771

14 years agors6000.c (rs6000_emit_set_long_const): Shorten sequence for DImode constants >= 0x800...
Jakub Jelinek [Sat, 9 Jan 2010 17:56:12 +0000 (18:56 +0100)]
rs6000.c (rs6000_emit_set_long_const): Shorten sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by 1 insn.

* config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
1 insn.
(num_insns_constant_wide): Adjust for that change.

From-SVN: r155770

14 years agore PR fortran/20923 (gfortran slow for large array constructors)
Jerry DeLisle [Sat, 9 Jan 2010 17:47:04 +0000 (17:47 +0000)]
re PR fortran/20923 (gfortran slow for large array constructors)

2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/20923
PR fortran/32489
* trans-array.c (gfc_conv_array_initializer): Change call to
gfc_error_now to call to gfc_fatal_error.
* array.c (count_elements): Whitespace. (extract_element): Whitespace.
(is_constant_element): Changed name from constant_element.
(gfc_constant_ac): Only use expand_construuctor for expression
types of EXPR_ARRAY.  If expression type is EXPR_CONSTANT, no need to
call gfc_is_constant_expr.
* expr.c (gfc_reduce_init_expr): Adjust conditionals and delete error
message.
* resolve.c (gfc_is_expandable_expr): New function that determiners if
array expressions should have their constructors expanded.
(gfc_resolve_expr): Use new function to determine whether or not to call
gfc_expand_constructor.

From-SVN: r155769

14 years agoUpdate copyright notices of my recent commits.
Alexandre Oliva [Sat, 9 Jan 2010 14:46:25 +0000 (14:46 +0000)]
Update copyright notices of my recent commits.

From-SVN: r155766

14 years agore PR rtl-optimization/42631 ("-fcompare-debug failure" with "-O1 -funroll-loops")
Alexandre Oliva [Sat, 9 Jan 2010 14:41:51 +0000 (14:41 +0000)]
re PR rtl-optimization/42631 ("-fcompare-debug failure" with "-O1 -funroll-loops")

gcc/ChangeLog:
PR debug/42631
* web.c (union_defs): Add used argument, to combine uses of
uninitialized regs.
(entry_register): Adjust type and tests of used argument.
(web_main): Widen used for new use.  Pass it to union_defs.
* df.h (union_defs): Adjust prototype.
gcc/testsuite/ChangeLog:
PR debug/42631
* gcc.dg/pr42631.c: New.

From-SVN: r155765

14 years agore PR debug/42630 ("-fcompare-debug failure (length)" with "-O1 -fvariable-expansion...
Alexandre Oliva [Sat, 9 Jan 2010 14:41:35 +0000 (14:41 +0000)]
re PR debug/42630 ("-fcompare-debug failure (length)" with "-O1 -fvariable-expansion-in-unroller -funroll-loops")

gcc/ChangeLog:
PR debug/42630
* loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
uses in new incoming argument.  Free body.
(reset_debug_uses_in_loop): New.
(analyze_insn_to_expand_var): Call the latter if the former found
anything.  Fix whitespace.  Reject invalid dest overlaps before
going through all insns in the loop.
gcc/testsuite/ChangeLog:
PR debug/42630
* gcc.dg/pr42630.c: New.

From-SVN: r155764

14 years agore PR debug/42629 ("-fcompare-debug failure (length)" with "-O1 -fsched-pressure...
Alexandre Oliva [Sat, 9 Jan 2010 14:41:17 +0000 (14:41 +0000)]
re PR debug/42629 ("-fcompare-debug failure (length)" with "-O1 -fsched-pressure -fschedule-insns")

gcc/ChangeLog:
PR debug/42629
* haifa-sched.c (dying_use_p): Debug insns don't count.
gcc/testsuite/ChangeLog:
PR debug/42629
* gcc.dg/pr42629.c: New.

From-SVN: r155763

14 years agore PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compile/pr3791...
Alexandre Oliva [Sat, 9 Jan 2010 14:40:59 +0000 (14:40 +0000)]
re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compile/pr37913.c -O1 -g)

gcc/ChangeLog:
PR middle-end/42363
* gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
* tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
(verify_gimple_call): Reject LHS in noreturn calls.
gcc/testsuite/ChangeLog:
PR middle-end/42363
* gcc.dg/torture/pr42363.c: New.

From-SVN: r155762

14 years agore PR debug/42604 (VTA ICE in the vectorizer)
Alexandre Oliva [Sat, 9 Jan 2010 14:40:40 +0000 (14:40 +0000)]
re PR debug/42604 (VTA ICE in the vectorizer)

gcc/ChangeLog:
PR debug/42604
PR debug/42395
* tree-vect-loop-manip.c (adjust_info): New type.
(adjust_vec): New pointer to vector.
(adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
(adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
(slpeel_update_phis_for_duplicate_loop): Use them.
(slpeel_update_phi_nodes_for_guard1): Likewise.
(slpeel_update_phi_nodes_for_guard2): Likewise.
(slpeel_tree_peel_loop_to_edge): Likewise.
(vect_update_ivs_after_vectorizer): Likewise.
gcc/testsuite/ChangeLog:
PR debug/42604
PR debug/42395
* gcc.dg/vect/pr42604.c: New.
* gcc.dg/vect/pr42395.c: New.

From-SVN: r155761

14 years agovec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
Alexandre Oliva [Sat, 9 Jan 2010 14:34:43 +0000 (14:34 +0000)]
vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.

* vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
(DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.

From-SVN: r155760

14 years agoi386.c (ix86_vectorize_builtin_vec_perm): Silence bogus uninitialized warning.
Alexandre Oliva [Sat, 9 Jan 2010 14:34:27 +0000 (14:34 +0000)]
i386.c (ix86_vectorize_builtin_vec_perm): Silence bogus uninitialized warning.

* config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
bogus uninitialized warning.

From-SVN: r155759

14 years ago* nl.po: Update.
Joseph Myers [Sat, 9 Jan 2010 14:05:33 +0000 (14:05 +0000)]
* nl.po: Update.

From-SVN: r155758

14 years agore PR middle-end/42512 (integer wrong code bug with loop)
Richard Guenther [Sat, 9 Jan 2010 12:04:17 +0000 (12:04 +0000)]
re PR middle-end/42512 (integer wrong code bug with loop)

2010-01-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/42512
* tree-scalar-evolution.c (interpret_loop_phi): Make sure
the evolution is compatible with the initial condition.

* gcc.c-torture/execute/pr42512.c: New testcase.

From-SVN: r155757

14 years agoset.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.
Paolo Carlini [Sat, 9 Jan 2010 11:16:42 +0000 (11:16 +0000)]
set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.

2010-01-09  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/set.h: Revert last change, per DR 1204 [Ready];
mention the latter in comment.
* include/debug/unordered_map: Likewise.
  * include/debug/multiset.h: Likewise.
  * include/debug/vector: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/deque: Likewise.
* include/debug/map.h: Likewise.
* include/debug/list: Likewise.
* include/debug/multimap.h: Likewise.
* include/tr1_impl/unordered_map: Likewise.
* include/tr1_impl/unordered_set: Likewise.
* include/profile/set.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/multiset.h: Likewise.
* include/profile/unordered_set: Likewise.
* include/profile/vector: Likewise.
* include/profile/deque: Likewise.
* include/profile/map.h: Likewise.
* include/profile/list: Likewise.
* include/profile/multimap.h: Likewise.
* include/ext/vstring.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.

* include/bits/forward_list.h: Remove pre-existing check.
* include/ext/vstring.h: Likewise.

* testsuite/ext/vstring/cons/self_move_assign.cc: Remove.
* testsuite/23_containers/unordered_map/cons/self_move_assign.cc:
Likewise.
* testsuite/23_containers/multimap/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/set/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/unordered_multimap/cons/
self_move_assign.cc: Likewise.
* testsuite/23_containers/forward_list/cons/self_move_assign.cc:
Likewise.
* testsuite/23_containers/unordered_set/cons/self_move_assign.cc:
Likewise.
  * testsuite/23_containers/vector/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/deque/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/multiset/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/list/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/unordered_multiset/cons/
self_move_assign.cc: Likewise.
* testsuite/23_containers/map/cons/self_move_assign.cc: Likewise.

* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error line numbers.
  * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
  * testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Likewise.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Likewise.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Likewise.

From-SVN: r155756

14 years ago[multiple changes]
Tobias Burnus [Sat, 9 Jan 2010 09:11:53 +0000 (10:11 +0100)]
[multiple changes]

2010-01-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41298
        * trans-expr.c (gfc_trans_structure_assign): Handle
        c_null_(fun)ptr.
        * symbol.c (gen_special_c_interop_ptr): Add NULL_EXPR
        to the constructor for c_null_(fun)ptr.
        * resolve.c (resolve_structure_cons): Add special case
        for c_null_(fun)ptr.

2010-01-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41298
        * gfortran.dg/c_ptr_tests_14.f90: New test.

From-SVN: r155755

14 years agoset.h: Protect move assignment operator vs self assignment.
Paolo Carlini [Sat, 9 Jan 2010 02:49:53 +0000 (02:49 +0000)]
set.h: Protect move assignment operator vs self assignment.

2010-01-08  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/set.h: Protect move assignment operator vs self
assignment.
* include/debug/unordered_map: Likewise.
  * include/debug/multiset.h: Likewise.
  * include/debug/vector: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/deque: Likewise.
* include/debug/map.h: Likewise.
* include/debug/list: Likewise.
* include/debug/multimap.h: Likewise.
* include/tr1_impl/unordered_map: Likewise.
* include/tr1_impl/unordered_set: Likewise.
* include/profile/set.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/multiset.h: Likewise.
* include/profile/unordered_set: Likewise.
* include/profile/vector: Likewise.
* include/profile/deque: Likewise.
* include/profile/map.h: Likewise.
* include/profile/list: Likewise.
* include/profile/multimap.h: Likewise.
* include/ext/vstring.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/ext/vstring.h: Use clear().
* testsuite/ext/vstring/cons/self_move_assign.cc: New.
* testsuite/23_containers/unordered_map/cons/self_move_assign.cc:
Likewise.
* testsuite/23_containers/multimap/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/set/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/unordered_multimap/cons/
self_move_assign.cc: Likewise.
* testsuite/23_containers/forward_list/cons/self_move_assign.cc:
Likewise.
* testsuite/23_containers/unordered_set/cons/self_move_assign.cc:
Likewise.
  * testsuite/23_containers/vector/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/deque/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/multiset/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/list/cons/self_move_assign.cc: Likewise.
* testsuite/23_containers/unordered_multiset/cons/
self_move_assign.cc: Likewise.
* testsuite/23_containers/map/cons/self_move_assign.cc: Likewise.

* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error line numbers.
  * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
  * testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Likewise.

* testsuite/ext/vstring/moveable.cc: Move to...
* testsuite/ext/vstring/cons/moveable.cc: ... here.
* testsuite/23_containers/unordered_map/moveable.cc: Move to...
* testsuite/23_containers/unordered_map/cons/moveable.cc ... here.
* testsuite/23_containers/multimap/moveable.cc: Move to...
* testsuite/23_containers/multimap/cons/moveable.cc: ... here.
* testsuite/23_containers/set/moveable.cc: Move to...
* testsuite/23_containers/set/cons/moveable.cc: ... here.
* testsuite/23_containers/unordered_multimap/moveable.cc: Move to...
* testsuite/23_containers/unordered_multimap/cons/moveable.cc:
... here.
* testsuite/23_containers/forward_list/moveable.cc: Move to...
* testsuite/23_containers/forward_list/cons/moveable.cc: ... here.
* testsuite/23_containers/unordered_set/moveable.cc Move to...
* testsuite/23_containers/unordered_set/moveable.cc: ... here.
* testsuite/23_containers/vector/cons/moveable.cc Move to...
* testsuite/23_containers/vector/cons/moveable2.cc: ... this.
* testsuite/23_containers/deque/cons/moveable.cc Move to...
* testsuite/23_containers/deque/cons/moveable2.cc: ... this.
* testsuite/23_containers/multiset/moveable.cc Move to...
* testsuite/23_containers/multiset/cons/moveable.cc: ... here.
* testsuite/23_containers/list/moveable.h Move to...
* testsuite/23_containers/list/cons/moveable.h: ... here.
* testsuite/23_containers/list/moveable.cc Move to...
* testsuite/23_containers/list/cons/moveable.cc: ... here.
* testsuite/23_containers/unordered_multiset/moveable.cc Move to...
* testsuite/23_containers/unordered_multiset/cons/moveable.cc:
... here.
* testsuite/23_containers/map/moveable.cc Move to...
* testsuite/23_containers/map/cons/moveable.cc: ... here.
* testsuite/23_containers/vector/moveable.cc: Move to...
* testsuite/23_containers/vector/cons/moveable.cc: ... here.
* testsuite/23_containers/deque/moveable.cc: Move to...
* testsuite/23_containers/deque/cons/moveable.cc: ... here.

From-SVN: r155754

14 years agoDaily bump.
GCC Administrator [Sat, 9 Jan 2010 00:16:51 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155753

14 years agogcc.c (process_command): Update copyright notice dates.
Jakub Jelinek [Sat, 9 Jan 2010 00:00:42 +0000 (01:00 +0100)]
gcc.c (process_command): Update copyright notice dates.

* gcc.c (process_command): Update copyright notice dates.
* gcov.c (print_version): Likewise.
* gcov-dump.c (print_version): Likewise.
* mips-tfile.c (main): Likewise.
* mips-tdump.c (main): Likewise.

* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.

* jcf-dump.c (version): Update copyright notice dates.

* mf-runtime.c (__mf_usage): Update copyright notice dates.

* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.

* gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.

From-SVN: r155749

14 years agore PR target/41885 (AVR Rotate patterns do not correctly consider overlap.)
Andy Hutchinson [Fri, 8 Jan 2010 23:01:45 +0000 (23:01 +0000)]
re PR target/41885 (AVR Rotate patterns do not correctly consider overlap.)

2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>

  PR target/41885
  * avr.md (rotlqi3): Add CONST_INT_P check.
  (rotlhi3): Delete.
  (rotlhi3_8): Delete.
  (rotlsi3): Delete.
  (rotlsi3_8): Delete.
  (rotlsi3_16): Delete.
  (rotlsi3_24): Delete.
  (rotl<mode>3): New.
  (*rotw<mode>3): New.
  (*rotb<mode>3): New.
  *avr.c (avr_rotate_bytes): New function.
  *avr-proto.h (avr_rotate_bytes): New function.

From-SVN: r155746

14 years agore PR target/37454 (gcc: unrecognized option '-rdynamic')
Steve Ellcey [Fri, 8 Jan 2010 21:54:37 +0000 (21:54 +0000)]
re PR target/37454 (gcc: unrecognized option '-rdynamic')

2010-01-08  Steve Ellcey  <sje@cup.hp.com>

PR target/37454
* configure.ac: Modify -rdynamic check.
* configure: Regenerate.

From-SVN: r155745