]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
14 years agore PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda function...
Jason Merrill [Wed, 10 Feb 2010 21:48:25 +0000 (16:48 -0500)] 
re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda function when inside inline functions)

PR c++/43016
* semantics.c (maybe_add_lambda_conv_op): Set DECL_INTERFACE_KNOWN.

From-SVN: r156671

14 years agoira-conflicts.c (add_insn_allocno_copies): Use find_reg_note instead of loop.
Vladimir Makarov [Wed, 10 Feb 2010 20:52:31 +0000 (20:52 +0000)] 
ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note instead of loop.

2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>

* ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
instead of loop.

From-SVN: r156670

14 years agohashtable.h: Fold in include/tr1_impl/hashtable.h contents.
Paolo Carlini [Wed, 10 Feb 2010 19:14:33 +0000 (19:14 +0000)] 
hashtable.h: Fold in include/tr1_impl/hashtable.h contents.

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

* include/tr1/hashtable.h: Fold in include/tr1_impl/hashtable.h
contents.
* include/tr1_impl/hashtable.h: Remove.
* include/tr1_impl/hashtable_policy.h: Move and rename...
* include/tr1/hashtable_policy.h: ... here.
* include/tr1_impl/unordered_map: Move and rename...
* include/tr1/unordered_map.h: ... here.
* include/tr1_impl/unordered_set: Move and rename...
* include/tr1/unordered_set.h: ... here.
* include/tr1_impl/unordered_map: Move and rename...
* include/tr1/unordered_map.h: ... here.
* include/tr1/unordered_map: Adjust.
* include/tr1/unordered_set: Likewise.
* include/Makefile.am: Adjust.
* include/Makefile.in: Regenerate.

* include/std/c++0x_warning.h: Move...
* include/bits/c++0x_warning.h: ... here.
* include/debug/unordered_map: Adjust.
* include/debug/unordered_set: Likewise.
* include/std/tuple: Likewise.
* include/std/system_error: Likewise.
* include/std/forward_list: Likewise.
* include/std/thread: Likewise.
* include/std/type_traits: Likewise.
* include/std/future: Likewise.
* include/std/regex: Likewise.
* include/std/atomic: Likewise.
* include/std/ratio: Likewise.
* include/std/random: Likewise.
* include/std/unordered_map: Likewise.
* include/std/chrono: Likewise.: Likewise.
* include/std/condition_variable: Likewise.
* include/std/mutex: Likewise.
* include/std/unordered_set: Likewise.
* include/std/array: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/unordered_set: Likewise.
* include/c_global/cinttypes: Likewise.
* include/c_global/ctgmath: Likewise.
* include/c_global/cfenv: Likewise.
* include/c_global/cstdint: Likewise.
* include/c_global/cstdbool: Likewise.
* include/c_global/ccomplex: Likewise.

* include/bits/shared_ptr.h: Do not include <bits/c++0x_warning.h>
at all, the file is not meant to be included by the users.
* include/bits/functional_hash.h: Likewise.
* include/bits/unique_ptr.h: Likewise.
* include/bits/forward_list.h: Likewise.

* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-*
line numbers.
* testsuite/29_atomics/atomic/cons/copy_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/20_util/unique_ptr/modifiers/reset_neg.cc: Likewise.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise.

From-SVN: r156667

14 years agore PR tree-optimization/43017 (VRP miscompiles python with -fwrapv, II)
Richard Guenther [Wed, 10 Feb 2010 16:52:07 +0000 (16:52 +0000)] 
re PR tree-optimization/43017 (VRP miscompiles python with -fwrapv, II)

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

PR tree-optimization/43017
* tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
for wrapping signed arithmetic.

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

From-SVN: r156666

14 years ago[multiple changes]
Tobias Burnus [Wed, 10 Feb 2010 16:48:24 +0000 (17:48 +0100)] 
[multiple changes]

2010-02-10  Joost VandeVondele <jv244@cam.ac.uk>
            Tobias Burnus <burnus@net-b.de>

        PR fortran/40823
        * decl.c (gfc_match_subroutine): Explicitly set
        * sym->declared_at.

2010-02-10  Tobias Burnus <burnus@net-b.de>

        PR fortran/40823
        * gfortran.dg/private_type_1.f90: Update error location.
        * gfortran.dg/invalid_interface_assignment.f90: Ditto.
        * gfortran.dg/typebound_operator_2.f03: Ditto.
        * gfortran.dg/assignment_2.f90: Ditto.
        * gfortran.dg/redefined_intrinsic_assignment.f90: Ditto.
        * gfortran.dg/binding_label_tests_9.f03: Ditto.

From-SVN: r156665

14 years agore PR fortran/43015 (ICE with BIND(C) and -fbounds-check in mingw-w64 cross-compiler)
Tobias Burnus [Wed, 10 Feb 2010 16:43:22 +0000 (17:43 +0100)] 
re PR fortran/43015 (ICE with BIND(C) and -fbounds-check in mingw-w64 cross-compiler)

2010-02-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43015
        * trans-decl.c (gfc_generate_function_code): Only check
        actual-vs.-dummy character bounds if not bind(C).

2010-02-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43015
        * gfortran.dg/bind_c_usage_20.f90: New test.

From-SVN: r156663

14 years agohashtable.h: Fold in include/tr1_impl/hashtable.h for C++0x use.
Paolo Carlini [Wed, 10 Feb 2010 16:09:42 +0000 (16:09 +0000)] 
hashtable.h: Fold in include/tr1_impl/hashtable.h for C++0x use.

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

* include/bits/hashtable.h: Fold in include/tr1_impl/hashtable.h
for C++0x use.
* include/bits/hashtable_policy.h: New, copy and adjust for
C++0x use, include/tr1_impl/hashtable_policy.h; fix erase and
insert member functions per n3000.
* include/bits/unordered_map.h: Likewise for include/tr1_impl/
unordered_map.
* include/bits/unordered_set.h: Likewise for include/tr1_impl/
unordered_set.
* include/Makefile.am: Adjust.
* include/Makefile.in: Regenerate.
* include/tr1/unordered_map: Adjust.
* include/tr1/unordered_set: Likewise.
* include/tr1_impl/unordered_map: Adjust, now used only by tr1.
* include/tr1_impl/hashtable: Likewise.
* include/tr1_impl/hashtable_policy.h: Likewise.
* include/tr1_impl/unordered_set: Likewise.
* include/std/unordered_map: Adjust and simplify includes.
* include/std/unordered_set: Likewise.
* include/debug/unordered_map: Adjuse erase and insert members.
* include/debug/unordered_set: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/unordered_set: Likewise.
* testsuite/util/exception/safety.h: Fix for the updated erase and
insert member functions of the unordered_containers.
* testsuite/23_containers/unordered_map/erase/1.cc: New.
* testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise.
* testsuite/23_containers/unordered_map/insert/map_single.cc:
Likewise.
* testsuite/23_containers/unordered_map/insert/array_syntax.cc:
Likewise.
* testsuite/23_containers/unordered_map/insert/24061-map.cc: Likewise.
* testsuite/23_containers/unordered_map/insert/map_range.cc: Likewise.
* testsuite/23_containers/set/operators/1_neg.cc: Likewise.
* testsuite/23_containers/unordered_multimap/erase/1.cc: Likewise.
* testsuite/23_containers/unordered_multimap/erase/
24061-multimap.cc: Likewise.
* testsuite/23_containers/unordered_multimap/insert/
24061-multimap.cc: Likewise.
* testsuite/23_containers/unordered_multimap/insert/
multimap_range.cc: Likewise.
* testsuite/23_containers/unordered_multimap/insert/
multimap_single.cc: Likewise.
* testsuite/23_containers/unordered_set/erase/1.cc: Likewise.
* testsuite/23_containers/unordered_set/erase/24061-set.cc: Likewise.
* testsuite/23_containers/unordered_set/insert/set_single.cc: Likewise.
* testsuite/23_containers/unordered_set/insert/24061-set.cc: Likewise.
* testsuite/23_containers/unordered_set/insert/set_range.cc: Likewise.
* testsuite/23_containers/unordered_multiset/erase/1.cc: Likewise.
* testsuite/23_containers/unordered_multiset/erase/
24061-multiset.cc: Likewise.
* testsuite/23_containers/unordered_multiset/insert/
24061-multiset.cc: Likewise.
* testsuite/23_containers/unordered_multiset/insert/
multiset_range.cc: Likewise.
* testsuite/23_containers/unordered_multiset/insert/
multiset_single.cc: Likewise.

* testsuite/23_containers/set/operators/1_neg.cc: Tweak dg-errors
to avoid spurious fails in debug-mode.
* testsuite/23_containers/map/operators/1_neg.cc: Likewise.

From-SVN: r156661

14 years agore PR fortran/42309 (Problem with a pointer array passed to a subroutine)
Jakub Jelinek [Wed, 10 Feb 2010 15:10:53 +0000 (16:10 +0100)] 
re PR fortran/42309 (Problem with a pointer array passed to a subroutine)

PR fortran/42309
* trans-expr.c (gfc_conv_subref_array_arg): Avoid accessing
info->dimen after info has been freed.

From-SVN: r156659

14 years agore PR debug/43010 (ICE with -femit-struct-debug-baseonly)
Jakub Jelinek [Wed, 10 Feb 2010 15:02:56 +0000 (16:02 +0100)] 
re PR debug/43010 (ICE with -femit-struct-debug-baseonly)

PR debug/43010
* dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
if no debug info should be emitted for it.

* g++.dg/debug/pr43010.C: New test.

From-SVN: r156657

14 years agosh.c (find_barrier): Skip call insn with a REG_EH_REGION note when flag_exceptions...
Kaz Kojima [Wed, 10 Feb 2010 13:13:49 +0000 (13:13 +0000)] 
sh.c (find_barrier): Skip call insn with a REG_EH_REGION note when flag_exceptions is set.

* config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
note when flag_exceptions is set.

From-SVN: r156656

14 years agoAdd debug.h to PLUGIN_HEADERS.
Duncan Sands [Wed, 10 Feb 2010 11:59:11 +0000 (12:59 +0100)] 
Add debug.h to PLUGIN_HEADERS.

From-SVN: r156655

14 years agore PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_bias...
Richard Guenther [Wed, 10 Feb 2010 11:54:14 +0000 (11:54 +0000)] 
re PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_bias / 1008))

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

PR c/43007
* tree.c (get_unwidened): Handle constants.
* convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.

* gcc.c-torture/execute/20100209-1.c: New testcase.
* gcc.dg/fold-div-3.c: Likewise.

From-SVN: r156653

14 years agore PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with different opt...
Martin Jambor [Wed, 10 Feb 2010 11:22:55 +0000 (12:22 +0100)] 
re PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with different opt level)

2010-02-10  Martin Jambor  <mjambor@suse.cz>

PR lto/42985
* ipa-prop.c (ipa_update_after_lto_read): Count parameters and
check for variable argument counts independently.

From-SVN: r156651

14 years agosh.c (find_barrier): Increase length for non delayed conditional branches.
Christian Bruel [Wed, 10 Feb 2010 10:09:31 +0000 (11:09 +0100)] 
sh.c (find_barrier): Increase length for non delayed conditional branches.

* config/sh/sh.c (find_barrier): Increase length for non delayed
conditional branches.

From-SVN: r156649

14 years agosh.c (find_barrier): Don't emit a CP inside the GP setting.
Christian Bruel [Wed, 10 Feb 2010 10:08:01 +0000 (11:08 +0100)] 
sh.c (find_barrier): Don't emit a CP inside the GP setting.

* config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.

From-SVN: r156648

14 years agobuiltins.c (set_builtin_user_assembler_name): Also handle ffs if int is smaller than...
Jakub Jelinek [Wed, 10 Feb 2010 09:21:12 +0000 (10:21 +0100)] 
builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is smaller than word.

* builtins.c (set_builtin_user_assembler_name): Also handle
ffs if int is smaller than word.

* gcc.dg/builtin-ffs-1.c: New test.

From-SVN: r156646

14 years agoMake-lang.in (cp/cvt.o, [...]): Depend on intl.h.
Shujing Zhao [Wed, 10 Feb 2010 07:37:37 +0000 (07:37 +0000)] 
Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.

2010-02-10  Shujing Zhao  <pearly.zhao@oracle.com>

        * Make-lang.in (cp/cvt.o, cp/parser.o, cp/search.o): Depend on intl.h.
        * cvt.c (warn_ref_binding): Wrap the messages into G_() for easy
        translation.
        * parser.c (cp_parser_postfix_expression, cp_parser_new_type_id)
        (cp_parser_cast_expression, cp_parser_condition, cp_parser_decltype)
        (cp_parser_parameter_declaration)
        (cp_parser_exception_specification_opt)
        (cp_parser_exception_declaration): Likewise.
        * pt.c (check_default_tmpl_args): Likewise.
        * search.c (lookup_field_r): Likewise.

From-SVN: r156645

14 years agostreambuf: Adjust doxygen group markup.
Benjamin Kosnik [Wed, 10 Feb 2010 05:45:24 +0000 (05:45 +0000)] 
streambuf: Adjust doxygen group markup.

2010-02-09  Benjamin Kosnik  <bkoz@redhat.com>

        * include/std/streambuf: Adjust doxygen group markup.
        * include/std/functional: Same.
        * include/ext/vstring.h: Same.
        * include/ext/pb_ds/assoc_container.hpp: Same.
        * include/ext/stdio_filebuf.h: Same.
        * include/ext/stdio_sync_filebuf.h: Same.
        * include/bits/localefwd.h: Same.
        * include/bits/functional_hash.h: Same.
        * include/bits/locale_classes.h: Same.
        * include/bits/locale_facets.h: Same.
        * include/bits/ios_base.h: Same.
        * include/bits/codecvt.h: Same.
        * include/bits/locale_facets_nonio.h: Same.

        * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
        * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

From-SVN: r156644

14 years agore PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is...
Jerry DeLisle [Wed, 10 Feb 2010 03:34:33 +0000 (03:34 +0000)] 
re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression)

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

PR fortran/42999
* gfortran.dg/array_constructor_35.f90: New test.

From-SVN: r156643

14 years agore PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is...
Jerry DeLisle [Wed, 10 Feb 2010 03:31:02 +0000 (03:31 +0000)] 
re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression)

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

PR fortran/42999
* array.c (gfc_constant_ac): Do not prevent expansion of constructors
with iterators.

From-SVN: r156642

14 years agore PR middle-end/42973 (IRA apparently systematically making reload too busy on 2...
Vladimir Makarov [Wed, 10 Feb 2010 02:07:22 +0000 (02:07 +0000)] 
re PR middle-end/42973 (IRA apparently systematically making reload too busy on 2 address instructions with 3 operands)

2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>

PR middle-end/42973
* ira-conflicts.c (get_dup): Remove.
(process_reg_shuffles): Add new parameter.  Use it as an
additional guard for copy generation.
(add_insn_allocno_copies): Rewrite.

From-SVN: r156641

14 years agoDaily bump.
GCC Administrator [Wed, 10 Feb 2010 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r156640

14 years agoinline-4.c: Bind pic locally.
Kaveh R. Ghazi [Tue, 9 Feb 2010 23:50:48 +0000 (23:50 +0000)] 
inline-4.c: Bind pic locally.

        * gcc.dg/tree-ssa/inline-4.c: Bind pic locally.

From-SVN: r156636

14 years agore PR c++/42399 ([c++0x] assigning lambda causes segfault from null dereference at...
Jason Merrill [Tue, 9 Feb 2010 22:06:23 +0000 (17:06 -0500)] 
re PR c++/42399 ([c++0x] assigning lambda causes segfault from null dereference at libiberty/splay-tree.c:148)

PR c++/42399
* pt.c (tsubst_copy_and_build): Propagate LAMBDA_EXPR_LOCATION.

From-SVN: r156635

14 years agore PR c++/42370 ([C++0x][lambda] in a void function: "Warning: control reaches end...
Jason Merrill [Tue, 9 Feb 2010 20:05:51 +0000 (15:05 -0500)] 
re PR c++/42370 ([C++0x][lambda] in a void function: "Warning: control reaches end of non-void function")

PR c++/42370
* decl2.c (change_return_type): New fn.
* semantics.c (apply_lambda_return_type): Use it.
* cp-tree.h: Declare it.

From-SVN: r156634

14 years ago* module.c (fix_mio_expr): Declare sym.
Jakub Jelinek [Tue, 9 Feb 2010 18:42:17 +0000 (19:42 +0100)] 
* module.c (fix_mio_expr): Declare sym.

From-SVN: r156632

14 years ago[multiple changes]
Tobias Burnus [Tue, 9 Feb 2010 17:32:53 +0000 (18:32 +0100)] 
[multiple changes]

2010-02-09  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/41869
        * module.c (fix_mio_expr): Fix for private generic procedures.

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

        PR fortran/41869
        * gfortran.dg/module_write_1.f90: New test.

From-SVN: r156631

14 years agore PR libfortran/42996 (Incorrect length returned from get_command_argument intrinsic)
Tobias Burnus [Tue, 9 Feb 2010 17:04:57 +0000 (18:04 +0100)] 
re PR libfortran/42996 (Incorrect length returned from get_command_argument intrinsic)

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

        PR fortran/42996
        * intrinsics/args.c (get_command_argument_i4): Always return
        commandline-argument length for length parameter.

From-SVN: r156630

14 years agocommon.opt (fsched2-use-traces): Preserved for backward compatibility.
Alexander Monakov [Tue, 9 Feb 2010 16:51:30 +0000 (19:51 +0300)] 
common.opt (fsched2-use-traces): Preserved for backward compatibility.

2010-02-09  Alexander Monakov  <amonakov@ispras.ru>

gcc/ChangeLog:
* common.opt (fsched2-use-traces): Preserved for backward
compatibility.
* doc/invoke.texi: Remove the documentation about option
-fsched2-use-traces.
* sched-rgn.c (rest_of_handle_sched2): Remove usage of
flag_sched2_use_traces.
* opts.c (common_handle_option): Add OPT_fsched2_use_traces to
the backward compatibility flag section.

gcc/testsuite/ChangeLog:
* gcc.dg/pr19340.c: Adjust.

From-SVN: r156629

14 years agore PR tree-optimization/43008 (Attribute malloc not handled correctly)
Richard Guenther [Tue, 9 Feb 2010 16:11:34 +0000 (16:11 +0000)] 
re PR tree-optimization/43008 (Attribute malloc not handled correctly)

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

PR tree-optimization/43008
* tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
make HEAP variables initialized from global memory if they
are not known builtin functions.
(find_func_aliases): Adjust.

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

From-SVN: r156628

14 years ago* vi.po: Update.
Joseph Myers [Tue, 9 Feb 2010 13:07:30 +0000 (13:07 +0000)] 
* vi.po: Update.

From-SVN: r156622

14 years agore PR tree-optimization/43000 (VRP miscompiles python with -fwrapv)
Richard Guenther [Tue, 9 Feb 2010 11:34:28 +0000 (11:34 +0000)] 
re PR tree-optimization/43000 (VRP miscompiles python with -fwrapv)

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

PR tree-optimization/43000
* tree-vrp.c (vrp_int_const_binop): Only handle unsigned
arithmetic manually.

* gcc.dg/torture/pr43000.c: New testcase.
* gcc.dg/torture/pr43002.c: Likewise.

From-SVN: r156621

14 years agore PR fortran/39171 (Misleading warning for negative character length)
Daniel Kraft [Tue, 9 Feb 2010 10:44:33 +0000 (11:44 +0100)] 
re PR fortran/39171 (Misleading warning for negative character length)

2010-02-09  Daniel Kraft  <d@domob.eu>

PR fortran/39171
* resolve.c (resolve_charlen): Change warning about negative CHARACTER
length to be correct and issue only with -Wsurprising.
* invoke.texi (Wsurprising): Mention this new warning that is
turned on by -Wsurprising.

2010-02-09  Daniel Kraft  <d@domob.eu>

PR fortran/39171
* gfortran.dg/char_length_2.f90: Change warning expectations accordingly
and pass -Wsurprising as necessary.

From-SVN: r156620

14 years agore PR fortran/41507 (Documentation misleading on MAXLOC/MINLOC array type requirement)
Daniel Kraft [Tue, 9 Feb 2010 07:27:47 +0000 (08:27 +0100)] 
re PR fortran/41507 (Documentation misleading on MAXLOC/MINLOC array type requirement)

2010-02-09  Daniel Kraft  <d@domob.eu>

PR fortran/41507
* intrinsic.texi (MAXVAL): Remove wrong claim that array argument
can be CHARACTER type.
(MINVAL), (MAXLOC), (MINLOC): Ditto.

From-SVN: r156618

14 years ago[multiple changes]
Benjamin Kosnik [Tue, 9 Feb 2010 04:49:49 +0000 (04:49 +0000)] 
[multiple changes]

2010-02-08  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/42460
* include/tr1_impl/regex: Fix quoting issues in doxygen markup.
* include/bits/random.h: Fix multi-line doxygen function markup.

2010-02-08  Matthias Klose  <doko@debian.org>

PR libstdc++/42460
* include/std/istream: Fix '\' quoting in doxygen markup.

From-SVN: r156617

14 years agoUpdate.
Mike Stump [Tue, 9 Feb 2010 00:57:18 +0000 (00:57 +0000)] 
Update.

From-SVN: r156616

14 years agoDaily bump.
GCC Administrator [Tue, 9 Feb 2010 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r156615

14 years agoMAINTAINERS (spu port): Update my email address.
Andrew Pinski [Mon, 8 Feb 2010 23:37:19 +0000 (15:37 -0800)] 
MAINTAINERS (spu port): Update my email address.

2010-02-08  Andrew Pinski  <pinskia@gmail.com>

        * MAINTAINERS (spu port): Update my email address.

From-SVN: r156611

14 years agorandom.tcc (uniform_int_distribution<>:: operator()(_UniformRandomNumberGenerator...
Ed Smith-Rowland [Mon, 8 Feb 2010 17:42:12 +0000 (17:42 +0000)] 
random.tcc (uniform_int_distribution<>:: operator()(_UniformRandomNumberGenerator&, const param_type&)): Use make_unsigned instead of __add_unsigned and conditional instead of...

2010-02-08  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/bits/random.tcc (uniform_int_distribution<>::
operator()(_UniformRandomNumberGenerator&, const param_type&)):
Use make_unsigned instead of __add_unsigned and conditional
instead of __conditional_type.
* include/std/random: Do not include <ext/type_traits.h> and
<ext/numeric_traits.h>.

From-SVN: r156608

14 years agore PR tree-optimization/42890 (Crash in type_like_member_ptr_p in ipa-prop.c:382)
Jakub Jelinek [Mon, 8 Feb 2010 15:49:30 +0000 (16:49 +0100)] 
re PR tree-optimization/42890 (Crash in type_like_member_ptr_p in ipa-prop.c:382)

PR tree-optimization/42890
* g++.dg/torture/pr42890.C: New test.

From-SVN: r156604

14 years agore PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about using uninit...
Jakub Jelinek [Mon, 8 Feb 2010 15:47:01 +0000 (16:47 +0100)] 
re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about using uninitialized variable)

PR tree-optimization/42931
* tree-loop-linear.c (try_interchange_loops): Don't call
double_int_mul if estimated_loop_iterations failed.

From-SVN: r156602

14 years agore PR middle-end/42898 (volatile structures and compound literal initializers)
Martin Jambor [Mon, 8 Feb 2010 13:24:12 +0000 (14:24 +0100)] 
re PR middle-end/42898 (volatile structures and compound literal initializers)

2010-02-08  Martin Jambor  <mjambor@suse.cz>

PR middle-end/42898
* tree-sra.c (build_accesses_from_assign): Do not mark in
should_scalarize_away_bitmap if stmt has volatile ops.
(sra_modify_assign): Do not process assigns piecemeal if if stmt
has volatile ops.

From-SVN: r156599

14 years agore PR middle-end/42995 (inline-small-functions does not inline simple delegation...
Richard Guenther [Mon, 8 Feb 2010 10:41:25 +0000 (10:41 +0000)] 
re PR middle-end/42995 (inline-small-functions does not inline simple delegation calls)

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

PR middle-end/42995
* gcc.dg/tree-ssa/inline-4.c: New testcase.

From-SVN: r156598

14 years ago* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
Joern Rennecke [Mon, 8 Feb 2010 05:48:05 +0000 (05:48 +0000)] 
* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.

From-SVN: r156595

14 years agomips.md (*<optab>_trunc<mode>_exts): Fix comment before the pattern.
Adam Nemet [Mon, 8 Feb 2010 04:54:12 +0000 (04:54 +0000)] 
mips.md (*<optab>_trunc<mode>_exts): Fix comment before the pattern.

* config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
before the pattern.

From-SVN: r156594

14 years ago* MAINTAINERS: Add myself as a maintainer for the bfin port.
Jie Zhang [Mon, 8 Feb 2010 02:59:44 +0000 (02:59 +0000)] 
* MAINTAINERS: Add myself as a maintainer for the bfin port.

From-SVN: r156593

14 years agoDaily bump.
GCC Administrator [Mon, 8 Feb 2010 00:20:21 +0000 (00:20 +0000)] 
Daily bump.

From-SVN: r156592

14 years agore PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) fails)
Andrew Pinski [Sun, 7 Feb 2010 23:22:49 +0000 (15:22 -0800)] 
re PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) fails)

2010-02-07  Andrew Pinski  <pinskia@gmail.com>

        PR middle-end/42946
        * df-core.c (df_finish_pass): Change type of saved_flags to int.

From-SVN: r156589

14 years ago* sv.po: Update.
Joseph Myers [Sun, 7 Feb 2010 23:02:34 +0000 (23:02 +0000)] 
* sv.po: Update.

From-SVN: r156588

14 years agoAdd ChangeLog entries.
Sebastian Pop [Sun, 7 Feb 2010 19:49:35 +0000 (19:49 +0000)] 
Add ChangeLog entries.

From-SVN: r156585

14 years agoCall abort for runtime test, always return 0 from main.
Sebastian Pop [Sun, 7 Feb 2010 19:49:26 +0000 (19:49 +0000)] 
Call abort for runtime test, always return 0 from main.

2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>

* gcc.dg/graphite/block-0.c: Call abort for runtime test.  Always
return 0 from main.
* gcc.dg/graphite/block-1.c: Same.
* gcc.dg/graphite/block-3.c: Same.
* gcc.dg/graphite/block-4.c: Same.
* gcc.dg/graphite/block-5.c: Same.
* gcc.dg/graphite/block-6.c: Same.
* gcc.dg/graphite/block-7.c: Same.
* gcc.dg/graphite/interchange-0.c: Same.
* gcc.dg/graphite/interchange-1.c: Same.
* gcc.dg/graphite/interchange-10.c: Same.
* gcc.dg/graphite/interchange-11.c: Same.
* gcc.dg/graphite/interchange-12.c: Same.
* gcc.dg/graphite/interchange-2.c: Same.
* gcc.dg/graphite/interchange-3.c: Same.
* gcc.dg/graphite/interchange-4.c: Same.
* gcc.dg/graphite/interchange-5.c: Same.
* gcc.dg/graphite/interchange-6.c: Same.
* gcc.dg/graphite/interchange-7.c: Same.
* gcc.dg/graphite/interchange-8.c: Same.
* gcc.dg/graphite/interchange-9.c: Same.
* gcc.dg/graphite/interchange-mvt.c: Same.

From-SVN: r156584

14 years agoAdd new testcases.
Sebastian Pop [Sun, 7 Feb 2010 19:49:15 +0000 (19:49 +0000)] 
Add new testcases.

2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>

* gfortran.dg/graphite/id-19.f: New.
* gfortran.dg/graphite/pr14741.f90: New.
* gfortran.dg/graphite/pr41924.f90: New.
* gfortran.dg/graphite/run-id-2.f90: New.

From-SVN: r156583

14 years agoFix PR42988: handle unknown_dependence.
Sebastian Pop [Sun, 7 Feb 2010 19:49:06 +0000 (19:49 +0000)] 
Fix PR42988: handle unknown_dependence.

2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42988
* graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
to unknown_dependence.
(graphite_legal_transform_dr): Handle the unknown_dependence.
(graphite_carried_dependence_level_k): Same.

* testsuite/libgomp.graphite/force-parallel-5.c: Un-XFAILed.
* testsuite/libgomp.graphite/pr41118.c: Renamed from pr4118.

From-SVN: r156582

14 years agoFix format in ChangeLog.graphite
Sebastian Pop [Sun, 7 Feb 2010 19:48:55 +0000 (19:48 +0000)] 
Fix format in ChangeLog.graphite

2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>

* ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.

From-SVN: r156581

14 years agore PR libstdc++/16896 (Use of non-reserved names in stl_list.h)
Paolo Carlini [Sun, 7 Feb 2010 18:36:48 +0000 (18:36 +0000)] 
re PR libstdc++/16896 (Use of non-reserved names in stl_list.h)

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

PR libstdc++/16896
* include/bits/stl_list.h (_List_node_base::transfer): Rename
to _M_transfer.
(_List_node_base::reverse): Rename to _M_reverse.
(_List_node_base::hook): Rename to _M_hook.
(_List_node_base::unhook): Rename to _M_unhook; adjust callers.
* include/bits/list.tcc: Adjust callers.
* src/list.cc: Adjust.
* src/compatibility.cc: Likewise.
* src/compatibility-list.cc: New.
* src/compatibility-debug_list.cc: Likewise.
* src/compatibility-parallel_list.cc: Likewise.
* src/Makefile.am: Add.
* src/Makefile.in: Regenerate.
* config/abi/pre/gnu.ver: Export _M_* symbols.

* src/hash.cc: Rename to hash-aux.cc.
* src/compatibility-ldbl.cc: Adjust.
* src/compatibility-c++0x.cc: Likewise.
* src/hash_tr1.cc: Likewise.

* src/hashtable.cc: Rename to hashtable-aux.cc.
* src/hashtable_c++0x.cc: Adjust.
* src/hashtable_tr1.cc: Likewise.

* src/limits_c++0x.cc: Fold...
* src/limits.cc... here.

From-SVN: r156578

14 years ago* es.po: Update.
Joseph Myers [Sun, 7 Feb 2010 18:03:42 +0000 (18:03 +0000)] 
* es.po: Update.

From-SVN: r156577

14 years ago* es.po, nl.po: Update.
Joseph Myers [Sun, 7 Feb 2010 18:02:05 +0000 (18:02 +0000)] 
* es.po, nl.po: Update.

From-SVN: r156576

14 years agore PR debug/42991 (cfgexpand.c:2487: Conditional jump or move depends on uninitialise...
Richard Guenther [Sun, 7 Feb 2010 17:18:22 +0000 (17:18 +0000)] 
re PR debug/42991 (cfgexpand.c:2487: Conditional jump or move depends on uninitialised value(s))

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

PR middle-end/42991
* expr.c (get_inner_reference): Always initialize *pbitsize.

From-SVN: r156575

14 years agore PR tree-optimization/42956 (internal compiler error: Segmentation fault with -O1)
Richard Guenther [Sun, 7 Feb 2010 13:42:52 +0000 (13:42 +0000)] 
re PR tree-optimization/42956 (internal compiler error: Segmentation fault with -O1)

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

PR middle-end/42956
* gimplify.c (gimple_fold_indirect_ref): Avoid generating
new ARRAY_REFs on variable size element or minimal index arrays.
Complete.
* tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
gimple_fold_indirect_ref.

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

From-SVN: r156571

14 years agostl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Revert to std::is_convertible...
Paolo Carlini [Sun, 7 Feb 2010 10:29:04 +0000 (10:29 +0000)] 
stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Revert to std::is_convertible, basing on DR 811.

2010-02-07  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&&)):
Revert to std::is_convertible, basing on DR 811.

From-SVN: r156570

14 years agore PR libfortran/42742 (Handle very large format strings correctly)
Jerry DeLisle [Sun, 7 Feb 2010 07:50:17 +0000 (07:50 +0000)] 
re PR libfortran/42742 (Handle very large format strings correctly)

2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/42742
* gfortran.dg/fmt_cache_2.f: New test.

From-SVN: r156569

14 years agore PR libfortran/42742 (Handle very large format strings correctly)
Jerry DeLisle [Sun, 7 Feb 2010 07:45:55 +0000 (07:45 +0000)] 
re PR libfortran/42742 (Handle very large format strings correctly)

2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/42742
* io/format.c (reset_fnode_counters): Use the correct pointer to the
head of the fnode list. (parse_format): Remove previous hack that set
limit on size of format string for caching.

From-SVN: r156568

14 years agoRemove empy entry.
H.J. Lu [Sun, 7 Feb 2010 04:07:05 +0000 (20:07 -0800)] 
Remove empy entry.

From-SVN: r156561

14 years agoDaily bump.
GCC Administrator [Sun, 7 Feb 2010 00:16:47 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r156560

14 years agore PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in libst...
Paolo Carlini [Sat, 6 Feb 2010 21:30:52 +0000 (21:30 +0000)] 
re PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in libstdc++.so.6.0.14)

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

PR libstdc++/42989
* config/abi/pre/gnu.ver: Fix wstring move assignment operator typo.

From-SVN: r156556

14 years agore PR libstdc++/27340 (valarray uses __cos which may conflict with libm functions)
Paolo Carlini [Sat, 6 Feb 2010 20:41:09 +0000 (20:41 +0000)] 
re PR libstdc++/27340 (valarray uses __cos which may conflict with libm functions)

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

PR libstdc++/27340
* include/bits/valarray_before.h: Uglify the structs wrapping
cmath functions differently, eg, _Cos instead of __cos.
* include/bits/valarray_after.h: Adjust.

From-SVN: r156555

14 years agoread_no_eor.f90: New test.
Jerry DeLisle [Sat, 6 Feb 2010 18:34:13 +0000 (18:34 +0000)] 
read_no_eor.f90: New test.

2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* gfortran.dg/read_no_eor.f90: New test.

From-SVN: r156553

14 years agore PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange -ftree...
Sebastian Pop [Sat, 6 Feb 2010 17:41:54 +0000 (17:41 +0000)] 
re PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange -ftree-loop-distribution)

Fix PR42637.

2010-02-05  Sebastian Pop  <sebastian.pop@amd.com>
    Konrad Trifunovic  <konrad.trifunovic@inria.fr>

PR middle-end/42637
* graphite-dependences.c (build_lexicographical_constraint): Return
a union of dependence polyhedra.
(dependence_polyhedron_1): Adapt for build_lexicographical_constraint.

* testsuite/gcc.dg/graphite/block-0.c: Enable runtime check.  XFAILed.
* testsuite/gcc.dg/graphite/block-4.c: Same.
* testsuite/gcc.dg/graphite/block-7.c: Same.
* testsuite/gcc.dg/graphite/interchange-12.c: Same.
* testsuite/gcc.dg/graphite/interchange-mvt.c: Same.
* testsuite/gfortran.dg/graphite/interchange-1.f: XFAILed.
* testsuite/gfortran.dg/graphite/interchange-3.f90: XFAILed.
* testsuite/gfortran.dg/graphite/run-id-1.f: New testcase for PR42637.

Co-Authored-By: Konrad Trifunovic <konrad.trifunovic@inria.fr>
From-SVN: r156552

14 years agoDo not FAIL in miscompiled runtime tests.
Sebastian Pop [Sat, 6 Feb 2010 17:41:47 +0000 (17:41 +0000)] 
Do not FAIL in miscompiled runtime tests.

2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>

* testsuite/gcc.dg/graphite/interchange-12.c: Return 0 to avoid
the execution check to FAIL.  This testcase is miscompiled by Graphite
and the check should be re-enabled.
* testsuite/gcc.dg/graphite/interchange-mvt.c: Same.
* testsuite/gcc.dg/graphite/block-0.c: Same.
* testsuite/gcc.dg/graphite/block-4.c: Same.
* testsuite/gcc.dg/graphite/block-7.c: Same.

From-SVN: r156551

14 years agoFix testsuite.
Sebastian Pop [Sat, 6 Feb 2010 17:41:41 +0000 (17:41 +0000)] 
Fix testsuite.

2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>

* testsuite/gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
* testsuite/gcc.dg/graphite/scop-0.c: Fix spaces.
* testsuite/gfortran.dg/graphite/block-1.f90: Rewrite expected output.
* testsuite/gfortran.dg/graphite/block-2.f: Same.
* testsuite/gfortran.dg/graphite/block-3.f90: Same.
* testsuite/gfortran.dg/graphite/block-4.f90: Same.
* testsuite/gfortran.dg/graphite/interchange-1.f: Un-XFAILed.
* testsuite/gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.

From-SVN: r156550

14 years agoCorrect the lexicographical function, add debug_pddr.
Sebastian Pop [Sat, 6 Feb 2010 17:41:34 +0000 (17:41 +0000)] 
Correct the lexicographical function, add debug_pddr.

2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-dependences.c (new_poly_ddr): Initialize PDDR_KIND and
PDDR_ORIGINAL_SCATTERING_P.
(pddr_is_empty): Rewritten.
(print_dependence_polyhedron_layout): New.
(print_pddr): New.
(debug_pddr): New.
(build_alias_set_powerset): Moved up.
(poly_drs_may_alias_p): Moved up.
(lexicographically_gt_p): Removed.
(build_lexicographically_gt_constraint): Renamed
build_lexicographical_constraint, reimplemented.
(dependence_polyhedron_1): Simplified parameters.
(dependence_polyhedron): Same.  Keep along empty PDDRs
to make efficient use of the cache.
(reduction_dr_p): Compute the PBBs don't pass them as parameters.
(graphite_legal_transform_dr): Rewritten.
(graphite_legal_transform_bb): Pass fewer arguments to
graphite_legal_transform_dr.
(graphite_carried_dependence_level_k): Simplified implementation.
(dot_original_deps_stmt_1): Call dependence_polyhedron.
(dot_transformed_deps_stmt_1): Same.
(dot_original_deps): Same.
(dot_transformed_deps): Same.
* graphite-dependences.h (struct poly_ddr): Added a new field
original_scattering_p.
(PDDR_ORIGINAL_SCATTERING_P): New.
(print_pddr): Declared.
(debug_pddr): Declared.
* graphite-ppl.c: Clarify comment.
* sese.h (print_gimple_bb): Removed unused declaration.
(debug_gbb): Same.

From-SVN: r156549

14 years agoAdd runtime tests for interchange and blocking.
Sebastian Pop [Sat, 6 Feb 2010 17:41:28 +0000 (17:41 +0000)] 
Add runtime tests for interchange and blocking.

2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>

* testsuite/g++.dg/graphite/graphite.exp: Rewritten.
* testsuite/gcc.dg/graphite/graphite.exp: Rewritten.
* testsuite/gfortran.dg/graphite/graphite.exp: Rewritten.
* gcc/testsuite/gcc.dg/graphite/block-0.c: Added runtime test.
* testsuite/gcc.dg/graphite/block-1.c: Same.
* testsuite/gcc.dg/graphite/block-3.c: Same.
* testsuite/gcc.dg/graphite/block-4.c: Same.
* testsuite/gcc.dg/graphite/block-5.c: Same.
* testsuite/gcc.dg/graphite/block-6.c: Same.
* testsuite/gcc.dg/graphite/block-7.c: Same.
* testsuite/gcc.dg/graphite/interchange-0.c: Same.
* testsuite/gcc.dg/graphite/interchange-1.c: Same.
* testsuite/gcc.dg/graphite/interchange-10.c: Same.
* testsuite/gcc.dg/graphite/interchange-11.c: Same.
* testsuite/gcc.dg/graphite/interchange-12.c: Same.
* testsuite/gcc.dg/graphite/interchange-2.c: Same.
* testsuite/gcc.dg/graphite/interchange-3.c: Same.
* testsuite/gcc.dg/graphite/interchange-4.c: Same.
* testsuite/gcc.dg/graphite/interchange-5.c: Same.
* testsuite/gcc.dg/graphite/interchange-6.c: Same.
* testsuite/gcc.dg/graphite/interchange-7.c: Same.
* testsuite/gcc.dg/graphite/interchange-8.c: Same.
* testsuite/gcc.dg/graphite/interchange-9.c: Same.
* testsuite/gcc.dg/graphite/interchange-mvt.c: Same.
* testsuite/gcc.dg/graphite/run-id-2.c: Remove useless dg-do run.

From-SVN: r156548

14 years agoMake calls to dot run in background.
Ramakrishna Upadrasta [Sat, 6 Feb 2010 17:41:22 +0000 (18:41 +0100)] 
Make calls to dot run in background.

2010-01-22  Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>

* graphite-scop-detection.c (dot_all_scops): Make calls to dot run in
  background.

From-SVN: r156547

14 years agoAdd more testcases.
Sebastian Pop [Sat, 6 Feb 2010 17:41:15 +0000 (17:41 +0000)] 
Add more testcases.

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

* testsuite/gcc.dg/graphite/id-17.c: New.
* testsuite/gcc.dg/graphite/pr41888.c: New.
* testsuite/gcc.dg/graphite/scop-22.c: New.
* testsuite/gfortran.dg/graphite/pr40982.f90: New.

From-SVN: r156546

14 years agoClarify comments and use build_pddr.
Sebastian Pop [Sat, 6 Feb 2010 17:41:09 +0000 (17:41 +0000)] 
Clarify comments and use build_pddr.

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

* graphite-dependences.c: Clarify comments.
(build_pddr): Add an extra parameter direction.
(graphite_legal_transform_dr): Use build_pddr.
(dot_original_deps_stmt_1): Update use of build_pddr.
(dot_transformed_deps_stmt_1): Same.
(dot_original_deps): Same.
(dot_transformed_deps): Same.

* testsuite/gcc.dg/graphite/interchange-12.c: New.
* gcc/testsuite/gcc.dg/graphite/block-7.c: New.

From-SVN: r156545

14 years agoFix build_pddr.
Sebastian Pop [Sat, 6 Feb 2010 17:41:03 +0000 (17:41 +0000)] 
Fix build_pddr.

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

* graphite-dependences.c (pddr_original_scattering): Renamed build_pddr.
(pddr_transformed_scattering): Removed.
(graphite_legal_transform_dr): Use build_pddr.
(dot_original_deps_stmt_1): Same.
(dot_transformed_deps_stmt_1): Same.
(dot_original_deps): Same.
(dot_transformed_deps): Same.

From-SVN: r156544

14 years agoAdd missing function comments.
Sebastian Pop [Sat, 6 Feb 2010 17:40:58 +0000 (17:40 +0000)] 
Add missing function comments.

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

* graphite-dependences.c (lexicographically_gt_p): Add comments.
(build_lexicographically_gt_constraint): Same.
(dependence_polyhedron_1): Same.
(dependence_polyhedron): Same.

From-SVN: r156543

14 years agoFactor uses of build_pairwise_scheduling.
Sebastian Pop [Sat, 6 Feb 2010 17:40:52 +0000 (17:40 +0000)] 
Factor uses of build_pairwise_scheduling.

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

* graphite-dependences.c (build_pairwise_scheduling_equality): Removed.
(build_pairwise_scheduling_inequality): Renamed build_pairwise_scheduling.
(lexicographically_gt_p): Change type of direction to int.
(build_lexicographically_gt_constraint): Same.
(dependence_polyhedron_1): Same.
(dependence_polyhedron): Same.
(pddr_original_scattering): Use integers for direction.
(pddr_transformed_scattering): Same.
(graphite_legal_transform_dr): Same.
(graphite_carried_dependence_level_k): Same.

From-SVN: r156542

14 years agoCleanup build relation.
Sebastian Pop [Sat, 6 Feb 2010 17:40:45 +0000 (17:40 +0000)] 
Cleanup build relation.

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

* graphite-dependences.c (build_pairwise_constraint): Renamed
ppl_build_relation.  Moved...
(dr_equality_constraints): Use ppl_build_relation.
(build_pairwise_scheduling_equality): Same.
(build_pairwise_scheduling_inequality): Same.
* graphite-ppl.c (ppl_build_relation): ...here.
* graphite-ppl.h (ppl_build_relation): Declared.

From-SVN: r156541

14 years agoPR libfortran
Jerry DeLisle [Sat, 6 Feb 2010 14:39:51 +0000 (14:39 +0000)] 
PR libfortran

2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran
* io/transfer.c (read_sf): Handle EOR and EOF conditions for
ADVANCE="no" with PAD="yes" or PAD="no".

From-SVN: r156540

14 years agore PR target/42957 (ARM: Segfault when invalid -mfpu argument is specified.)
Richard Earnshaw [Sat, 6 Feb 2010 14:05:27 +0000 (14:05 +0000)] 
re PR target/42957 (ARM: Segfault when invalid -mfpu argument is specified.)

PR target/42957
* arm.c (arm_override_options): Just return if the user has specified
an invalid fpu name.

From-SVN: r156539

14 years agoDaily bump.
GCC Administrator [Sat, 6 Feb 2010 00:16:49 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r156533

14 years ago* g++.dg/ext/label13.C: Move constructor body out of class.
Jason Merrill [Fri, 5 Feb 2010 22:17:17 +0000 (17:17 -0500)] 
* g++.dg/ext/label13.C: Move constructor body out of class.

From-SVN: r156530

14 years agore PR c++/42870 (__attribute__ ((dllexport)) produces broken linkage)
Jason Merrill [Fri, 5 Feb 2010 22:17:09 +0000 (17:17 -0500)] 
re PR c++/42870 (__attribute__ ((dllexport)) produces broken linkage)

PR c++/42870
* config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
i386_pe_maybe_record_exported_symbol.

From-SVN: r156529

14 years ago* sv.po: Update.
Joseph Myers [Fri, 5 Feb 2010 20:48:17 +0000 (20:48 +0000)] 
* sv.po: Update.

From-SVN: r156528

14 years agore PR target/42924 (pex-unix.c:589:1: internal compiler error: output_operand)
Steve Ellcey [Fri, 5 Feb 2010 18:21:06 +0000 (18:21 +0000)] 
re PR target/42924 (pex-unix.c:589:1: internal compiler error: output_operand)

2010-02-05  Steve Ellcey  <sje@cup.hp.com>

PR target/42924
* config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
(pa_delegitimize_address): New function.

From-SVN: r156526

14 years agofuture (swap(packaged_task<>&, packaged_task<>&)): Fix typo in last commit.
Paolo Carlini [Fri, 5 Feb 2010 17:25:12 +0000 (17:25 +0000)] 
future (swap(packaged_task<>&, packaged_task<>&)): Fix typo in last commit.

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

* include/std/future (swap(packaged_task<>&, packaged_task<>&)): Fix
typo in last commit.

From-SVN: r156525

14 years agomsformat-c.c (ms_printf_length_specs): Set the scalar_identity_flag for the size_t...
Ozkan Sezer [Fri, 5 Feb 2010 17:23:24 +0000 (17:23 +0000)] 
msformat-c.c (ms_printf_length_specs): Set the scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.

2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>

        * config/i386/msformat-c.c (ms_printf_length_specs): Set the
        scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.

From-SVN: r156524

14 years agoms-format3.c: New test for specific MS types.
Ozkan Sezer [Fri, 5 Feb 2010 17:22:54 +0000 (17:22 +0000)] 
ms-format3.c: New test for specific MS types.

2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>

        * gcc.dg/format/ms-format3.c: New test for specific MS types.

From-SVN: r156523

14 years agofuture (swap(packaged_task<>&, packaged_task<>&), [...]): Add; minor formatting fixes.
Paolo Carlini [Fri, 5 Feb 2010 17:19:10 +0000 (17:19 +0000)] 
future (swap(packaged_task<>&, packaged_task<>&), [...]): Add; minor formatting fixes.

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

* include/std/future (swap(packaged_task<>&, packaged_task<>&),
swap(promise<>&, promise<>&)): Add; minor formatting fixes.
* testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust
dg-error line number.
* testsuite/30_threads/packaged_task/cons/copy_neg.cc: Likewise.
* testsuite/30_threads/promise/cons/assign_neg.cc: Likewise.
* testsuite/30_threads/promise/cons/copy_neg.cc: Likewise.

From-SVN: r156522

14 years agoMake-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.
Richard Guenther [Fri, 5 Feb 2010 15:38:04 +0000 (15:38 +0000)] 
Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.

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

* Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.
* cp-lang.c: Include gt-cp-cp-lang.h.
* config-lang.in (gtfiles): Add cp/cp-lang.c.

From-SVN: r156521

14 years agore PR lto/42762 (ICE in get_resolution() when compiling a C++ program with -flto...
Richard Guenther [Fri, 5 Feb 2010 15:31:15 +0000 (15:31 +0000)] 
re PR lto/42762 (ICE in get_resolution() when compiling a C++ program with -flto -fuse-linker-plugin)

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

PR lto/42762
* lto-streamer-in.c (get_resolution): Deal with references
to undefined functions.

From-SVN: r156520

14 years agotree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
Richard Guenther [Fri, 5 Feb 2010 15:28:31 +0000 (15:28 +0000)] 
tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.

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

* tree-ssa-ccp.c (get_symbol_constant_value): Strip all
conversions.
(fold_const_aggregate_ref): Likewise.
(ccp_fold_stmt): Substitute loads.
(maybe_fold_reference): Verify types before substituting.
Unshare properly.
(fold_gimple_assign): Unshare properly.
(fold_stmt_1): Insert conversion if necessary before replacing
the RHS.

* gcc.dg/tree-ssa/ssa-ccp-28.c: New testcase.

From-SVN: r156519

14 years agors6000.c (rs6000_override_options): Invert check for rs6000_gen_cell_microcode.
Nathan Froyd [Fri, 5 Feb 2010 14:47:34 +0000 (14:47 +0000)] 
rs6000.c (rs6000_override_options): Invert check for rs6000_gen_cell_microcode.

* config/rs6000/rs6000.c (rs6000_override_options): Invert check
for rs6000_gen_cell_microcode.

From-SVN: r156518

14 years agobe.po, [...]: Update.
Joseph Myers [Fri, 5 Feb 2010 12:58:58 +0000 (12:58 +0000)] 
be.po, [...]: Update.

* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po,
nl.po, sv.po, tr.po, uk,po, vi.po, zh_CN.po, zh_TW.po: Update.

From-SVN: r156517

14 years agobe.po, [...]: Update.
Joseph Myers [Fri, 5 Feb 2010 12:58:00 +0000 (12:58 +0000)] 
be.po, [...]: Update.

* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
nl.po, ru.po, sr.po, sv.po, tr.po, zh_CN.po, zh_TW.po: Update.

From-SVN: r156516

14 years agostl_algobase.h (struct __iter_base): Rename to _Iter_base; add iterator_type typedef.
Paolo Carlini [Fri, 5 Feb 2010 10:55:54 +0000 (10:55 +0000)] 
stl_algobase.h (struct __iter_base): Rename to _Iter_base; add iterator_type typedef.

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

* include/bits/stl_algobase.h (struct __iter_base): Rename to
_Iter_base; add iterator_type typedef.
(struct __miter_base): Rename to _Miter_base.
(struct __niter_base): Rename to _Niter_base.
(__miter_base, __niter_base): Add, use the latter; adjust everywhere.

From-SVN: r156515

14 years agore PR c++/42915 (ICE: same canonical type node for different types in recent builds)
Dodji Seketeli [Fri, 5 Feb 2010 08:28:24 +0000 (08:28 +0000)] 
re PR c++/42915 (ICE: same canonical type node for different types in recent builds)

Fix PR c++/42915

gcc/cp/ChangeLog:
PR c++/42915
* typeck.c (get_template_parms_of_dependent_type): Try getting
the template parameters fromt the type itself first.

gcc/testsuite/ChangeLog:
PR c++/42915
g++.dg/other/crash-9.C: New test.

From-SVN: r156514

14 years agore PR fortran/42309 (Problem with a pointer array passed to a subroutine)
Paul Thomas [Fri, 5 Feb 2010 05:28:37 +0000 (05:28 +0000)] 
re PR fortran/42309 (Problem with a pointer array passed to a subroutine)

2010-02-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42309
* trans-expr.c (gfc_conv_subref_array_arg): Add new argument
'formal_ptr'. If this is true, give returned descriptor unity
lbounds, in all dimensions, and the appropriate offset.
(gfc_conv_procedure_call); If formal is a pointer, set the last
argument of gfc_conv_subref_array_arg to true.
* trans.h : Add last argument for gfc_conv_subref_array_arg.
* trans-io.c (set_internal_unit, gfc_trans_transfer): Set the
new arg of gfc_conv_subref_array_arg to false.
* trans-stmt.c (forall_make_variable_temp): The same.

2010-02-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/42309
* gfortran.dg/subref_array_pointer_4.f90 : New test.

From-SVN: r156512

14 years agoDaily bump.
GCC Administrator [Fri, 5 Feb 2010 00:16:45 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r156506