OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago * gcc.dg/tree-ssa/inline-4.c: Bind pic locally.
ghazi [Tue, 9 Feb 2010 23:50:48 +0000 (23:50 +0000)]
    * gcc.dg/tree-ssa/inline-4.c: Bind pic locally.

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

14 years ago PR c++/42399
jason [Tue, 9 Feb 2010 22:06:23 +0000 (22:06 +0000)]
PR c++/42399
* pt.c (tsubst_copy_and_build): Propagate LAMBDA_EXPR_LOCATION.

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

14 years ago PR c++/42370
jason [Tue, 9 Feb 2010 20:05:51 +0000 (20:05 +0000)]
PR c++/42370
* decl2.c (change_return_type): New fn.
* semantics.c (apply_lambda_return_type): Use it.
* cp-tree.h: Declare it.

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

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

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

14 years ago2010-02-09 Paul Thomas <pault@gcc.gnu.org>
burnus [Tue, 9 Feb 2010 17:32:53 +0000 (17:32 +0000)]
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.

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

14 years ago2010-02-09 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 9 Feb 2010 17:04:57 +0000 (17:04 +0000)]
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.

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

14 years ago2010-02-09 Alexander Monakov <amonakov@ispras.ru>
amonakov [Tue, 9 Feb 2010 16:51:30 +0000 (16:51 +0000)]
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.

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

14 years ago2010-02-09 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 9 Feb 2010 16:11:34 +0000 (16:11 +0000)]
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.

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

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

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

14 years ago2010-02-09 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 9 Feb 2010 11:34:28 +0000 (11:34 +0000)]
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.

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

14 years ago2010-02-09 Daniel Kraft <d@domob.eu>
domob [Tue, 9 Feb 2010 10:44:33 +0000 (10:44 +0000)]
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.

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

14 years ago2010-02-09 Daniel Kraft <d@domob.eu>
domob [Tue, 9 Feb 2010 07:27:47 +0000 (07:27 +0000)]
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.

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

14 years ago2010-02-08 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 9 Feb 2010 04:49:49 +0000 (04:49 +0000)]
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.

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

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

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

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

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

14 years ago2010-02-08 Andrew Pinski <pinskia@gmail.com>
pinskia [Mon, 8 Feb 2010 23:37:19 +0000 (23:37 +0000)]
2010-02-08  Andrew Pinski  <pinskia@gmail.com>

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

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

14 years ago2010-02-08 Ed Smith-Rowland <3dw4rd@verizon.net>
paolo [Mon, 8 Feb 2010 17:42:12 +0000 (17:42 +0000)]
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>.

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

14 years ago PR tree-optimization/42890
jakub [Mon, 8 Feb 2010 15:49:30 +0000 (15:49 +0000)]
PR tree-optimization/42890
* g++.dg/torture/pr42890.C: New test.

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

14 years ago PR tree-optimization/42931
jakub [Mon, 8 Feb 2010 15:47:01 +0000 (15:47 +0000)]
PR tree-optimization/42931
* tree-loop-linear.c (try_interchange_loops): Don't call
double_int_mul if estimated_loop_iterations failed.

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

14 years ago2010-02-08 Martin Jambor <mjambor@suse.cz>
jamborm [Mon, 8 Feb 2010 13:24:12 +0000 (13:24 +0000)]
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.

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

14 years ago2010-02-08 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 8 Feb 2010 10:41:25 +0000 (10:41 +0000)]
2010-02-08  Richard Guenther  <rguenther@suse.de>

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

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

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

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

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

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

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

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

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

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

14 years ago2010-02-07 Andrew Pinski <pinskia@gmail.com>
pinskia [Sun, 7 Feb 2010 23:22:49 +0000 (23:22 +0000)]
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.

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

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

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

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

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

14 years agoCall abort for runtime test, always return 0 from main.
spop [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.

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

14 years agoAdd new testcases.
spop [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.

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

14 years agoFix PR42988: handle unknown_dependence.
spop [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.

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

14 years agoFix format in ChangeLog.graphite
spop [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/.

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

14 years ago2010-02-07 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 7 Feb 2010 18:36:48 +0000 (18:36 +0000)]
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.

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

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

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

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

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

14 years ago2010-02-07 Richard Guenther <rguenther@suse.de>
rguenth [Sun, 7 Feb 2010 17:18:22 +0000 (17:18 +0000)]
2010-02-07  Richard Guenther  <rguenther@suse.de>

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

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

14 years ago2010-02-07 Richard Guenther <rguenther@suse.de>
rguenth [Sun, 7 Feb 2010 13:42:52 +0000 (13:42 +0000)]
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.

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

14 years ago2010-02-07 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 7 Feb 2010 10:29:04 +0000 (10:29 +0000)]
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.

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

14 years ago2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 7 Feb 2010 07:50:17 +0000 (07:50 +0000)]
2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

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

14 years ago2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 7 Feb 2010 07:45:55 +0000 (07:45 +0000)]
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.

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

14 years agoRemove empy entry.
hjl [Sun, 7 Feb 2010 04:07:05 +0000 (04:07 +0000)]
Remove empy entry.

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

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

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

14 years ago2010-02-06 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 6 Feb 2010 21:30:52 +0000 (21:30 +0000)]
2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>

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

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

14 years ago2010-02-06 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 6 Feb 2010 20:41:09 +0000 (20:41 +0000)]
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.

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

14 years ago2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 6 Feb 2010 18:34:13 +0000 (18:34 +0000)]
2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

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

14 years agoFix PR42637.
spop [Sat, 6 Feb 2010 17:41:54 +0000 (17:41 +0000)]
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.

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

14 years agoDo not FAIL in miscompiled runtime tests.
spop [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.

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

14 years agoFix testsuite.
spop [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.

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

14 years agoCorrect the lexicographical function, add debug_pddr.
spop [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.

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

14 years agoAdd runtime tests for interchange and blocking.
spop [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.

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

14 years agoMake calls to dot run in background.
spop [Sat, 6 Feb 2010 17:41:22 +0000 (17:41 +0000)]
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.

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

14 years agoAdd more testcases.
spop [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.

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

14 years agoClarify comments and use build_pddr.
spop [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.

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

14 years agoFix build_pddr.
spop [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.

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

14 years agoAdd missing function comments.
spop [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.

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

14 years agoFactor uses of build_pairwise_scheduling.
spop [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.

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

14 years agoCleanup build relation.
spop [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.

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

14 years ago2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 6 Feb 2010 14:39:51 +0000 (14:39 +0000)]
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".

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

14 years ago PR target/42957
rearnsha [Sat, 6 Feb 2010 14:05:27 +0000 (14:05 +0000)]
PR target/42957
* arm.c (arm_override_options): Just return if the user has specified
an invalid fpu name.

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

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

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

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

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

14 years ago PR c++/42870
jason [Fri, 5 Feb 2010 22:17:09 +0000 (22:17 +0000)]
PR c++/42870
* config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
i386_pe_maybe_record_exported_symbol.

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

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

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

14 years ago2010-02-05 Steve Ellcey <sje@cup.hp.com>
sje [Fri, 5 Feb 2010 18:21:06 +0000 (18:21 +0000)]
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.

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

14 years ago2010-02-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Feb 2010 17:25:12 +0000 (17:25 +0000)]
2010-02-05  Paolo Carlini  <paolo.carlini@oracle.com>

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

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

14 years ago2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
ktietz [Fri, 5 Feb 2010 17:23:24 +0000 (17:23 +0000)]
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.

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

14 years ago2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
ktietz [Fri, 5 Feb 2010 17:22:54 +0000 (17:22 +0000)]
2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>

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

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

14 years ago2010-02-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Feb 2010 17:19:10 +0000 (17:19 +0000)]
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.

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

14 years ago2010-02-05 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 5 Feb 2010 15:38:04 +0000 (15:38 +0000)]
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.

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

14 years ago2010-02-05 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 5 Feb 2010 15:31:15 +0000 (15:31 +0000)]
2010-02-05  Richard Guenther  <rguenther@suse.de>

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

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

14 years ago2010-02-05 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 5 Feb 2010 15:28:31 +0000 (15:28 +0000)]
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.

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

14 years ago * config/rs6000/rs6000.c (rs6000_override_options): Invert check
froydnj [Fri, 5 Feb 2010 14:47:34 +0000 (14:47 +0000)]
* config/rs6000/rs6000.c (rs6000_override_options): Invert check
for rs6000_gen_cell_microcode.

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

14 years ago * be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po,
jsm28 [Fri, 5 Feb 2010 12:58:58 +0000 (12:58 +0000)]
* 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.

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

14 years ago * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
jsm28 [Fri, 5 Feb 2010 12:58:00 +0000 (12:58 +0000)]
* 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.

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

14 years ago2010-02-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Feb 2010 10:55:54 +0000 (10:55 +0000)]
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.

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

14 years agoFix PR c++/42915
dodji [Fri, 5 Feb 2010 08:28:24 +0000 (08:28 +0000)]
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.

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

14 years ago2010-02-05 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 5 Feb 2010 05:28:37 +0000 (05:28 +0000)]
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.

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

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

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

14 years ago2010-02-04 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 4 Feb 2010 18:20:34 +0000 (18:20 +0000)]
2010-02-04  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/42460
* doc/doxygen/user.cfg.in: Update file list.
* include/debug/safe_sequence.h: Doxygen markup fixes for '' and "".
* include/debug/safe_base.h: Same.
* include/debug/macros.h: Same.
* include/tr1_impl/regex: Same.
* include/std/iostream: Same.
* include/std/streambuf: Same.
* include/std/bitset: Same.
* include/std/iosfwd: Same.
* include/std/limits: Same.
* include/std/fstream: Same.
* include/std/istream: Same.
* include/std/ostream: Same.
* include/std/sstream: Same.
* include/parallel/multiway_merge.h: Same.
* include/parallel/for_each.h: Same.
* include/parallel/workstealing.h: Same.
* include/parallel/omp_loop_static.h: Same.
* include/parallel/omp_loop.h: Same.
* include/c_std/csignal: Same.
* include/c_std/cstdlib: Same.
* include/c_std/cstdio: Same.
* include/c_std/cstdarg: Same.
* include/c_std/cctype: Same.
* include/c_std/cerrno: Same.
* include/c_std/cmath: Same.
* include/c_std/ciso646: Same.
* include/c_std/ctime: Same.
* include/c_std/clocale: Same.
* include/c_std/climits: Same.
* include/c_std/cassert: Same.
* include/c_std/csetjmp: Same.
* include/c_std/cwchar: Same.
* include/c_std/cfloat: Same.
* include/c_std/cstring: Same.
* include/c_std/cstddef: Same.
* include/c_std/cwctype: Same.
* include/profile/iterator_tracker.h: Same.
* include/profile/impl/profiler_trace.h: Same.
* include/ext/vstring.h: Same.
* include/ext/algorithm: Same.
* include/ext/pb_ds/detail/pat_trie_/pat_trie_.h.pp: Same.
* include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.h.pp: Same.
* include/ext/pb_ds/detail/type_utils.hpp: Same.
* include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same
* include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
* include/ext/rc_string_base.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/ext/functional: Same.
* include/ext/mt_allocator.h: Same.
* include/bits/basic_ios.h: Same.
* include/bits/stl_map.h: Same.
* include/bits/stl_algobase.h: Same.
* include/bits/stl_queue.h: Same.
* include/bits/locale_classes.h: Same.
* include/bits/stl_set.h: Same.
* include/bits/locale_facets.h: Same.
* include/bits/stl_stack.h: Same.
* include/bits/stl_iterator_base_types.h: Same.
* include/bits/basic_string.h: Same.
* include/bits/stl_multimap.h: Same.
* include/bits/ios_base.h: Same.
* include/bits/stl_deque.h: Same.
* include/bits/stl_multiset.h: Same.
* include/bits/stl_iterator_base_funcs.h: Same.
* include/bits/char_traits.h: Same.
* include/bits/stl_algo.h: Same.
* include/bits/stl_iterator.h: Same.
* include/bits/stl_tempbuf.h: Same.
* include/bits/random.tcc: Same.
* include/bits/stl_function.h: Same.
* include/bits/cpp_type_traits.h: Same.
* include/bits/random.h: Same.
* include/bits/allocator.h: Same.
* include/bits/locale_facets_nonio.h: Same.
* include/c_global/csignal: Same.
* include/c_global/cstdlib: Same.
* include/c_global/cstdio: Same.
* include/c_global/cstdarg: Same.
* include/c_global/cctype: Same.
* include/c_global/cerrno: Same.
* include/c_global/cmath: Same.
* include/c_global/ciso646: Same.
* include/c_global/ctime: Same.
* include/c_global/clocale: Same.
* include/c_global/climits: Same.
* include/c_global/cassert: Same.
* include/c_global/csetjmp: Same.
* include/c_global/cwchar: Same.
* include/c_global/cfloat: Same.
* include/c_global/cstring: Same.
* include/c_global/cstddef: Same.
* include/c_global/cwctype: Same.
* include/tr1/hypergeometric.tcc: Same.
* include/tr1/random.tcc: Same.
* include/tr1/functional: Same.
* include/tr1/random.h: Same.
* include/backward/auto_ptr.h: Same.
* include/backward/binders.h: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Adjust line numbers.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc:
Same.
* testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc:
Same.

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

14 years ago * testsuite/demangle-expected: Add missing --format=gnu-v3.
tromey [Thu, 4 Feb 2010 16:54:31 +0000 (16:54 +0000)]
* testsuite/demangle-expected: Add missing --format=gnu-v3.

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

14 years ago * gcc.pot: Regenerate.
jsm28 [Thu, 4 Feb 2010 16:22:03 +0000 (16:22 +0000)]
* gcc.pot: Regenerate.

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

14 years ago2010-02-04 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 4 Feb 2010 16:14:17 +0000 (16:14 +0000)]
2010-02-04  Richard Guenther  <rguenther@suse.de>

PR rtl-optimization/42952
* dse.c (const_or_frame_p): Remove MEM handling.

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

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

14 years ago * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
nickc [Thu, 4 Feb 2010 08:49:55 +0000 (08:49 +0000)]
    * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
        (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
        (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
        (mn10300_asm_output_mi_thunk): New function.
        (mn10300_can_output_mu_thunk): New function.
        * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
        (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
        (FUNCTION_ARG): Delete incorrect comment.

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

14 years agoFix a couple of nits
ebotcazou [Thu, 4 Feb 2010 08:37:25 +0000 (08:37 +0000)]
Fix a couple of nits

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

14 years ago2010-02-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Thu, 4 Feb 2010 01:53:37 +0000 (01:53 +0000)]
2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/42901
* gfortran.dg/namelist_60.f90: New test.

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

14 years ago2010-02-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Thu, 4 Feb 2010 01:49:41 +0000 (01:49 +0000)]
2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/42901
* io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
code, and adjust logic to set namelist info pointer correctly for array
qualifiers of derived type components.

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

14 years agoDaily bump.
gccadmin [Thu, 4 Feb 2010 00:16:49 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR c++/40138
jason [Wed, 3 Feb 2010 21:53:41 +0000 (21:53 +0000)]
PR c++/40138
* fold-const.c (operand_equal_p): Handle erroneous types.

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

14 years ago PR c++/4926
jason [Wed, 3 Feb 2010 20:42:48 +0000 (20:42 +0000)]
PR c++/4926
PR c++/38600
* mangle.c (write_unqualified_id): Split out from write_expression.
(write_unqualified_name): Call it.
(write_member_name): Likewise.
(write_expression): Support TEMPLATE_ID_EXPR.
Disambiguate operator names.

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

14 years ago PR c++/12909
jason [Wed, 3 Feb 2010 20:42:35 +0000 (20:42 +0000)]
PR c++/12909
* mangle.c (write_type) [VECTOR_TYPE]: Change mangling.

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

14 years ago * config/h8300/h8300.md (can_delay): Fix attibute condition.
law [Wed, 3 Feb 2010 20:18:44 +0000 (20:18 +0000)]
* config/h8300/h8300.md (can_delay): Fix attibute condition.

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

14 years ago2010-02-03 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 3 Feb 2010 20:16:22 +0000 (20:16 +0000)]
2010-02-03  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/condition_variable (condition_variable_any): Provide
definitions for all members.
* src/condition_variable.cc (condition_variable_any): Adjust
definitions.
* config/abi/pre/gnu.ver: Adjust exports for condition_variable_any.
* testsuite/30_threads/condition_variable_any/cons/assign_neg.cc:
Adjust dg-error line number.
* testsuite/30_threads/condition_variable_any/cons/copy_neg.cc:
Likewise.
* testsuite/30_threads/condition_variable_any/members/1.cc: New.
* testsuite/30_threads/condition_variable_any/members/2.cc: New.
* testsuite/30_threads/condition_variable_any/requirements/
standard_layout.cc: Remove.
* testsuite/30_threads/condition_variable_any/native_handle/
typesizes.cc: Remove.

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

14 years ago2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Wed, 3 Feb 2010 19:01:31 +0000 (19:01 +0000)]
2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimizations/42941
* sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
of xmalloc.

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

14 years agoadd missing ChangeLog
jason [Wed, 3 Feb 2010 16:29:17 +0000 (16:29 +0000)]
add missing ChangeLog

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

14 years ago PR c++/35652
jason [Wed, 3 Feb 2010 16:28:07 +0000 (16:28 +0000)]
PR c++/35652
* builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.

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

14 years ago2010-02-03 Alexandre Oliva <aoliva@redhat.com>
rguenth [Wed, 3 Feb 2010 15:00:33 +0000 (15:00 +0000)]
2010-02-03  Alexandre Oliva  <aoliva@redhat.com>

PR debug/42896
* cselib.h (struct cselib_val_struct): Add uid.  Rename value to
hash.
(cselib_reset_table): Renamed from...
(cselib_reset_table_with_next_value): ... this.
(cselib_get_next_uid): Renamed from...
(cselib_get_next_unknown_value): ... this.
* cselib.c (next_uid): Renamed from...
(next_unknown_value): ... this.
(cselib_clear_table): Adjust.
(cselib_reset_table): Adjust.  Renamed from...
(cselib_reset_table_with_next_value): ... this.
(cselib_get_next_uid): Adjust.  Renamed from...
(cselib_get_next_unknown_value): ... this.
(get_value_hash): Use hash.
(cselib_hash_rtx): Likewise.
(new_cselib_val): Adjust.  Set and dump uid.
(cselib_lookup_mem): Pass next_uid as hash.
(cselib_subst_to_values): Likewise.
(cselib_log_lookup): Dump uid.
(cselib_lookup): Pass next_uid as hash.  Adjust.
(cselib_process_insn): Adjust.
(cselib_init): Initialize next_uid.
(cselib_finish): Adjust.
(dump_cselib_table): Likewise.
* dse.c (canon_address): Dump value uid.
* print-rtl.c (print_rtx): Print value uid.
* var-tracking.c (VARIABLE_HASH_VAL): Dropped.
(dvuid): New type.
(dv_uid): New function, sort of renamed from...
(dv_htab_hash): ... this, reimplemented in terms of it and...
(dv_uid2hash): ... this.  New.
(variable_htab_eq): Drop excess assertions.
(tie_break_pointers): Removed.
(canon_value_cmp): Compare uids.
(variable_post_merge_New_vals): Print uids.
(vt_add_function_parameters): Adjust.
(vt_initialize): Reset table.  Adjust.

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

14 years ago2010-02-03 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 3 Feb 2010 13:03:39 +0000 (13:03 +0000)]
2010-02-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42944
* tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
calloc.
(call_may_clobber_ref_p_1): Likewise.  Properly handle
malloc and calloc clobbering errno.

* gcc.dg/errno-1.c: New testcase.

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

14 years ago * doc/invoke.texi: Fix name of sched1 dump.
steven [Wed, 3 Feb 2010 12:36:27 +0000 (12:36 +0000)]
* doc/invoke.texi: Fix name of sched1 dump.

* opts.c (decode_options): Set flag_tree_switch_conversion
only conditionally on optimize >= 2.

* gcse.c: Assorted comment fixes in pass description.

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

14 years agoFix moxie tramponline alignment problem
green [Wed, 3 Feb 2010 11:36:30 +0000 (11:36 +0000)]
Fix moxie tramponline alignment problem

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

14 years ago2010-02-03 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 3 Feb 2010 11:13:17 +0000 (11:13 +0000)]
2010-02-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/42927
* tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.

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

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