]> gcc.gnu.org Git - gcc.git/log
gcc.git
14 years agore PR c++/40155 ([c++0x] variadic template pack problem)
Dodji Seketeli [Thu, 7 Jan 2010 19:21:46 +0000 (19:21 +0000)]
re PR c++/40155 ([c++0x] variadic template pack problem)

Fix PR c++/40155

gcc/cp/ChangeLog:
c++/40155
* pt.c (unify_pack_expansion): In non-deduced contexts, re-use template
arguments that were previously deduced.

gcc/testsuite/ChangeLog:
c++/40155
* g++.dg/cpp0x/variadic-unify-2.C: New test.

From-SVN: r155705

14 years agoevolution.xml: Fix typos, update.
Benjamin Kosnik [Thu, 7 Jan 2010 19:07:53 +0000 (19:07 +0000)]
evolution.xml: Fix typos, update.

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

* doc/xml/manual/evolution.xml: Fix typos, update.

From-SVN: r155704

14 years agoUpdate loop-block testcases.
Sebastian Pop [Thu, 7 Jan 2010 18:33:01 +0000 (18:33 +0000)]
Update loop-block testcases.

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

* graphite-blocking.c (scop_do_block): Print "SCoP will be loop
blocked" only when both the strip mine and the interchange have
been applied.

* testsuite/gcc.dg/graphite/block-2.c: Removed.
* testsuite/gcc.dg/graphite/block-3.c: Add scan pattern.
* testsuite/gcc.dg/graphite/block-4.c: Same.
* testsuite/gcc.dg/graphite/block-5.c: Same.
* testsuite/gcc.dg/graphite/block-6.c: Same.

From-SVN: r155703

14 years agoFix memory leaks.
Sebastian Pop [Thu, 7 Jan 2010 18:32:51 +0000 (18:32 +0000)]
Fix memory leaks.

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

* graphite-clast-to-gimple.c (save_clast_name_index): Free slot
before allocating a new one.
(copy_renames): Check that slot is not NULL.
(mark_bb_with_pbb): Same.
(compute_cloog_iv_types_1): Same.
* graphite-interchange.c (lst_perfect_nestify): Free the before,
nest, and after LSTs.
(lst_try_interchange_loops): Same.

From-SVN: r155702

14 years agore PR middle-end/42178 (Invalid memory access in graphite)
Sebastian Pop [Thu, 7 Jan 2010 18:32:39 +0000 (18:32 +0000)]
re PR middle-end/42178 (Invalid memory access in graphite)

Fix PR42178.

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

PR middle-end/42178
* graphite-interchange.c (lst_try_interchange_loops): Do not return
the before, nest, and after LSTs.
(lst_try_interchange): Removed.
(lst_interchange_select_inner): Do not iterate over the LSTs if they
were modified.
(lst_interchange_select_outer): Apply interchange on the outer loop
until there are no more changes in the inner loops.

From-SVN: r155701

14 years agolocale_facets_nonio.tcc (time_put<>::do_put): Avoid pointless __builtin_alloca use.
Paolo Carlini [Thu, 7 Jan 2010 17:20:45 +0000 (17:20 +0000)]
locale_facets_nonio.tcc (time_put<>::do_put): Avoid pointless __builtin_alloca use.

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

* include/bits/locale_facets_nonio.tcc (time_put<>::do_put): Avoid
pointless __builtin_alloca use.

From-SVN: r155697

14 years agogimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
Richard Guenther [Thu, 7 Jan 2010 16:14:02 +0000 (16:14 +0000)]
gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.

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

* gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
(gimple_op): Likewise.
(gimple_op_ptr): Likewise.
(gimple_assign_set_lhs): Remove gcc_assert.
(gimple_assign_set_rhs1): Likewise.
(gimple_assign_set_rhs2): Likewise.
(gimple_call_set_lhs): Likewise.
(gimple_call_set_fn): Likewise.
(gimple_call_set_fndecl): Likewise.
(gimple_call_fndecl): Likewise.
(gimple_call_return_type): Likewise.
(gimple_call_set_chain): Likewise.
(gimple_call_num_args): Likewise.
(gimple_call_set_arg): Likewise.
(gimple_cond_set_code): Likewise.
(gimple_cond_set_lhs): Likewise.
(gimple_cond_set_rhs): Likewise.
(gimple_cond_set_true_label): Likewise.
(gimple_cond_set_false_label): Likewise.
(gimple_label_set_label): Likewise.
(gimple_goto_set_dest): Likewise.
(gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
(gimple_debug_bind_get_value): Likewise.
(gimple_debug_bind_get_value_ptr): Likewise.
(gimple_debug_bind_set_var): Likewise.
(gimple_debug_bind_set_value): Likewise.
(gimple_debug_bind_reset_value): Likewise.
(gimple_debug_bind_has_value_p): Likewise.
(gimple_return_retval_ptr): Remove gcc_assert.
(gimple_return_retval): Likewise.
(gimple_return_set_retval): Likewise.
* tree-flow.h (struct gimple_df): Remove nonlocal_all member.
(safe_referenced_var_iterator): Remove.
(FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
* tree-flow-inline.h (gimple_nonlocal_all): Remove.
(fill_referenced_var_vec): Remove.
(first_readonly_imm_use): Remove redundant gcc_assert.
(phi_arg_index_from_use): Combine gcc_asserts.
(move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
(first_imm_use_stmt): Remove redundant gcc_assert.
* tree-cfg.c (verify_gimple_call): Verify function and chain
operands.  Verify arguments.
(verify_types_in_gimple_stmt): Verify condition code and labels.

From-SVN: r155696

14 years agore PR tree-optimization/42641 (Random code-generation differences with GRAPHITE)
Richard Guenther [Thu, 7 Jan 2010 16:07:17 +0000 (16:07 +0000)]
re PR tree-optimization/42641 (Random code-generation differences with GRAPHITE)

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

PR tree-optimization/42641
* sese.c (rename_map_elt_info): Use the SSA name version, do
not hash pointers.

From-SVN: r155695

14 years agore PR tree-optimization/42625 (-fipa-sra can generate different destructors in differ...
Jakub Jelinek [Thu, 7 Jan 2010 15:10:26 +0000 (16:10 +0100)]
re PR tree-optimization/42625 (-fipa-sra can generate different destructors in different object files, binary breaks after linking)

PR tree-optimization/42625
* cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body
aliases.

* g++.dg/opt/dtor4.C: New test.
* g++.dg/opt/dtor4.h: New.
* g++.dg/opt/dtor4-aux.cc: New.

From-SVN: r155694

14 years agoAdd version.h to the list of plugin headers installed.
Duncan Sands [Thu, 7 Jan 2010 14:11:13 +0000 (15:11 +0100)]
Add version.h to the list of plugin headers installed.

From-SVN: r155692

14 years agore PR rtl-optimization/42511 (bootstrap error in stage3 on alpha-linux-gnu)
Uros Bizjak [Thu, 7 Jan 2010 13:02:34 +0000 (14:02 +0100)]
re PR rtl-optimization/42511 (bootstrap error in stage3 on alpha-linux-gnu)

PR target/42511
* ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
note itself is not function_invariant_p.

From-SVN: r155691

14 years agogcse.c (execute_rtl_cprop, [...]): Do not add the DF_NOTE problem.
Steven Bosscher [Thu, 7 Jan 2010 11:49:25 +0000 (11:49 +0000)]
gcse.c (execute_rtl_cprop, [...]): Do not add the DF_NOTE problem.

* gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
Do not add the DF_NOTE problem.
* store-motion.c (execute_rtl_store_motion): Likewise.

From-SVN: r155690

14 years agore PR tree-optimization/42157 (ICE building stage 1 libgcc: SEGV in compare_access_po...
Martin Jambor [Thu, 7 Jan 2010 10:38:25 +0000 (11:38 +0100)]
re PR tree-optimization/42157 (ICE building stage 1 libgcc: SEGV in compare_access_positions)

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

PR tree-optimization/42157
* tree-sra.c (compare_access_positions): Stabilize sort if both
accesses have integer types, return zero immediately if they are the
same.

From-SVN: r155689

14 years agore PR fortran/42597 (ICE with procedure pointer initialized to null())
Tobias Burnus [Thu, 7 Jan 2010 08:12:10 +0000 (09:12 +0100)]
re PR fortran/42597 (ICE with procedure pointer initialized to null())

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

        PR fortran/42597
        * trans-decl.c (get_proc_pointer_decl): Fix call to
        gfc_conv_initializer for array-valued proc-pointer funcs.

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

        PR fortran/42597
        * gfortran.dg/proc_ptr_26.f90: New test.

From-SVN: r155688

14 years agore PR fortran/41872 (wrong-code: Issues with allocatable scalars)
Tobias Burnus [Thu, 7 Jan 2010 08:09:51 +0000 (09:09 +0100)]
re PR fortran/41872 (wrong-code: Issues with allocatable scalars)

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

        PR fortran/41872
        * trans-decl.c (gfc_trans_deferred_vars): Don't initialize
        allocatable scalars with SAVE attribute.

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

        PR fortran/41872
        * gfortran.dg/allocatable_scalar_7.f90: New test.

From-SVN: r155687

14 years agore PR libstdc++/26701 (std::time_get parses only 2 digits of year, in en_GB locale.)
Paolo Carlini [Thu, 7 Jan 2010 00:22:51 +0000 (00:22 +0000)]
re PR libstdc++/26701 (std::time_get parses only 2 digits of year, in en_GB locale.)

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

PR libstdc++/26701
* include/bits/locale_facets_nonio.tcc (time_get<>::_M_extract_num):
Encode short two digits over four parsings to negative numbers.
(time_get<>::_M_extract_via_format): Adjust, accept both two digits
and four digits for both 'y' and 'Y'.
(time_get<>::do_get_year): Call time_get<>::_M_extract_num.
* doc/xml/manual/prerequisites.xml: Add en_GB.
* testsuite/lib/libstdc++.exp: Adjust
* testsuite/22_locale/time_get/get_date/char/26701.cc: New.
* testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise.

From-SVN: r155685

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

From-SVN: r155684

14 years agore PR libstdc++/42491 (performance/30_threads/future/polling.cc fails at compile...
Benjamin Kosnik [Wed, 6 Jan 2010 22:55:52 +0000 (22:55 +0000)]
re PR libstdc++/42491 (performance/30_threads/future/polling.cc fails at compile time)

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

PR libstdc++/42491
* scripts/check_performance (CXX): Add -std=gnu++0x.
* testsuite/performance/30_threads/future/polling.cc: Mark up as
using threads.

From-SVN: r155681

14 years agore PR middle-end/41883 (ICE from '-O -fprofile-arcs -fsched2-use-superblocks -ftree...
Richard Henderson [Wed, 6 Jan 2010 18:34:31 +0000 (10:34 -0800)]
re PR middle-end/41883 (ICE from '-O  -fprofile-arcs -fsched2-use-superblocks -ftree-vrp -fschedule-insns2 -freorder-blocks')

PR middle-end/41883
* haifa-sched.c (add_to_note_list): Merge into ...
(concat_note_lists): ... here, and ...
(unlink_other_notes, rm_other_notes): Merge into...
(remove_notes): ... here.  Create REG_SAVE_NOTEs for
NOTE_INSN_EPILOGUE_BEG.

From-SVN: r155680

14 years agoipa-inline.c (cgraph_decide_inlining_incrementally): Do not inline regular functions...
Richard Guenther [Wed, 6 Jan 2010 17:52:09 +0000 (17:52 +0000)]
ipa-inline.c (cgraph_decide_inlining_incrementally): Do not inline regular functions into always-inline functions.

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

* ipa-inline.c (cgraph_decide_inlining_incrementally): Do
not inline regular functions into always-inline functions.

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

From-SVN: r155679

14 years ago2010-01-06 Matthias Klose <doko@ubuntu.com>
Matthias Klose [Wed, 6 Jan 2010 17:46:48 +0000 (17:46 +0000)]
2010-01-06  Matthias Klose  <doko@ubuntu.com>

        * Regenerate .class files with updated ecj.jar (based on 3.5.1).

From-SVN: r155678

14 years agorx.h (enum rx_cpu_type): Add RX200.
Nick Clifton [Wed, 6 Jan 2010 17:37:31 +0000 (17:37 +0000)]
rx.h (enum rx_cpu_type): Add RX200.

        * config/rx/rx.h (enum rx_cpu_type): Add RX200.
        (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
        used together.
        (OVERRIDE_OPTIONS): Delete.
        (OPTIMIZATION_OPTIONS): Define.
        (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
        * config/rx/rx.c (rx_handle_option): Issue an error message if
        -mcpu=rx200 and -fpu are used together.
        (rx_set_optimization_options): New function.  Issue an error
        message if an optimization attribute attempts to reset the FPU/
        math optimization pairing.
        * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
        * config/rx/rx.opt: Set the default to 32-bit doubles.
        * config/rx/t-rx: Add multilibs for -nofpu option.
        * doc/invoke.texi: Update documentation of RX options.

From-SVN: r155677

14 years agotree-ssa-pre.c (name_to_id): New global.
Richard Guenther [Wed, 6 Jan 2010 17:08:25 +0000 (17:08 +0000)]
tree-ssa-pre.c (name_to_id): New global.

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

* tree-ssa-pre.c (name_to_id): New global.
(alloc_expression_id): Simplify SSA name handling.
(lookup_expression_id): Likewise.
(init_pre): Zero name_to_id.
(fini_pre): Free it.

From-SVN: r155676

14 years ago* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.
Rainer Orth [Wed, 6 Jan 2010 14:22:26 +0000 (14:22 +0000)]
* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.

From-SVN: r155674

14 years ago* ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
Uros Bizjak [Wed, 6 Jan 2010 13:14:17 +0000 (14:14 +0100)]
* ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.

From-SVN: r155673

14 years ago38081-2.cc: Add dg-require-namedlocale.
Paolo Carlini [Wed, 6 Jan 2010 11:39:18 +0000 (11:39 +0000)]
38081-2.cc: Add dg-require-namedlocale.

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

* testsuite/22_locale/time_get/get_weekday/char/38081-2.cc:
Add dg-require-namedlocale.

From-SVN: r155672

14 years ago* ChangeLog: Fix reversion entry.
Uros Bizjak [Wed, 6 Jan 2010 08:29:39 +0000 (09:29 +0100)]
* ChangeLog: Fix reversion entry.

From-SVN: r155671

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

From-SVN: r155669

14 years agoAdd smaxv2di3, umaxv2di3, sminv2di3 and uminv2di3
H.J. Lu [Tue, 5 Jan 2010 23:53:29 +0000 (23:53 +0000)]
Add smaxv2di3, umaxv2di3, sminv2di3 and uminv2di3

gcc/

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

PR target/42542
* config/i386/sse.md (smaxv2di3): New.
(umaxv2di3): Likewise.
(sminv2di3): Likewise.
(uminv2di3): Likewise.

gcc/testsuite/

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

PR target/42542
* gcc.target/i386/pr42542-4.c: New.
* gcc.target/i386/pr42542-4a.c: Likewise.
* gcc.target/i386/pr42542-5.c: Likewise.
* gcc.target/i386/pr42542-5a.c: Likewise.

From-SVN: r155666

14 years agore PR target/42564 (unrecognizable insn with -O -fPIC)
Eric Botcazou [Tue, 5 Jan 2010 22:29:18 +0000 (22:29 +0000)]
re PR target/42564 (unrecognizable insn with -O -fPIC)

PR target/42564
* config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
* config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
(legitimize_tls_address): Likewise.
(sparc_tls_referenced_p): Likewise.
* config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
and adjust calls to legitimize_pic_address.
(legitimate_constant_p) Use sparc_tls_referenced_p.
(legitimate_pic_operand_p): Likewise.
(sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
(sparc_tls_symbol_ref_1): Delete.
(sparc_tls_referenced_p): Make static, recognize specific patterns.
(legitimize_tls_address): Make static, handle CONST patterns.
(legitimize_pic_address): Make static, remove unused parameter and
adjust recursive calls.
(sparc_legitimize_address): Make static, use sparc_tls_referenced_p
and adjust call to legitimize_pic_address.
(sparc_output_mi_thunk): Likewise.

From-SVN: r155662

14 years agoevolution.xml: Update for 4.4 and 4.5 releases.
Benjamin Kosnik [Tue, 5 Jan 2010 20:51:05 +0000 (20:51 +0000)]
evolution.xml: Update for 4.4 and 4.5 releases.

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

* doc/xml/manual/evolution.xml: Update for 4.4 and 4.5 releases.
* doc/html: Regenerate.

From-SVN: r155661

14 years agoProperly convert GTU to GT for V4SI and V2DI
H.J. Lu [Tue, 5 Jan 2010 20:44:14 +0000 (12:44 -0800)]
Properly convert GTU to GT for V4SI and V2DI

gcc/

2010-01-05  Paolo Bonzini  <bonzinI@gnu.rg>
    H.J. Lu  <hongjiu.lu@intel.com>

PR target/42542
* config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
operands to make them signed.

* config/i386/sse.md (umaxv4si3): Revert the last change.
(umin<mode>3): Likewise.
(uminv8hi3): Removed.
(uminv4si3): Likewise.

gcc/testsuite/

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

* gcc.target/i386/pr42542-1.c (res): Make it 8 elements.

From-SVN: r155660

14 years agore PR libstdc++/38081 (time_get<>::do_get_weekday does not always recognize full...
Paolo Carlini [Tue, 5 Jan 2010 20:05:20 +0000 (20:05 +0000)]
re PR libstdc++/38081 (time_get<>::do_get_weekday does not always recognize full names of weekdays)

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

PR libstdc++/38081
* include/bits/locale_facets_nonio.h (time_get<>::
_M_extract_wday_or_month): New, declare.
* include/bits/locale_facets_nonio.tcc (time_get<>::
_M_extract_wday_or_month): Define.
(time_get<>::do_get_weekday, time_get<>::do_get_monthname): Use it.
* config/abi/pre/gnu.ver: Export new symbols.
* doc/xml/manual/prerequisites.xml: Add ru_RU.UTF-8 and
ru_RU.ISO-8859-5.
* testsuite/lib/libstdc++.exp: Adjust.
* testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: New.
* testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise.

From-SVN: r155659

14 years agore PR tree-optimization/42462 (wrong-code with computed-goto)
Martin Jambor [Tue, 5 Jan 2010 19:42:32 +0000 (20:42 +0100)]
re PR tree-optimization/42462 (wrong-code with computed-goto)

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

PR tree-optimization/42462
* ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
current_function_decl to helper functions and macros.

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

From-SVN: r155658

14 years ago* dg-extract-results.sh: Don't use tail -n.
Rainer Orth [Tue, 5 Jan 2010 18:29:48 +0000 (18:29 +0000)]
* dg-extract-results.sh: Don't use tail -n.

From-SVN: r155655

14 years agore PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)
Rainer Orth [Tue, 5 Jan 2010 17:14:30 +0000 (17:14 +0000)]
re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)

gcc:
PR bootstrap/41771
* flags.h: Don't include real.h.
(HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
* real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
* dominance.c: Update copyright.
* gimple.c (walk_gimple_op): Remove inline.
* tree-ssa-reassoc.c: Include real.h.
* Makefile.in (FLAGS_H): Remove $(REAL_H).
(tree-ssa-reassoc.o): Depend on $(REAL_H).

include:
PR bootstrap/41771
* ansidecl.h: Fix inline test for C99 and Sun Studio cc.

From-SVN: r155654

14 years agopt.c (unify_pack_expansion): Handle deduction from init-list.
Jason Merrill [Tue, 5 Jan 2010 16:36:45 +0000 (11:36 -0500)]
pt.c (unify_pack_expansion): Handle deduction from init-list.

* pt.c (unify_pack_expansion): Handle deduction from init-list.
* call.c (build_over_call): Don't complain about it.

From-SVN: r155653

14 years agorx.c (rx_get_stack_layout): Fix allocation of second register to push into the stack...
Nick Clifton [Tue, 5 Jan 2010 15:43:43 +0000 (15:43 +0000)]
rx.c (rx_get_stack_layout): Fix allocation of second register to push into the stack frame when...

        * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
        register to push into the stack frame when the accumulator has to
        be saved during interrupts.

From-SVN: r155652

14 years agore PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)
Tobias Burnus [Tue, 5 Jan 2010 14:15:37 +0000 (15:15 +0100)]
re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)

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

        PR fortran/42517
        * options.c (gfc_post_options): Set -frecursion
        when -fopenmp is used.

From-SVN: r155649

14 years agostdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc.
Rainer Orth [Tue, 5 Jan 2010 14:02:37 +0000 (14:02 +0000)]
stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc.

config:
* stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
corresponding macros already exist.

libdecnumber:
* configure: Regenerate.

libgfortran:
* configure: Regenerate.

libgomp:
* configure: Regenerate.

libstdc++-v3:
* configure: Regenerate.

From-SVN: r155648

14 years agore PR tree-optimization/42614 (FRE optimizes away valid code after IPA inlining)
Richard Guenther [Tue, 5 Jan 2010 13:42:40 +0000 (13:42 +0000)]
re PR tree-optimization/42614 (FRE optimizes away valid code after IPA inlining)

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

PR tree-optimization/42614
* gcc.c-torture/execute/pr42614.c: New testcase.

From-SVN: r155647

14 years agoinvoke.texi: Remove the documentation about option -Wunreachable-code.
Eric Fisher [Tue, 5 Jan 2010 12:30:30 +0000 (12:30 +0000)]
invoke.texi: Remove the documentation about option -Wunreachable-code.

2010-01-05  Eric Fisher  <joefoxreal@gmail.com>

* doc/invoke.texi: Remove the documentation about option
-Wunreachable-code.
* common.opt (Wunreachable-code):  Preserved for backward
compatibility.
* tree-cfg.c: Remove the implementation of -Wunreachable-code.
* opts.c (common_handle_option): Add OPT_Wunreachable_code to
the backward compatibility flag section.

* gcc.dg/pr12603.c: Remove -Wunreachable-code from dg-options.
* gcc.dg/Wunreachable-1.c: Remove the testcase of
-Wunreachable-code.
* gcc.dg/Wunreachable-2.c: Likewise.
* gcc.dg/Wunreachable-3.c: Likewise.
* gcc.dg/Wunreachable-4.c: Likewise.
* gcc.dg/Wunreachable-5.c: Likewise.
* gcc.dg/Wunreachable-6.c: Likewise.
* gcc.dg/Wunreachable-7.c: Likewise.
* gcc.dg/Wunreachable-8.c: Likewise.
* gcc.dg/20041231-1.c: Likewise.

From-SVN: r155645

14 years ago6.cc: New.
Paolo Carlini [Tue, 5 Jan 2010 11:44:43 +0000 (11:44 +0000)]
6.cc: New.

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

* testsuite/22_locale/time_get/get_monthname/char/6.cc: New.
* testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise.
* testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise.
* testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise.

From-SVN: r155644

14 years agotree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
Richard Guenther [Tue, 5 Jan 2010 10:53:11 +0000 (10:53 +0000)]
tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.

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

* tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.

From-SVN: r155643

14 years agore PR other/42611 (ICE in tree_low_cst, at tree.c:5014)
Jakub Jelinek [Tue, 5 Jan 2010 08:42:53 +0000 (09:42 +0100)]
re PR other/42611 (ICE in tree_low_cst, at tree.c:5014)

PR other/42611
* cfgexpand.c (expand_one_var): Diagnose too large variables.

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

From-SVN: r155641

14 years agore PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")
Jakub Jelinek [Tue, 5 Jan 2010 08:40:50 +0000 (09:40 +0100)]
re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")

PR tree-optimization/42508
* tree-sra.c (convert_callers): Check for recursive call
by comparing cgraph nodes instead of decls.
(modify_function): Call ipa_modify_formal_parameters also
on all same_body aliases.

* g++.dg/opt/pr42508.C: New test.

* cgraphunit.c (cgraph_materialize_all_clones): Compare
cgraph nodes when checking for same_body aliases.

From-SVN: r155640

14 years agore PR fortran/41872 (wrong-code: Issues with allocatable scalars)
Tobias Burnus [Tue, 5 Jan 2010 07:19:30 +0000 (08:19 +0100)]
re PR fortran/41872 (wrong-code: Issues with allocatable scalars)

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

        PR fortran/41872
        * trans-expr.c (gfc_conv_procedure_call): Nullify
        return value for allocatable-scalar character functions.

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

        PR fortran/41872
        * gfortran.dg/allocatable_scalar_8.f90: New.

From-SVN: r155639

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

From-SVN: r155638

14 years agotree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.
Richard Guenther [Tue, 5 Jan 2010 00:06:25 +0000 (00:06 +0000)]
tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.

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

* tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
allocation and lookup.
(get_or_alloc_expr_for_constant): Likewise.
(phi_translate): Sink allocation.

From-SVN: r155635

14 years agore PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file...
Nobuhiro Iwamatsu [Mon, 4 Jan 2010 23:46:56 +0000 (23:46 +0000)]
re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory)

PR target/42316
* configure.ac (PICFLAG): Use -fPIC on SH hosts.
* configure: Regenerate.

From-SVN: r155634

14 years agotree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only if needed.
Richard Guenther [Mon, 4 Jan 2010 21:02:42 +0000 (21:02 +0000)]
tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only if needed.

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

* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
a new entry only if needed.
* tree-ssa-dom.c (lookup_avail_expr): Likewise.
* tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
hashtable lookup.
* tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
the result array.
(phi_translate): Handle CONSTANTs early.

From-SVN: r155633

14 years agore PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in po file)
Tobias Burnus [Mon, 4 Jan 2010 21:01:10 +0000 (22:01 +0100)]
re PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in po file)

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

        PR fortran/36161
        * error.c (error_printf, gfc_warning, gfc_notify_std,
        gfc_warning_now, gfc_error, gfc_error_now,
        gfc_fatal_error): Change argument name from nocmsgid to
        gmsgid to enable (x)gettext's % checking.

From-SVN: r155632

14 years agore PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, at tree...
Martin Jambor [Mon, 4 Jan 2010 18:25:14 +0000 (19:25 +0100)]
re PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, at tree-sra.c:2175)

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

PR tree-optimization/42398
* tree-sra.c (struct access): Removed flag grp_different_types.
(dump_access): Do not dump the removed flag.
(sort_and_splice_var_accesses): Do not set the removed flag.
(sra_modify_expr): Check for type compatibility directly.

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

From-SVN: r155631

14 years agore PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)
Martin Jambor [Mon, 4 Jan 2010 18:18:54 +0000 (19:18 +0100)]
re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)

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

PR tree-optimization/42366
* ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
edges with variable number of parameters.
* ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
flag instead of asserting it.
(ipa_read_node_info): Read uses_analysis_done flag.

From-SVN: r155630

14 years agoRemove duplicated ChangeLog entries.
H.J. Lu [Mon, 4 Jan 2010 18:07:42 +0000 (10:07 -0800)]
Remove duplicated ChangeLog entries.

From-SVN: r155629

14 years agore PR c++/42555 (16-byte aligned double is disallowed only in templates)
Jason Merrill [Mon, 4 Jan 2010 17:53:37 +0000 (12:53 -0500)]
re PR c++/42555 (16-byte aligned double is disallowed only in templates)

PR c++/42555
* pt.c (tsubst_decl): Don't apply type attributes in place.

From-SVN: r155628

14 years agore PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:13310)
Jason Merrill [Mon, 4 Jan 2010 17:53:29 +0000 (12:53 -0500)]
re PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:13310)

PR c++/42567
* semantics.c (describable_type): Remove decltype comment and
semantics.

From-SVN: r155627

14 years agofix comment typo
Jason Merrill [Mon, 4 Jan 2010 17:53:17 +0000 (12:53 -0500)]
fix comment typo

From-SVN: r155626

14 years agotree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as intended.
Richard Guenther [Mon, 4 Jan 2010 17:01:34 +0000 (17:01 +0000)]
tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as intended.

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

* tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
iterative_hash_* as intended.
(vn_reference_compute_hash): Likewise.  Simplify hashing
SSA names.
(vn_reference_lookup_2): Likewise.
(vn_nary_op_compute_hash): Likewise.
(vn_phi_compute_hash): Likewise.
(expressions_equal_p): Remove strange code.
* tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
(pre_expr_hash): Likewise.  Simplify hashing SSA names.
(bitmap_insert_into_set_1): Take value-id as parameter.
(add_to_value): Pass it.
(bitmap_insert_into_set): Likewise.
(bitmap_value_insert_into_set): Likewise.  Remove redundant check.

From-SVN: r155624

14 years agore PR driver/42442 (-march=native doesn't apply to multiple files)
Jakub Jelinek [Mon, 4 Jan 2010 16:02:41 +0000 (17:02 +0100)]
re PR driver/42442 (-march=native doesn't apply to multiple files)

PR driver/42442
* gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
(do_self_spec): For switches with SWITCH_IGNORE set set also
SWITCH_IGNORE_PERMANENTLY.
(check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
of SWITCH_IGNORE.

From-SVN: r155622

14 years ago* sv.po: Update.
Joseph Myers [Mon, 4 Jan 2010 15:28:39 +0000 (15:28 +0000)]
* sv.po: Update.

From-SVN: r155620

14 years ago20100104_0.c: New.
Rafael Avila de Espindola [Mon, 4 Jan 2010 15:25:11 +0000 (15:25 +0000)]
20100104_0.c: New.

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

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

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

* lto-streamer-out.c (output_unreferenced_globals): Output the full
tree of an unreferenced global var.

From-SVN: r155619

14 years agoDon't convert GTU to GT for V4SI and V2DI
H.J. Lu [Mon, 4 Jan 2010 15:14:31 +0000 (15:14 +0000)]
Don't convert GTU to GT for V4SI and V2DI

gcc/

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

PR target/42542
* config/i386/i386.c (ix86_expand_int_vcond): Don't convert
GTU to GT for V4SI and V2DI.

* config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
(umin<mode>3): Removed.
(uminv8hi3): New.
(uminv4si3): Likewise.

gcc/testsuite/

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

PR target/42542
* gcc.target/i386/pr42542-1.c: New.
* gcc.target/i386/pr42542-1a.c: Likewise.
* gcc.target/i386/pr42542-1b.c: Likewise.
* gcc.target/i386/pr42542-2.c: Likewise.
* gcc.target/i386/pr42542-2a.c: Likewise.
* gcc.target/i386/pr42542-2b.c: Likewise.
* gcc.target/i386/pr42542-3.c: Likewise.
* gcc.target/i386/pr42542-3a.c: Likewise.

From-SVN: r155618

14 years agoTurn on trace in collect2 if needed
H.J. Lu [Mon, 4 Jan 2010 14:42:38 +0000 (14:42 +0000)]
Turn on trace in collect2 if needed

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

PR lto/42581
* collect2.c (main): Turn on trace in collect2 if -v is passed
to gcc with LTO.

From-SVN: r155616

14 years agoMake 's' atomic
H.J. Lu [Mon, 4 Jan 2010 14:28:30 +0000 (14:28 +0000)]
Make 's' atomic

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

PR libgomp/42602
* libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.

From-SVN: r155615

14 years agoChangeLog-2002: Add copyright footer.
Janne Blomqvist [Mon, 4 Jan 2010 08:59:59 +0000 (10:59 +0200)]
ChangeLog-2002: Add copyright footer.

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        * ChangeLog-2002: Add copyright footer.
        * ChangeLog-2003: Ditto.
        * ChangeLog-2004: Ditto.
        * ChangeLog-2005: Ditto.
        * ChangeLog-2006: Ditto.
        * ChangeLog-2007: Ditto.
        * ChangeLog-2008: Ditto.
        * ChangeLog-2009: Ditto.
        * ChangeLog: Ditto.

From-SVN: r155611

14 years agoFix libgcc build for moxie.
Anthony Green [Mon, 4 Jan 2010 08:29:53 +0000 (08:29 +0000)]
Fix libgcc build for moxie.

From-SVN: r155609

14 years agotrans-decl.c (gfc_trans_deferred_vars): Fix spelling.
Tobias Burnus [Mon, 4 Jan 2010 07:38:12 +0000 (08:38 +0100)]
trans-decl.c (gfc_trans_deferred_vars): Fix spelling.

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

        * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.

From-SVN: r155607

14 years agore PR fortran/41872 (wrong-code: Issues with allocatable scalars)
Tobias Burnus [Mon, 4 Jan 2010 07:30:49 +0000 (08:30 +0100)]
re PR fortran/41872 (wrong-code: Issues with allocatable scalars)

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * trans-expr.c (gfc_conv_procedure_call): Add indirect ref
        for functions returning allocatable scalars.
        * trans-stmt.c (gfc_trans_allocate): Emmit error when
        reallocating an allocatable scalar.
        * trans.c (gfc_allocate_with_status): Fix pseudocode syntax
        in comment.
        * trans-decl.c (gfc_trans_deferred_vars): Nullify local
        allocatable scalars.
        (gfc_generate_function_code): Nullify result variable for
        allocatable scalars.

        PR fortran/40849
        * module.c (gfc_use_module): Fix warning string to allow
        for translation.

        PR fortran/42517
        * invoke.texi (-fcheck=recursion): Mention that the checking
        is also disabled for -frecursive.
        * trans-decl.c (gfc_generate_function_code): Disable
        -fcheck=recursion when -frecursive is used.

        * intrinsic.texi (iso_c_binding): Improve wording.

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * gfortran.dg/allocatable_scalar_5.f90: New test.
        * gfortran.dg/allocatable_scalar_6.f90: New test.

From-SVN: r155606

14 years agoc-tree.texi (RETURN_STMT): Change to RETURN_EXPR.
Jerry Quinn [Mon, 4 Jan 2010 05:48:07 +0000 (05:48 +0000)]
c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.

2010-01-03  Jerry Quinn  <jlquinn@optonline.net>

* doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
description of expression operand.

From-SVN: r155604

14 years agolist: Implement DR 1133 here too.
Paolo Carlini [Mon, 4 Jan 2010 01:58:21 +0000 (01:58 +0000)]
list: Implement DR 1133 here too.

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

* include/profile/list: Implement DR 1133 here too.

* testsuite/25_algorithms/set_intersection/34730.cc: Do not force
debug-mode, leads to spurious failures in profile-mode.
* testsuite/25_algorithms/upper_bound/33613.cc: Likewise.
* testsuite/25_algorithms/lower_bound/33613.cc: Likewise.
* testsuite/25_algorithms/set_difference/35541.cc: Likewise.
* testsuite/21_strings/basic_string/40160.cc: Likewise.
* testsuite/23_containers/unordered_map/requirements/debug_mode.cc:
Likewise.
* testsuite/23_containers/multimap/14340.cc: Likewise.
* testsuite/23_containers/bitset/18604.cc: Likewise.
* testsuite/23_containers/set/14340.cc: Likewise.
* testsuite/23_containers/set/18604.cc: Likewise.
* testsuite/23_containers/unordered_set/requirements/
debug_mode.cc: Likewise.
* testsuite/23_containers/vector/
debug_mode_requires_reallocation-1.cc: Likewise.
* testsuite/23_containers/vector/
debug_mode_requires_reallocation-2.cc: Likewise.
* testsuite/23_containers/vector/14340.cc: Likewise.
* testsuite/23_containers/vector/15523.cc: Likewise.
* testsuite/23_containers/vector/18604.cc: Likewise.
* testsuite/23_containers/deque/14340.cc: Likewise.
* testsuite/23_containers/deque/18604.cc: Likewise.
* testsuite/23_containers/multiset/14340.cc: Likewise.
* testsuite/23_containers/list/operations/35969.cc: Likewise.
* testsuite/23_containers/list/14340.cc: Likewise.
* testsuite/23_containers/list/18604.cc: Likewise.
* testsuite/23_containers/map/14340.cc: Likewise.
* testsuite/23_containers/map/18604.cc: Likewise.

* testsuite/26_numerics/random/uniform_real_distribution/
cons/parms_neg.cc: Remove, isn't testing anything.
* testsuite/26_numerics/random/uniform_int_distribution/
cons/parms_neg.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/uniform_int/
cons/range_neg.cc: Likewise.

* testsuite/23_containers/unordered_map/requirements/
explicit_instantiation/2.cc: Do not instantiate for
non-defaultconstructible mapped_type.

From-SVN: r155603

14 years agoconfigure.ac: Add install-html to target_list for Make-hooks.
Andrew Jenner [Mon, 4 Jan 2010 01:36:36 +0000 (01:36 +0000)]
configure.ac: Add install-html to target_list for Make-hooks.

* configure.ac: Add install-html to target_list for Make-hooks.
* configure: Regenerate.
* fortran/Make-lang.in (F95_HTMLFILES): New.
(fortran.html): Use it.
(fortran.install-html): New.
* Makefile.in (install-html): Add lang.install-html.
* java/Make-lang.in (JAVA_HTMLFILES): New.
(java.html): Use it.
(java.install-html): New.
* objc/Make-lang.in (objc.install-html): New.
* objcp/Make-lang.in (obj-c++.install-html): New.
* cp/Make-lang.in (c++.install-html): New.
* ada/gcc-interface/Make-lang.in (ada.install-html): New.
* lto/Make-lang.in (lto.install-html): New.

From-SVN: r155602

14 years agoPass -m* and -v to -plugin-opt
H.J. Lu [Mon, 4 Jan 2010 00:52:50 +0000 (00:52 +0000)]
Pass -m* and -v to -plugin-opt

gcc/

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

PR lto/42520
* gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.

lto-plugin/

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

PR lto/42520
* lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
if -v is passed.

From-SVN: r155601

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

From-SVN: r155600

14 years agore PR testsuite/42583 (FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec...
Richard Guenther [Sun, 3 Jan 2010 22:44:56 +0000 (22:44 +0000)]
re PR testsuite/42583 (FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory)

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

PR testsuite/42583
* gfortran.dg/gomp/recursion1.f90: Remove.

libgomp/
* testsuite/libgomp.fortran/recursion1.f90: New testcase.

From-SVN: r155597

14 years agore PR rtl-optimization/41862 (-fgcse-sm causes bootstrap-debug comparison failures)
Steven Bosscher [Sun, 3 Jan 2010 22:41:22 +0000 (22:41 +0000)]
re PR rtl-optimization/41862 (-fgcse-sm causes bootstrap-debug comparison failures)

PR rtl-optimization/41862
* store-motion.c (store_killed_in_insn, compute_store_table,
remove_reachable_equiv_notes, replace_store_insn,
build_store_vectors): Ignore all DEBUG_INSNs.

From-SVN: r155596

14 years agoWarray-bounds.c: Remove XFAILs.
Richard Guenther [Sun, 3 Jan 2010 22:39:47 +0000 (22:39 +0000)]
Warray-bounds.c: Remove XFAILs.

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

* gcc.dg/Warray-bounds.c: Remove XFAILs.
* gcc.dg/uninit-6.c: Likewise.
* gcc.dg/struct/wo_prof_array_through_pointer.c: Likewise.

From-SVN: r155595

14 years agoset.h: Implement DR 130 here too.
Paolo Carlini [Sun, 3 Jan 2010 20:30:28 +0000 (20:30 +0000)]
set.h: Implement DR 130 here too.

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

* include/debug/set.h: Implement DR 130 here too.
* include/debug/multiset.h: Likewise.
* include/debug/map.h: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Implement DR 130 fully.
* include/profile/multiset.h: Likewise.
* include/profile/map.h: Likewise.
* include/profile/multimap.h: Likewise.
* include/debug/list: Implement DR 1133 here too.
* include/ext/pb_ds/detail/debug_map_base.hpp: Comment out for
now uses of __gnu_cxx::throw_allocator.
* testsuite/21_strings/basic_string/40160.cc: Don't pass
explicitly -D_GLIBCXX_DEBUG, doesn't play well with profile-mode
testing.

From-SVN: r155594

14 years agoPR libfortran/42420 Large file capable stat for MingW
Janne Blomqvist [Sun, 3 Jan 2010 18:09:37 +0000 (20:09 +0200)]
PR libfortran/42420 Large file capable stat for MingW

From-SVN: r155593

14 years agoRotate ChangeLogs for 2008 and 2009
Janne Blomqvist [Sun, 3 Jan 2010 18:08:27 +0000 (20:08 +0200)]
Rotate ChangeLogs for 2008 and 2009

From-SVN: r155592

14 years agoPass -dumpbase and -dumpdir to gcc for LTO
H.J. Lu [Sun, 3 Jan 2010 17:03:38 +0000 (17:03 +0000)]
Pass -dumpbase and -dumpdir to gcc for LTO

gcc/

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

PR lto/41564
* common.opt: Add dumpdir.

* gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
isn't specified.
(option_map): Add --dumpdir.

* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.

* lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.

* opts.c (decode_options): Try dump_dir_name first if
dump_base_name isn't an absolute path.
(common_handle_option): Handle OPT_dumpdir.

* toplev.c (dump_dir_name): New.
(print_switch_values): Also ignore -dumpdir.

* toplev.h (dump_dir_name): New.

gcc/lto/

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

PR lto/41564
* lto.c (DUMPBASE_SUFFIX): New.
(lto_execute_ltrans): Append a sequence number to -dumpbase
for LTRANS.

From-SVN: r155591

14 years agobitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode.
Paolo Carlini [Sun, 3 Jan 2010 16:17:44 +0000 (16:17 +0000)]
bitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode.

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

* include/profile/bitset (bitset<>::bitset(unsigned long long)): Add
in C++0x mode.
* include/debug/bitset (bitset<>::bitset(unsigned long long)):
Likewise.

From-SVN: r155589

14 years agore PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but for...
Richard Guenther [Sun, 3 Jan 2010 15:23:29 +0000 (15:23 +0000)]
re PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but for 64bit) on 64bit registers)

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

PR tree-optimization/42589
* tree-ssa-math-opts.c (execute_optimize_bswap): Allow
double-word expansion of bswap32.

* gcc.target/i386/pr42589.c: New testcase.

From-SVN: r155588

14 years agohashtable (_Hashtable<>): Remove insert_return_type typedef.
Paolo Carlini [Sun, 3 Jan 2010 14:50:09 +0000 (14:50 +0000)]
hashtable (_Hashtable<>): Remove insert_return_type typedef.

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

* include/tr1_impl/hashtable (_Hashtable<>): Remove insert_return_type
typedef.
* include/profile/unordered_map (unordered_map<>::insert(const
value_type&), unordered_multimap<>::insert(const value_type&)): Adjust.
* include/profile/unordered_set (unordered_set<>::insert(const
value_type&), unordered_multimap<>::insert(const value_type&)):
Likewise.

From-SVN: r155587

14 years agopostreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.
Steven Bosscher [Sun, 3 Jan 2010 13:13:03 +0000 (13:13 +0000)]
postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.

* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
with BLOCK_FOR_INSN.
* auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
* ifcvt.c (noce_get_alt_condition, noce_try_abs,
noce_process_if_block): Likewise.
* gcse.c (compute_local_properties, insert_expr_in_table,
insert_set_in_table, canon_list_insert, find_avail_set,
pre_insert_copy_insn): Likewise.

* basic-block.h (BLOCK_NUM): Move from here...
* sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.

From-SVN: r155586

14 years agostl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible instea...
Paolo Carlini [Sun, 3 Jan 2010 12:06:59 +0000 (12:06 +0000)]
stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible instead of std::is_convertible.

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

* include/bits/stl_pair.h (pair<>::pair(_U1&&, const _T2&),
pair<>::pair(const _T1&, _U2&&), pair<>::pair(_U1&&, _U2&&)):
Use std::is_constructible instead of std::is_convertible.

From-SVN: r155585

14 years agore PR tree-optimization/42438 (Fix for PR38819 is too conservative)
Richard Guenther [Sun, 3 Jan 2010 12:06:02 +0000 (12:06 +0000)]
re PR tree-optimization/42438 (Fix for PR38819 is too conservative)

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

PR tree-optimization/42438
* tree-ssa-pre.c (struct bb_bitmap_sets): Add
contains_may_not_return_call flag.
(BB_MAY_NOTRETURN): New.
(valid_in_sets): Trapping nary operations are not valid
in blocks that may not return.
(insert_into_preds_of_block): Remove check for trapping
expressions.
(compute_avail): Compute also BB_MAY_NOTRETURN.

* gcc.dg/tree-ssa/ssa-pre-27.c: New testcase.

From-SVN: r155584

14 years ago* doc/invoke.texi: Add 2010 to copyright years.
Gerald Pfeifer [Sun, 3 Jan 2010 10:06:56 +0000 (10:06 +0000)]
* doc/invoke.texi: Add 2010 to copyright years.

From-SVN: r155583

14 years ago* config/sparc/sparc.c: Fix formatting nits.
Eric Botcazou [Sun, 3 Jan 2010 09:49:01 +0000 (09:49 +0000)]
* config/sparc/sparc.c: Fix formatting nits.

From-SVN: r155582

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

From-SVN: r155581

14 years agoinvoke.texi (Optimize Options): Reword introduction a bit.
Gerald Pfeifer [Sat, 2 Jan 2010 19:23:00 +0000 (19:23 +0000)]
invoke.texi (Optimize Options): Reword introduction a bit.

* doc/invoke.texi (Optimize Options): Reword introduction a bit.

Co-Authored-By: Alexander Monakov <amonakov@ispras.ru>
From-SVN: r155578

14 years agore PR middle-end/42577 (array bounds false positive with -O3, goes away with -O2)
Richard Guenther [Sat, 2 Jan 2010 19:14:52 +0000 (19:14 +0000)]
re PR middle-end/42577 (array bounds false positive with -O3, goes away with -O2)

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

PR middle-end/42577
* tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
(simplify_switch_using_ranges): Mark to be removed edges
as non-executable.

From-SVN: r155577

14 years agoStop if the command line option file is missing
H.J. Lu [Sat, 2 Jan 2010 17:30:12 +0000 (17:30 +0000)]
Stop if the command line option file is missing

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

PR lto/42580
* lto-elf.c (lto_elf_file_open): Stop if the command line
option file is missing.

From-SVN: r155575

14 years agot-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
John David Anglin [Sat, 2 Jan 2010 17:27:47 +0000 (17:27 +0000)]
t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.

* config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.

From-SVN: r155574

14 years agocollect2.c (scan_libraries): Add missing argument to call to scan_prog_file.
John David Anglin [Sat, 2 Jan 2010 16:47:40 +0000 (16:47 +0000)]
collect2.c (scan_libraries): Add missing argument to call to scan_prog_file.

* collect2.c (scan_libraries): Add missing argument to call to
scan_prog_file.

From-SVN: r155572

14 years agore PR testsuite/41651 (g++.dg/lto/20080908-3.C is broken) r155571.2/heads/gfortran-exp
Richard Guenther [Sat, 2 Jan 2010 14:38:57 +0000 (14:38 +0000)]
re PR testsuite/41651 (g++.dg/lto/20080908-3.C is broken)

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

PR testsuite/41651
* g++.dg/lto/20080908-3_0.C: Avoid uninitialized vars.

From-SVN: r155569

14 years agore PR target/42448 (Wrong code with _Complex char in structure)
Uros Bizjak [Sat, 2 Jan 2010 14:18:41 +0000 (15:18 +0100)]
re PR target/42448 (Wrong code with _Complex char in structure)

PR target/42448
* config/alpha/predicates.md (aligned_memory_operand): Return false
for CQImode.
(unaligned_memory_operand): Return true for CQImode.
* config/alpha/alpha.c (get_aligned_mem): Assert that location
doesn not cross aligned SImode word boundary.

testsuite/ChangeLog:

PR target/42448
* gcc.target/alpha/pr42448-1.c: New test.
* gcc.target/alpha/pr42448-2.c: Ditto.

From-SVN: r155566

14 years agore PR bootstrap/41529 (LTO configuration should detect if the target is ELF)
Richard Guenther [Sat, 2 Jan 2010 14:13:37 +0000 (14:13 +0000)]
re PR bootstrap/41529 (LTO configuration should detect if the target is ELF)

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

PR lto/41529
* configure.ac: Include config/elf.m4.  Disable LTO if not
builting for an elf target.
* configure: Regenerate.

config/
* elf.m4: New file.

From-SVN: r155565

14 years agoavr.h (REG_OK_FOR_BASE_P, [...]): Remove.
Anatoly Sokolov [Sat, 2 Jan 2010 11:24:02 +0000 (14:24 +0300)]
avr.h (REG_OK_FOR_BASE_P, [...]): Remove.

* config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
XEXP_) : Remove.
* config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
avr_change_section, avr_reg_class_from_letter) : Remove declaration.

From-SVN: r155564

14 years agore PR lto/41597 (Bad .comm directive)
Richard Guenther [Sat, 2 Jan 2010 11:11:37 +0000 (11:11 +0000)]
re PR lto/41597 (Bad .comm directive)

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

PR lto/41597
* toplev.c (compile_file): Emit LTO marker properly.  Change
it to __gnu_lto_v1.
* collect2.c (scan_prog_file): Adjust for changed LTO marker.

From-SVN: r155563

This page took 0.109694 seconds and 5 git commands to generate.