platform/upstream/gcc.git
14 years agoUse SPEC_32 and SPEC_64 in ASM_SPEC.
H.J. Lu [Mon, 1 Mar 2010 13:05:44 +0000 (13:05 +0000)]
Use SPEC_32 and SPEC_64 in ASM_SPEC.

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

* config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.

From-SVN: r157143

14 years agore PR tree-optimization/43213 (Worse code generated with -O2)
Richard Guenther [Mon, 1 Mar 2010 12:56:44 +0000 (12:56 +0000)]
re PR tree-optimization/43213 (Worse code generated with -O2)

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

PR middle-end/43213
* expr.c (expand_assignment): Use the alias-oracle to tell
if the rhs aliases the result decl.

* gcc.dg/pr43213.c: New testcase.

From-SVN: r157142

14 years agore PR pch/14940 (PCH largefile test fails on various platforms)
Rainer Orth [Mon, 1 Mar 2010 12:44:33 +0000 (12:44 +0000)]
re PR pch/14940 (PCH largefile test fails on various platforms)

gcc:
PR pch/14940
* config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
to sol_gt_pch_get_address.
(TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
64-bit, SPARC and x86.
(sol_gt_pch_get_address): New function.

gcc/testsuite:
PR pch/14940
* gcc.dg/pch/pch.exp: Don't XFAIL largefile.c on i?86-*-solaris2.10.

From-SVN: r157141

14 years agotarget-supports.exp (check_effective_target_ucn_nocache): New function.
Rainer Orth [Mon, 1 Mar 2010 12:40:38 +0000 (12:40 +0000)]
target-supports.exp (check_effective_target_ucn_nocache): New function.

* lib/target-supports.exp (check_effective_target_ucn_nocache):
New function.
(check_effective_target_ucn): Likewise.

* g++.dg/other/ucnid-1.C: Don't XFAIL on *-*-solaris2.*, but skip
if !ucn.
* gcc.dg/ucnid-2.c: Likewise.
* gcc.dg/ucnid-3.c: Likewise.
* gcc.dg/ucnid-4.c: Likewise.
* gcc.dg/ucnid-11.c: Likewise.
* gcc.dg/ucnid-12.c: Likewise.
* gcc.dg/ucnid-6.c: Skip if !ucn.
* gcc.dg/ucnid-9.c: Likewise.

From-SVN: r157140

14 years agopr32000-2.c: Add missing include and exclude lists to dg-skip-if.
Rainer Orth [Mon, 1 Mar 2010 12:37:30 +0000 (12:37 +0000)]
pr32000-2.c: Add missing include and exclude lists to dg-skip-if.

* gcc.target/i386/pr32000-2.c: Add missing include and exclude
lists to dg-skip-if.
* gcc.target/i386/stackalign/return-3.c: Likewise.

From-SVN: r157139

14 years ago* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
Rainer Orth [Mon, 1 Mar 2010 12:35:16 +0000 (12:35 +0000)]
* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.

From-SVN: r157138

14 years agore PR libgcj/38251 (tools.zip doesn't build on systems with short command lines)
Rainer Orth [Mon, 1 Mar 2010 12:32:02 +0000 (12:32 +0000)]
re PR libgcj/38251 (tools.zip doesn't build on systems with short command lines)

PR libgcj/38251
* tools/Makefile.am (dist-hook): Prune .svn directories in asm and
classes copies.
* tools/Makefile.in: Regenerate.

Revert:
2008-11-05  Andrew Haley  <aph@redhat.com>

* tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude
.svn direcories.

From-SVN: r157137

14 years agoclearcap.map: New file.
Rainer Orth [Mon, 1 Mar 2010 12:28:19 +0000 (12:28 +0000)]
clearcap.map: New file.

* gcc.target/i386/clearcap.map: New file.
* gcc.target/i386/i386.exp: Check for linker -M mapfile support.
Pass clearcap.map by default if supported.

From-SVN: r157136

14 years agore PR fortran/42900 (gfortran.dg/stat_[12].f90 may fail on NFS filesystems)
Rainer Orth [Mon, 1 Mar 2010 12:25:34 +0000 (12:25 +0000)]
re PR fortran/42900 (gfortran.dg/stat_[12].f90 may fail on NFS filesystems)

PR fortran/42900
* gfortran.dg/stat_1.f90: Accept 'testfile' gid == parent dir gid.
Explain this.
* gfortran.dg/stat_2.f90: Likewise.

From-SVN: r157135

14 years agotoplev.h (inform_n, error_n): Declare.
Shujing Zhao [Mon, 1 Mar 2010 09:56:41 +0000 (09:56 +0000)]
toplev.h (inform_n, error_n): Declare.

gcc/
2010-03-01  Marco Poletti  <poletti.marco@gmail.com>

        * toplev.h (inform_n, error_n): Declare.
        * diagnostic.c (inform_n, error_n): New function.

gcc/cp/
2010-03-01  Marco Poletti  <poletti.marco@gmail.com>

        * pt.c (redeclare_class_template): Use error_n and inform_n.

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

        * exgettext: Handle the functions that end with _n.

From-SVN: r157134

14 years agore PR fortran/43199 ([OOP] ICE when reading module file: find_array_spec(): Component...
Tobias Burnus [Mon, 1 Mar 2010 09:23:35 +0000 (10:23 +0100)]
re PR fortran/43199 ([OOP] ICE when reading module file: find_array_spec(): Component not found)

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

        PR fortran/43199
        * resolve.c (find_array_spec): Handle REF_COMPONENT with
        CLASS components.

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

        PR fortran/43199
        * gfortran.dg/module_read_2.f90: New test.

From-SVN: r157133

14 years agocfgexpand.c (expand_used_vars): If an artificial non-ignored var has no rtl yet when...
Jakub Jelinek [Mon, 1 Mar 2010 07:03:22 +0000 (08:03 +0100)]
cfgexpand.c (expand_used_vars): If an artificial non-ignored var has no rtl yet when processing local_decls...

* cfgexpand.c (expand_used_vars): If an artificial non-ignored var
has no rtl yet when processing local_decls, queue it and recheck
if deferred stack allocation hasn't assigned it rtl.

From-SVN: r157132

14 years agoDaily bump.
GCC Administrator [Mon, 1 Mar 2010 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157131

14 years agosh.c (unspec_bbr_uid): New.
Kaz Kojima [Sun, 28 Feb 2010 23:23:50 +0000 (23:23 +0000)]
sh.c (unspec_bbr_uid): New.

* config/sh/sh.c (unspec_bbr_uid): New.
(gen_block_redirect): Use it instead of INSN_UID.
(gen_far_branch): Likewise.

From-SVN: r157128

14 years agoMake TARGET_SUBTARGET32_ISA_DEFAULT the same as
H.J. Lu [Sun, 28 Feb 2010 17:55:16 +0000 (17:55 +0000)]
Make TARGET_SUBTARGET32_ISA_DEFAULT the same as
TARGET_SUBTARGET64_ISA_DEFAULT for Darwin/x86.

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

* config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
it the same as TARGET_SUBTARGET64_ISA_DEFAULT.

From-SVN: r157125

14 years agore PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4' not...
Mark Mitchell [Sun, 28 Feb 2010 17:07:54 +0000 (17:07 +0000)]
re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4' not suppressed in sytem headers)

2010-02-27  Mark Mitchell  <mark@codesourcery.com>

PR c++/42748
* cp-tree.h (push_tinst_level): Declare.
(pop_tinst_level): Likewise.
* pt.c (push_tinst_level): Give it external linkage.
(pop_tinst_level): Likewise.
* mangle.c (mangle_decl_string): Set the source location to that
of the decl while mangling.

2010-02-27  Mark Mitchell  <mark@codesourcery.com>

PR c++/42748
* g++.dg/abi/mangle11.C: Adjust mangling warning locations.
* g++.dg/abi/mangle12.C: Likewise.
* g++.dg/abi/mangle20-2.C: Likewise.
* g++.dg/abi/mangle17.C: Likewise.
* g++.dg/template/cond2.C: Likewise.
* g++.dg/template/pr35240.C: Likewise.

From-SVN: r157124

14 years agore PR fortran/43205 (-finit-local-zero and -fno-automatic used together with large...
Tobias Burnus [Sun, 28 Feb 2010 16:16:22 +0000 (17:16 +0100)]
re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with large 2-dim variables take too long to compile)

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

        PR fortran/43205
        * trans-expr.c (is_zero_initializer_p): Move up in the file.
        (gfc_conv_initializer): Handle zero initializer as special case.

From-SVN: r157123

14 years agoreferences.html: Adjust link to SGI's STL site.
Gerald Pfeifer [Sun, 28 Feb 2010 12:57:16 +0000 (12:57 +0000)]
references.html: Adjust link to SGI's STL site.

* doc/html/ext/pb_ds/references.html: Adjust link to SGI's STL
site.

From-SVN: r157122

14 years agoFix typos in documentation.
Ralf Wildenhues [Sun, 28 Feb 2010 12:50:39 +0000 (12:50 +0000)]
Fix typos in documentation.

gcc/:
* doc/invoke.texi (Warning Options, RX Options): Fix typos.
(Warning Options): -Wno-conversion-null is valid for
Objective-C++ as well.
* doc/tm.texi (Named Address Spaces): Likewise.
* doc/plugins.texi (Plugins): Replace TABs with spaces.
* doc/tree-ssa.texi (Tree SSA): Likewise.

From-SVN: r157121

14 years agohash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash both...
Paolo Carlini [Sun, 28 Feb 2010 10:37:04 +0000 (10:37 +0000)]
hash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash both -0 and +0 to 0.

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

       * src/hash-long-double-aux.cc (hash<long double>::
       operator()(long double)): Hash both -0 and +0 to 0.

From-SVN: r157120

14 years agoDon't set the default arch for i[34567]86-*-darwin*|x86_64-*-darwin*.
H.J. Lu [Sun, 28 Feb 2010 07:56:36 +0000 (07:56 +0000)]
Don't set the default arch for i[34567]86-*-darwin*|x86_64-*-darwin*.

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

PR bootstrap/43202
* config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
by default.  Don't set the default arch for
i[34567]86-*-darwin*|x86_64-*-darwin*.

From-SVN: r157119

14 years agoRestore i[34567]86-*-darwin* bootstrap.
H.J. Lu [Sun, 28 Feb 2010 07:23:31 +0000 (07:23 +0000)]
Restore i[34567]86-*-darwin* bootstrap.

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

PR bootstrap/43202
* config.gcc: Enable SSE math for i[34567]86-*-darwin* by
default.  Set the default 32bit/64bit archs with $with_arch
instead of $arch for i[34567]86-*-*|x86_64-*-* targets.

From-SVN: r157118

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

From-SVN: r157117

14 years agore PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never ends)
Richard Guenther [Sat, 27 Feb 2010 23:28:46 +0000 (23:28 +0000)]
re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never ends)

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

PR tree-optimization/43186
* params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
* doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
* tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
unroller iterations.

* gcc.c-torture/compile/pr43186.c: Adjust testcase.

From-SVN: r157114

14 years agopacked1.C: Expect warning on the SH.
Kaz Kojima [Sat, 27 Feb 2010 22:14:51 +0000 (22:14 +0000)]
packed1.C: Expect warning on the SH.

* g++.dg/abi/packed1.C: Expect warning on the SH.

From-SVN: r157113

14 years agore PR c++/42054 (ICE with invalid template parameter)
Simon Martin [Sat, 27 Feb 2010 19:21:39 +0000 (19:21 +0000)]
re PR c++/42054 (ICE with invalid template parameter)

gcc/cp/

2010-02-27  Simon Martin  <simartin@users.sourceforge.net>

        PR c++/42054
        * pt.c (redeclare_class_template): Return false if there are erroneous
        template parameters.

gcc/testsuite/

2010-02-27  Simon Martin  <simartin@users.sourceforge.net>

        PR c++/42054:
* g++.dg/parse/error37.C: New test.

From-SVN: r157112

14 years agore PR c/24577 (diagnostic informative note labelled "error")
Manuel López-Ibáñez [Sat, 27 Feb 2010 17:48:02 +0000 (17:48 +0000)]
re PR c/24577 (diagnostic informative note labelled "error")

2010-02-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/24577
PR c/43192
* gcc.dg/pr8927-1.c: Match new note.
* gcc.dg/990506-0.c: Likewise.
* gcc.dg/gomp/flush-2.c: Likewise.
* gcc.dg/gomp/atomic-5.c: Likewise.
* gcc.dg/gomp/pr34607.c: Likewise.
* gcc.dg/pr35746.c: Likewise.
* gcc.dg/cpp/pragma-1.c: Likewise.
* gcc.dg/cpp/pragma-2.c: Likewise.
* gcc.dg/pr41842.c: Likewise.
* gcc.dg/noncompile/20040629-1.c: Likewise.
* objc.dg/private-1.m: Likewise.

From-SVN: r157111

14 years agoSet the default 32bit/64bit archs if needed.
H.J. Lu [Sat, 27 Feb 2010 17:44:41 +0000 (17:44 +0000)]
Set the default 32bit/64bit archs if needed.

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

* config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
required and i[34567]86-*-* targets don't support 64bit ISA.

From-SVN: r157110

14 years agore PR fortran/43185 ([F2008] Implicit SAVE in MODULEs)
Tobias Burnus [Sat, 27 Feb 2010 17:25:05 +0000 (18:25 +0100)]
re PR fortran/43185 ([F2008] Implicit SAVE in MODULEs)

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

        PR fortran/43185
        * resolve.c (resolve_fl_variable_derived): Imply SAVE
        for module variables for Fortran 2008.

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

        PR fortran/43185
        * gfortran.dg/default_initialization_1.f90: Add -std=f2003.
        * gfortran.dg/default_initialization_4.f90: New test.

From-SVN: r157109

14 years agore PR ada/42253 (run time crash on null for thin pointers)
Eric Botcazou [Sat, 27 Feb 2010 14:27:27 +0000 (14:27 +0000)]
re PR ada/42253 (run time crash on null for thin pointers)

PR ada/42253
* gcc-interface/utils2.c (build_binary_op) <EQ_EXPR>: Assert that fat
pointer base types are variant of each other.  Apply special treatment
for null to fat pointer types in all cases.

From-SVN: r157107

14 years agoDaily bump.
GCC Administrator [Sat, 27 Feb 2010 00:17:05 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r157105

14 years agore PR ada/43096 (miscompilation of ACATS c37105a at -O2)
Eric Botcazou [Fri, 26 Feb 2010 23:10:24 +0000 (23:10 +0000)]
re PR ada/43096 (miscompilation of ACATS c37105a at -O2)

PR ada/43096
* tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
the same alias set.

From-SVN: r157102

14 years agoSet the default arch at least to Prescott/Pentium 4.
H.J. Lu [Fri, 26 Feb 2010 22:35:34 +0000 (22:35 +0000)]
Set the default arch at least to Prescott/Pentium 4.

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

* config.gcc: Set the default arch at least to Prescott for
i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
if SSE math is enabled.

From-SVN: r157101

14 years agodiagnostic.c (diagnostic_initialize): Update.
Manuel López-Ibáñez [Fri, 26 Feb 2010 22:06:56 +0000 (22:06 +0000)]
diagnostic.c (diagnostic_initialize): Update.

2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* diagnostic.c (diagnostic_initialize): Update.
(diagnostic_report_diagnostic): Test inhibit_notes_p for
informative notes.
* diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
(diagnostic_inhibit_notes): New.
* toplev.c (process_options): inhibit notes with -fcompare-debug.

From-SVN: r157100

14 years agore PR c/20631 (Support -std=c90 as alias for -std=c89)
Manuel López-Ibáñez [Fri, 26 Feb 2010 17:09:29 +0000 (17:09 +0000)]
re PR c/20631 (Support -std=c90 as alias for -std=c89)

2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/20631
* doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
* doc/standards.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/trouble.texi: Likewise.
* doc/cppopts.texi: Likewise.
* doc/install.texi: Likewise.
* c.opt (std=c90,std=gnu90): New options.
* c-opts.c (c_common_handle_option): Handle them.
testsuite/
* gcc.dg/cpp/c90-pedantic.c: New.
* gcc.dg/cpp/c90.c: New.
* gcc.dg/gnu90-const-expr-1.c: New.
* gcc.dg/Woverlength-strings-pedantic-c90.c: New.

From-SVN: r157096

14 years agore PR c/24577 (diagnostic informative note labelled "error")
Manuel López-Ibáñez [Fri, 26 Feb 2010 16:56:09 +0000 (16:56 +0000)]
re PR c/24577 (diagnostic informative note labelled "error")

2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/24577
* c-decl.c (undeclared_variable): Use an informative note.

From-SVN: r157095

14 years agore PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never ends)
Richard Guenther [Fri, 26 Feb 2010 16:01:52 +0000 (16:01 +0000)]
re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never ends)

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

PR tree-optimization/43186
* gimple.h (gimple_fold): Remove.
* gimple.c (gimple_fold): Remove.  Inline into single user ...
* tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
Try harder for conditions.

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

From-SVN: r157093

14 years agore PR debug/43190 (Used pointer typedefs eliminated from debug info)
Jakub Jelinek [Fri, 26 Feb 2010 15:58:57 +0000 (16:58 +0100)]
re PR debug/43190 (Used pointer typedefs eliminated from debug info)

PR debug/43190
* function.c (used_types_insert): Don't skip through named pointer
types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
and it is different from the main variant's type.

* c-c++-common/dwarf2/pr43190.c: New test.

From-SVN: r157092

14 years ago* config/rx/rx.md (sminsi3): Remove bogus alternative.
Nick Clifton [Fri, 26 Feb 2010 15:32:27 +0000 (15:32 +0000)]
* config/rx/rx.md (sminsi3): Remove bogus alternative.

From-SVN: r157091

14 years agoSupport --with-fpmath=sse for x86.
H.J. Lu [Fri, 26 Feb 2010 14:52:01 +0000 (14:52 +0000)]
Support --with-fpmath=sse for x86.

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

* config.gcc: Support --with-fpmath=sse for x86.

* config/i386/ssemath.h: New.

* doc/install.texi (--with-fpmath=sse): Documented.

From-SVN: r157090

14 years agoAdd -mno-mmx to x86 in gcc.dg/torture/stackalign/stackalign.exp.
H.J. Lu [Fri, 26 Feb 2010 14:49:02 +0000 (14:49 +0000)]
Add -mno-mmx to x86 in gcc.dg/torture/stackalign/stackalign.exp.

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

PR testsuite/37074:
* gcc.dg/torture/stackalign/stackalign.exp: Add -mno-mmx to x86.

From-SVN: r157089

14 years agore PR tree-optimization/43188 ("error: alignment of array elements is greater than...
Richard Guenther [Fri, 26 Feb 2010 13:34:38 +0000 (13:34 +0000)]
re PR tree-optimization/43188 ("error: alignment of array elements is greater than element size")

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

PR tree-optimization/43188
* tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
vector types of over-aligned element type.

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

From-SVN: r157088

14 years agoCorrect expand_vec_perm_blend in i386.c for V8HImode merge.
H.J. Lu [Fri, 26 Feb 2010 13:18:17 +0000 (05:18 -0800)]
Correct expand_vec_perm_blend in i386.c for V8HImode merge.

gcc/

2010-02-26  Uros Bizjak  <ubizjak@gmail.com>

PR target/43175
* config/i386/i386.c (expand_vec_perm_blend): Use correct
operands in V8HImode subregs.  Fix operand order in VEC_MERGE
rtx.

gcc/testsuite/

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

PR target/43175
* gcc.target/i386/vperm-v4si-2-sse4.c: New.

From-SVN: r157087

14 years ago* doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
Jan Kratochvil [Fri, 26 Feb 2010 11:54:26 +0000 (11:54 +0000)]
* doc/invoke.texi (-fvar-tracking-assignments): Fix typo.

From-SVN: r157086

14 years agoMakefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
Jakub Jelinek [Fri, 26 Feb 2010 11:03:46 +0000 (12:03 +0100)]
Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).

* Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
* var-tracking.c: Include diagnostic.h.
(debug_dv): New function.
(dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.

From-SVN: r157085

14 years agore PR debug/43160 (Wrong debug info in guality/vla-1.c (f1))
Jakub Jelinek [Fri, 26 Feb 2010 11:02:39 +0000 (12:02 +0100)]
re PR debug/43160 (Wrong debug info in guality/vla-1.c (f1))

PR debug/43160
* var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
(add_value_chain, add_value_chains, remove_value_chain,
remove_value_chains): Handle DEBUG_EXPRs.
(check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.

From-SVN: r157084

14 years agore PR debug/43161 (Wrong debug info in guality/vla-1.c (f2))
Jakub Jelinek [Fri, 26 Feb 2010 11:01:28 +0000 (12:01 +0100)]
re PR debug/43161 (Wrong debug info in guality/vla-1.c (f2))

PR debug/43161
* regcprop.c (struct queued_debug_insn_change): New type.
(struct value_data_entry): Add debug_insn_changes field.
(struct value_data): Add n_debug_insn_changes field.
(debug_insn_changes_pool): New variable.
(free_debug_insn_changes, apply_debug_insn_changes,
cprop_find_used_regs_1, cprop_find_used_regs): New functions.
(kill_value_one_regno): Call free_debug_insn_changes if needed.
(init_value_data): Clear debug_insn_changes and n_debug_insn_changes
fields.
(replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
changes for them.
(copyprop_hardreg_forward_1): Don't call apply_change_group for
DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
changes, call cprop_find_used_regs via note_stores.
(copyprop_hardreg_forward): When copying vd from predecessor
which has any queued DEBUG_INSN changes, make sure the pointers are
cleared.  At the end call df_analyze and then if there are any
DEBUG_INSN changes queued at the end of some basic block for still
live registers, apply them.
(pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.

From-SVN: r157083

14 years agoconfig.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
Uros Bizjak [Fri, 26 Feb 2010 08:17:00 +0000 (09:17 +0100)]
config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.

* config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
(arm*-*-*): Ditto.

From-SVN: r157082

14 years agoSet default arch/cpu for i[34567]86-*-*|x86_64-*-* targets.
H.J. Lu [Fri, 26 Feb 2010 02:37:40 +0000 (02:37 +0000)]
Set default arch/cpu for i[34567]86-*-*|x86_64-*-* targets.

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

* config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
targets.  Set the default with_cpu/with_arch from arch/cpu.
Allow x86-64 and native for with_cpu/with_arch.

From-SVN: r157081

14 years agoebitmap.c: Change calls to verify_popcount with calls to sbitmap_verify_popcount.
Nicolas Benoit [Fri, 26 Feb 2010 01:51:27 +0000 (01:51 +0000)]
ebitmap.c: Change calls to verify_popcount with calls to sbitmap_verify_popcount.

2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>

* ebitmap.c: Change calls to verify_popcount with calls to
sbitmap_verify_popcount.
(ebitmap_clear_bit): Fixed map->cacheindex test and
map>cache update when bit clearing results in an empty
element.

From-SVN: r157080

14 years ago* g++.dg/abi/packed1.C: Expect warning on the SPARC.
Eric Botcazou [Fri, 26 Feb 2010 00:21:04 +0000 (00:21 +0000)]
* g++.dg/abi/packed1.C: Expect warning on the SPARC.

From-SVN: r157079

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

From-SVN: r157078

14 years agoFix PR target/43154
Michael Meissner [Thu, 25 Feb 2010 22:26:55 +0000 (22:26 +0000)]
Fix PR target/43154

From-SVN: r157074

14 years agoextend.texi (Symbol-Renaming Pragmas): Fix spelling of #pragma extern_prefix.
Gerald Pfeifer [Thu, 25 Feb 2010 20:48:57 +0000 (20:48 +0000)]
extend.texi (Symbol-Renaming Pragmas): Fix spelling of #pragma extern_prefix.

* doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
#pragma extern_prefix.

From-SVN: r157072

14 years agorandom.tcc (operator<<): Use max_digits10.
Ed Smith-Rowland [Thu, 25 Feb 2010 17:34:30 +0000 (17:34 +0000)]
random.tcc (operator<<): Use max_digits10.

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

* include/bits/random.tcc (operator<<): Use max_digits10.

From-SVN: r157068

14 years agolimits (__numeric_limits_base::max_digits10, [...]): Add.
Ed Smith-Rowland [Thu, 25 Feb 2010 17:13:04 +0000 (17:13 +0000)]
limits (__numeric_limits_base::max_digits10, [...]): Add.

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

* include/std/limits (__numeric_limits_base::max_digits10,
numeric_limits<>::max_digits10, numeric_limits<>::lowest): Add.
* src/limits.cc: Define max_digits10.
* config/abi/pre/gnu.ver: Adjust.
* testsuite/18_support/numeric_limits/dr559.cc: Test max_digits10
and lowest too.
* testsuite/18_support/numeric_limits/lowest.cc: New.
* testsuite/18_support/numeric_limits/max_digits10.cc: New.

From-SVN: r157067

14 years agofunctional_hash.h (__hash_combine): Remove.
Paolo Carlini [Thu, 25 Feb 2010 13:32:52 +0000 (13:32 +0000)]
functional_hash.h (__hash_combine): Remove.

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

* include/bits/functional_hash.h (__hash_combine): Remove.
(_Fnv_hash_base<>::hash(const char*, size_t)): Add defaulted
hash parameter.
(_Fnv_hash::__hash_combine(const _Tp&, size_t)): Add.
* include/std/system_error (hash<system_error>): Adjust.
* src/compatibility-c++0x.cc (hash<system_error>): Likewise.

From-SVN: r157065

14 years agore PR debug/43166 (ICE in simplify_subreg on fortran code)
Jakub Jelinek [Thu, 25 Feb 2010 10:50:24 +0000 (11:50 +0100)]
re PR debug/43166 (ICE in simplify_subreg on fortran code)

PR debug/43166
* cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
BLKmode, assert op0 is a MEM and just adjust its mode.

* trans-common.c (build_common_decl): Also update DECL_MODE,
and DECL_SIZE when encountering a larger common block and call
layout_decl.

* gfortran.dg/debug/pr43166.f: New test.

From-SVN: r157063

14 years agore PR debug/43165 (ice in simplify_subreg, at simplify-rtx.c:5146)
Jakub Jelinek [Thu, 25 Feb 2010 10:41:52 +0000 (11:41 +0100)]
re PR debug/43165 (ice in simplify_subreg, at simplify-rtx.c:5146)

PR debug/43165
* cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
if bitpos isn't multiple of mode's bitsize.

* gcc.dg/torture/pr43165.c: New test.

From-SVN: r157062

14 years agoFix ChangeLog Entry.
Jerry DeLisle [Thu, 25 Feb 2010 05:53:35 +0000 (05:53 +0000)]
Fix ChangeLog Entry.

From-SVN: r157061

14 years agotransfer.c (require_type): Subtract one from item_count for output of error message.
Jerry DeLisle [Thu, 25 Feb 2010 05:47:10 +0000 (05:47 +0000)]
transfer.c (require_type): Subtract one from item_count for output of error message.

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

* io/transfer.c (require_type): Subtract one from item_count for output
of error message.  Add comment before formatted_transfer function
explaining why the item_count is off by one.

From-SVN: r157060

14 years agofaq.xml: Adjust structure for pdf index.
Benjamin Kosnik [Thu, 25 Feb 2010 01:22:57 +0000 (01:22 +0000)]
faq.xml: Adjust structure for pdf index.

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

* doc/xml/faq.xml: Adjust structure for pdf index.
* doc/xml/manual/mt_allocator.xml: Same.
* doc/xml/manual/allocator.xml: Same.
* doc/xml/manual/ctype.xml: Same.
* doc/xml/manual/numerics.xml: Same.
* doc/xml/manual/codecvt.xml: Same.
* doc/xml/manual/intro.xml: Same.
* doc/xml/manual/shared_ptr.xml: Same.
* doc/xml/manual/status_cxxtr1.xml: Same.
* doc/xml/manual/auto_ptr.xml: Same.
* doc/xml/manual/internals.xml: Same.
* doc/xml/manual/status_cxx1998.xml: Same.
* doc/xml/manual/parallel_mode.xml: Same.
* doc/xml/manual/profile_mode.xml: Same.
* doc/xml/manual/containers.xml: Same.
* doc/xml/manual/io.xml: Same.
* doc/xml/manual/concurrency_extensions.xml: Same.
* doc/xml/manual/appendix_porting.xml: Same.
* doc/xml/manual/utilities.xml: Same.
* doc/xml/manual/support.xml: Same.
* doc/xml/manual/bitmap_allocator.xml: Same.
* doc/xml/manual/configure.xml: Same.
* doc/xml/manual/build_hacking.xml: Same.
* doc/xml/manual/evolution.xml: Same.
* doc/xml/manual/using.xml: Same.
* doc/xml/manual/debug.xml: Same.
* doc/xml/manual/localization.xml: Same.
* doc/xml/manual/strings.xml: Same.
* doc/xml/manual/debug_mode.xml: Same.
* doc/xml/manual/locale.xml: Same.
* doc/xml/manual/extensions.xml: Same.
* doc/xml/manual/appendix_contributing.xml: Same.
* doc/xml/manual/prerequisites.xml: Same.
* doc/xml/manual/messages.xml: Same.
* doc/xml/manual/diagnostics.xml: Same.
* doc/xml/manual/algorithms.xml: Same.
* doc/xml/manual/appendix_free.xml: Same.
* doc/xml/manual/iterators.xml: Same.
* doc/xml/manual/spine.xml: Same.
* doc/xml/manual/status_cxxtr24733.xml: Same.
* doc/xml/manual/status_cxx200x.xml: Same.
* doc/Makefile.am: Refactor.
* doc/Makefile.in: Regenerate.

* include/bits/c++0x_warning.h: Tweak doxygen file markup.

From-SVN: r157059

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

From-SVN: r157058

14 years agoc.opt (-ftemplate-depth=): New.
Manuel López-Ibáñez [Wed, 24 Feb 2010 20:41:01 +0000 (20:41 +0000)]
c.opt (-ftemplate-depth=): New.

2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c.opt (-ftemplate-depth=): New.
(-ftemplate-depth-): Deprecate.
* optc-gen.awk: Handle -ftemplate-depth=.
* opth-gen.awk: Likewise.
* c-opts.c (c_common_handle_option): Likewise.
* doc/invoke.texi (-ftemplate-depth-): Replace with
-ftemplate-depth=.
cp/
* pt.c (push_tinst_level): Replace -ftemplate-depth- with
-ftemplate-depth=.

From-SVN: r157054

14 years ago* doc/invoke.texi: Improve -Wabi and -fabi-version docs.
Jason Merrill [Wed, 24 Feb 2010 19:26:45 +0000 (14:26 -0500)]
* doc/invoke.texi: Improve -Wabi and -fabi-version docs.

From-SVN: r157053

14 years agore PR c++/12909 (ambiguity in mangling vector types)
Jason Merrill [Wed, 24 Feb 2010 19:26:38 +0000 (14:26 -0500)]
re PR c++/12909 (ambiguity in mangling vector types)

PR c++/12909
* mangle.c (write_type): Give -Wabi warning for old vector mangling.

From-SVN: r157052

14 years agoclass.c (layout_class_type): Don't give -Wabi warning for a bug in a previous ABI...
Jason Merrill [Wed, 24 Feb 2010 19:26:29 +0000 (14:26 -0500)]
class.c (layout_class_type): Don't give -Wabi warning for a bug in a previous ABI version.

* class.c (layout_class_type): Don't give -Wabi warning for a bug
in a previous ABI version.

From-SVN: r157051

14 years agolibffi.texi (The Closure API): Fix typo.
Rainer Orth [Wed, 24 Feb 2010 16:02:17 +0000 (16:02 +0000)]
libffi.texi (The Closure API): Fix typo.

* doc/libffi.texi (The Closure API): Fix typo.
* doc/libffi.info: Remove.

From-SVN: r157049

14 years ago* io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
Rainer Orth [Wed, 24 Feb 2010 15:35:40 +0000 (15:35 +0000)]
* io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.

From-SVN: r157048

14 years agore PR java/40816 (error: 'jvariant::jvariant(jbyte)' cannot be overloaded)
Andrew Haley [Wed, 24 Feb 2010 15:34:19 +0000 (15:34 +0000)]
re PR java/40816 (error: 'jvariant::jvariant(jbyte)' cannot be overloaded)

2010-02-24  Andrew Haley  <aph@redhat.com>

        PR java/40816
        * include/jni_md.h: jboolean is an unsigned type.

From-SVN: r157047

14 years agodeallocate_global.cc: Require __cxa_atexit.
Rainer Orth [Wed, 24 Feb 2010 15:31:22 +0000 (15:31 +0000)]
deallocate_global.cc: Require __cxa_atexit.

* testsuite/ext/new_allocator/deallocate_global.cc: Require
__cxa_atexit.
* testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.

From-SVN: r157046

14 years agocfg.c (alloc_aux_for_block): Remove inline.
Rainer Orth [Wed, 24 Feb 2010 15:27:46 +0000 (15:27 +0000)]
cfg.c (alloc_aux_for_block): Remove inline.

* cfg.c (alloc_aux_for_block): Remove inline.
(alloc_aux_for_edge): Likewise.

From-SVN: r157045

14 years ago* config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
Rainer Orth [Wed, 24 Feb 2010 14:40:32 +0000 (14:40 +0000)]
* config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.

From-SVN: r157043

14 years agosol2.h (NO_DBX_BNSYM_ENSYM): Define.
Rainer Orth [Wed, 24 Feb 2010 13:57:20 +0000 (13:57 +0000)]
sol2.h (NO_DBX_BNSYM_ENSYM): Define.

* config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
* config/i386/sol2-gas.h: New file.
* config.gcc (i[34567]86-*-solaris2*): Use it.

From-SVN: r157042

14 years agore PR c/43128 (c-c++-common/pr41779.c doesn't work)
Manuel López-Ibáñez [Wed, 24 Feb 2010 13:09:37 +0000 (13:09 +0000)]
re PR c/43128 (c-c++-common/pr41779.c doesn't work)

2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/43128
* c-typeck.c (ep_convert_and_check): New.
(build_conditional_expr): Use it.
(build_binary_op): Likewise.
testsuite/
* c-c++-common/pr41779.c: Update.

From-SVN: r157040

14 years ago* zh_CN.po: Update.
Joseph Myers [Wed, 24 Feb 2010 12:53:53 +0000 (12:53 +0000)]
* zh_CN.po: Update.

From-SVN: r157039

14 years ago* zh_CN.po: Update.
Joseph Myers [Wed, 24 Feb 2010 12:53:05 +0000 (12:53 +0000)]
* zh_CN.po: Update.

From-SVN: r157038

14 years agore PR testsuite/32547 (gnat.dg tasking tests fail on IRIX 5.3)
Rainer Orth [Wed, 24 Feb 2010 12:51:44 +0000 (12:51 +0000)]
re PR testsuite/32547 (gnat.dg tasking tests fail on IRIX 5.3)

PR ada/32547
* lib/gnat-dg.exp (gnat_load): Redefine.

* ada/acats/run_acats: Run run_all.sh with $SHELL.
* ada/acats/run_all.sh: Downcase tasking not implemented message.

From-SVN: r157037

14 years agore PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via...
Rainer Orth [Wed, 24 Feb 2010 11:56:10 +0000 (11:56 +0000)]
re PR libobjc/36610 (objc_msg_sendv is broken for targets which pass argument via registers)

PR libobjc/36610
* objc/execute/forward-1.x: XFAIL on alpha*-dec-osf*, 64-bit
i?86-*-solaris2*, mips-sgi-irix*, sparc*-sun-solaris2* with
-fgnu-runtime.
Sort entries.

From-SVN: r157035

14 years ago* gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.
Rainer Orth [Wed, 24 Feb 2010 11:50:07 +0000 (11:50 +0000)]
* gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.

From-SVN: r157034

14 years ago* regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
Jakub Jelinek [Wed, 24 Feb 2010 10:51:15 +0000 (11:51 +0100)]
* regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.

From-SVN: r157033

14 years agore PR debug/43150 (Proper debug info for debugging VLAs)
Jakub Jelinek [Wed, 24 Feb 2010 10:50:13 +0000 (11:50 +0100)]
re PR debug/43150 (Proper debug info for debugging VLAs)

PR debug/43150
* gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
bounds even for -O+.
* var-tracking.c (track_expr_p): If !need_rtl, don't mandate
expr needs to have DECL_NAME set.

* gcc.dg/guality/vla-1.c: New test.

From-SVN: r157032

14 years agomep.c: Include gimple.h.
Nick Clifton [Wed, 24 Feb 2010 09:39:57 +0000 (09:39 +0000)]
mep.c: Include gimple.h.

        * config/mep/mep.c: Include gimple.h.
        (mep_function_uses_sp): Delete unused function.
        (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
        parameters.  Use unsigned integers to count args.  Return a
        NULL_RTX instead of an error_mark_node.  Toidy up formatting.

From-SVN: r157031

14 years ago[multiple changes]
Tobias Burnus [Wed, 24 Feb 2010 07:00:35 +0000 (08:00 +0100)]
[multiple changes]

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

        PR fortran/43042
        * trans-expr.c (gfc_conv_initializer): Call directly
        gfc_conv_constant for C_NULL_(FUN)PTR.

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

        PR fortran/43042
        * gfortran.dg/c_ptr_tests_15.f90: New test.

From-SVN: r157029

14 years agoconcurrency.xml: Move...
Benjamin Kosnik [Wed, 24 Feb 2010 01:46:03 +0000 (01:46 +0000)]
concurrency.xml: Move...

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

* doc/xml/manual/concurrency.xml: Move...
* doc/xml/manual/concurrency_extensions.xml: ...here.
* doc/xml/manual/extensions.xml: Adjust.
* doc/Makefile.am: Adjust.
* doc/Makefile.in: Regenerate.

From-SVN: r157027

14 years agoDaily bump.
GCC Administrator [Wed, 24 Feb 2010 00:16:42 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r157026

14 years agorandom.h: Doxygen group markup fixes.
Benjamin Kosnik [Tue, 23 Feb 2010 23:53:17 +0000 (23:53 +0000)]
random.h: Doxygen group markup fixes.

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

        * include/bits/random.h: Doxygen group markup fixes.

From-SVN: r157023

14 years agore PR target/43107 (ICE: SIGSEGV with -O3 -mavx)
Jakub Jelinek [Tue, 23 Feb 2010 22:52:20 +0000 (23:52 +0100)]
re PR target/43107 (ICE: SIGSEGV with -O3 -mavx)

PR target/43107
* config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
greater or equal to nelt instead of 2 * nelt.
(expand_vec_perm_1): When op0 and op1 are equal, mask indexes
with nelt - 1.

* gcc.target/i386/pr43107.c: New test.

From-SVN: r157022

14 years agore PR c++/43143 ([c++0x] array value-initialization and variadics)
Jason Merrill [Tue, 23 Feb 2010 18:32:20 +0000 (13:32 -0500)]
re PR c++/43143 ([c++0x] array value-initialization and variadics)

PR c++/43143
* typeck2.c (digest_init_r): Accept value init of array.

From-SVN: r157015

14 years agore PR debug/42800 (VLA DW_AT_upper_bound is no longer emitted)
Jason Merrill [Tue, 23 Feb 2010 18:32:09 +0000 (13:32 -0500)]
re PR debug/42800 (VLA DW_AT_upper_bound is no longer emitted)

PR debug/42800
* cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
in cfun->local_decls even if they have register types.

From-SVN: r157014

14 years agore PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)
Jason Merrill [Tue, 23 Feb 2010 18:31:58 +0000 (13:31 -0500)]
re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)

PR c++/42837
* stor-layout.c (place_field): Don't warn about unnecessary DECL_PACKED
if the type is packed.

From-SVN: r157013

14 years agore PR target/43139 (ICE in output_operand)
Jakub Jelinek [Tue, 23 Feb 2010 17:05:56 +0000 (18:05 +0100)]
re PR target/43139 (ICE in output_operand)

PR target/43139
* config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
GOTOFF relocs, even when the base reg isn't pic pointer.

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

From-SVN: r157011

14 years agore PR debug/43077 (VTA issues caused by SSA expand)
Michael Matz [Tue, 23 Feb 2010 16:41:52 +0000 (16:41 +0000)]
re PR debug/43077 (VTA issues caused by SSA expand)

PR debug/43077
* cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
(expand_gimple_basic_block): Generate and use debug temps if there
are debug uses left after the last real use of TERed ssa names.
Unlink debug immediate uses when they are expanded.

testsuite/
PR debug/43077
* gcc.dg/guality/pr43077-1.c: New test.

From-SVN: r157009

14 years agore PR target/43123 (wrong value for march or mtune produces confusing output)
Manuel López-Ibáñez [Tue, 23 Feb 2010 15:51:42 +0000 (15:51 +0000)]
re PR target/43123 (wrong value for march or mtune produces confusing output)

2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 43123
* config/i386/i386.c (override_options): Reorganise to provide
better error messages.
testsuite/
* gcc.dg/march.c: New.
* gcc.dg/march-generic.c: New.
* gcc.dg/mtune.c: New.

From-SVN: r157007

14 years agofunctional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.
Paolo Carlini [Tue, 23 Feb 2010 15:23:37 +0000 (15:23 +0000)]
functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.

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

* include/bits/functional_hash.h (struct _Fnv_hash): Rename
to _Fnv_hash_base.
(struct _Fnv_hash): Add, derives from the latter.
(__hash_combine): Add.
(hash<float>::operator()(float), hash<double>::operator()(double)):
Adjust.
* include/bits/basic_string.h (hash<string>, hash<wstring>,
hash<u16string>, hash<u32string>): Adjust.
* src/hash-string-aux.cc: Adjust.
* src/compatibility-c++0x.cc (hash<error_code>): Use __hash_combine.
* include/std/system_error (hash<error_code>): Likewise.
* include/std/thread (struct hash<thread::id>): Add.
* include/tr1/functional_hash.h : Rename to _Fnv_hash_base.
(struct _Fnv_hash): Add, derives from the latter.
(hash<float>::operator()(float), hash<double>::operator()(double)):
Adjust.
* testsuite/30_threads/thread/id/hash.cc: New.
* testsuite/30_threads/thread/cons/assign_neg.cc: Adjust dg-error
line number.
* testsuite/30_threads/thread/cons/copy_neg.cc: Likewise.

From-SVN: r157005

14 years agoAdd ChangeLog entries.
Sebastian Pop [Tue, 23 Feb 2010 13:00:21 +0000 (13:00 +0000)]
Add ChangeLog entries.

From-SVN: r156999

14 years agoAdd missing changelog entry.
Sebastian Pop [Tue, 23 Feb 2010 13:00:05 +0000 (13:00 +0000)]
Add missing changelog entry.

From-SVN: r156998

14 years agoFix PR43083: Do not handle regions ending with multiple edges on the exit BB.
Sebastian Pop [Tue, 23 Feb 2010 12:59:48 +0000 (12:59 +0000)]
Fix PR43083: Do not handle regions ending with multiple edges on the exit BB.

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

PR middle-end/43083
* graphite-scop-detection.c (create_single_exit_edge): Move
the call to find_single_exit_edge to....
(create_sese_edges): ...here.  Don't handle multiple edges
exiting the function.
(build_graphite_scops): Don't handle multiple edges
exiting the function.

* gcc.dg/graphite/pr43083.c: New.

From-SVN: r156997

14 years agoFix PR number in the changelog entry.
Sebastian Pop [Tue, 23 Feb 2010 12:59:32 +0000 (12:59 +0000)]
Fix PR number in the changelog entry.

From-SVN: r156996

14 years agoFix PR43097: rename only SSA_NAMEs.
Sebastian Pop [Tue, 23 Feb 2010 12:59:17 +0000 (12:59 +0000)]
Fix PR43097: rename only SSA_NAMEs.

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

PR middle-end/43140
* sese.c (get_rename): Assert that old_name is an SSA_NAME.
(rename_variables_in_stmt): Continue when the use is not an SSA_NAME.

* gfortran.dg/graphite/pr43097.f: New.

From-SVN: r156995