1. 01 Jan, 2008 5 commits
    • re PR libstdc++/34095 (parallel mode: segfault in std::sort) · fac9044d
      2008-01-01  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/34095
      	* include/parallel/multiway_merge.h (multiway_merge_bubble,
      	parallel_multiway_merge): Together with ::operator new use
      	::operator delete.
      	* include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
      	* include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
      	* include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
      	sequential_random_shuffle): Likewise.
      	* include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
      	Likewise.
      	* include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
      	parallel_sort_mwms): Likewise.
      	* include/parallel/partial_sum.h (parallel_partial_sum_linear):
      	Likewise. 
      	* testsuite/25_algorithms/sort/34095.cc: New.
      
      From-SVN: r131247
      Paolo Carlini committed
    • 34636.cc: Fix Copyright year. · 33d95150
      2008-01-01  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.
      
      From-SVN: r131246
      Paolo Carlini committed
    • re PR libstdc++/34636 (Parallel sort fails) · c5be97a5
      2008-01-01  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/34636
      	* include/parallel/algobase.h (lexicographical_compare_switch(...,
      	random_access_iterator_tag, random_access_iterator_tag)): Careful
      	with undereferenceable iterators.
      	* testsuite/25_algorithms/sort/34636.cc: New.
      
      From-SVN: r131245
      Paolo Carlini committed
    • sse.md (sse5_pperm, [...]): Fix constraints. · f02ffa12
      	* config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
      	sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
      	sse5_perm<mode>): Fix constraints.
      
      	* gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
      	rather than __v2di type.
      
      From-SVN: r131244
      Jakub Jelinek committed
    • Daily bump. · f844c20f
      From-SVN: r131242
      GCC Administrator committed
  2. 31 Dec, 2007 4 commits
  3. 30 Dec, 2007 2 commits
    • tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&,… · ba60f6f9
      tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&, typename std::remove_reference<>::type&&...), [...]): Add.
      
      2007-12-30  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/std/tuple (_Tuple_impl<>::_Tuple_impl(typename
      	std::remove_reference<>::type&&, typename
      	std::remove_reference<>::type&&...),
      	_Tuple_impl(const _Tuple_impl<>&), _Tuple_impl(_Tuple_impl&&),
      	_Tuple_impl(_Tuple_impl<>&&), operator=(_Tuple_impl&&),
      	operator=(const _Tuple_impl<>&), operator=(_Tuple_impl<>&&)): Add.
      	(tuple<>::tuple(const _Elements&...), tuple(_UElements&&...),
      	tuple(tuple&&), tuple(const tuple<>&), tuple(tuple<>&&),
      	operator=(tuple&&), operator=(const tuple<>&), operator=(tuple<>&&)):
      	Likewise.
      	(tuple<_T1, _T2>::tuple(const _T1&, const _T2&, tuple(_U1&&, _U2&&),
      	tuple(tuple&&), tuple(tuple<>&&), tuple(pair<>&&), operator=(tuple&&),
      	operator=(tuple<>&&), operator=(pair<>&&)): Likewise.
      	(tuple<>::tuple(typename __add_c_ref<_Elements>::type...),
      	tuple<_T1, _T2>::tuple(typename __add_c_ref<>::type,
      	typename __add_c_ref<>::type)): Remove.
      	* testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: New.
      	* testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise.
      	* testsuite/20_util/tuple/moveable.cc: Likewise.
      
      From-SVN: r131230
      Paolo Carlini committed
    • Daily bump. · da6ea4c8
      From-SVN: r131227
      GCC Administrator committed
  4. 29 Dec, 2007 5 commits
  5. 28 Dec, 2007 2 commits
  6. 27 Dec, 2007 10 commits
    • re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at… · 0e1b778a
      re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98)
      
              PR tree-optimization/34591
              * tree-vect-trasnform.c (vect_estimate_min_profitable_iters): Skip
              stmts (including reduction stmts) that are not live.
      
      From-SVN: r131206
      Dorit Nuzman committed
    • re PR libfortran/22423 (Warnings when building libgfortran) · e6082041
      2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/22423
      	* intrinsics/pack_generic.c (pack): Change type of mask argument
      	to gfc_array_l1 * in prototype and function.
      	(pack_char):  Likewise.
      	* intrinsics/unpack_generic.c (unpack1):  Likewise.
      	(unpack1_char):  Likewise.
      	(unpack0):  Likewise.
      	(unpack0_char):  Likewise.
      
      From-SVN: r131204
      Thomas Koenig committed
    • re PR ada/34553 (Unsafe calls to mktemp and tmpname) · 18bc9cca
          gcc/ada/
      	PR ada/34553
      	* adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
      	instead of mktemp() or tmpnam() on NetBSD.
      
      From-SVN: r131201
      Samuel Tardieu committed
    • re PR libstdc++/34538 ([DR 697] combination of sstream, invalid_argument and… · 83588991
      re PR libstdc++/34538 ([DR 697] combination of sstream, invalid_argument and -std=c++0x breaks valid code)
      
      2007-12-27  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/34538
      	* config/os/generic/error_constants.h (enum posix_errno): Move
      	inside namespace posix_error.
      	* include/std/system_error (error_category::posix,
      	error_code::error_code(posix_errno), error_code::posix): Adjust.
      	* src/system_error.cc (gnu_error_category::posix): Likewise.
      	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc:
      	Adjust.
      	* testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc:
      	Likewise.
      	* testsuite/19_diagnostics/error_code/cons/1.cc: Likewise.
      	* testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise.
      	* testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise.
      	* testsuite/19_diagnostics/error_code/operators/not_equal.cc:
      	Likewise.
      	* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise.
      	* testsuite/19_diagnostics/error_category/cons/default.cc: Likewise.
      	* testsuite/19_diagnostics/error_category/operators/equal.cc:
      	Likewise.
      	* testsuite/19_diagnostics/error_category/operators/not_equal.cc:
      	Likewise.
      	* testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
      	Likewise.
      	* testsuite/19_diagnostics/system_error/cons-1.cc: Likewise.
      	* testsuite/19_diagnostics/system_error/what-4.cc: Likewise.
      	* testsuite/19_diagnostics/headers/system_error/34538.cc: New.
      
      From-SVN: r131200
      Paolo Carlini committed
    • re PR fortran/34594 (On error and END, no jump to ERR=<label>) · ceac3d59
      2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/34594
      	* runtime/error.c: If there was a previous error, don't
      	mask it with another error mesage, EOF or EOR condition.
      
      2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/34594
      	* gfortran.dg/direct_io_8.f90:  New test case.
      
      From-SVN: r131199
      Thomas Koenig committed
    • Makefile.in (all): Use install-leaf rather than install. · edbf8b16
      libgcc/
      	* Makefile.in (all): Use install-leaf rather than install.
      	(install): Split most of the rule into...
      	(install-leaf): ...this new one.
      
      From-SVN: r131198
      Richard Sandiford committed
    • re PR target/34281 (ARM: varargs broken with 64bit parameters.) · 22ccaaee
      	PR target/34281
      	* config/arm/arm.c (arm_setup_incoming_varargs): If last named
      	argument needs double word alignment and cum->nregs is odd, account
      	for the inserted padding.
      
      	* gcc.c-torture/execute/20071213-1.c: New test.
      
      From-SVN: r131196
      Jakub Jelinek committed
    • re PR debug/34535 (FAIL: libmudflap.c++/fail24-frag.cxx ICE) · e2925ff2
      	PR debug/34535
      	* tree-mudflap.c (mf_make_builtin): Make decl artificial
      	and don't emit debug info for it.
      
      From-SVN: r131195
      Jakub Jelinek committed
    • 34595.C: Rename to 34595.cc. · 82c45e81
      2007-12-26  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/25_algorithms/copy/34595.C: Rename to 34595.cc.
      
      From-SVN: r131194
      Paolo Carlini committed
    • Daily bump. · 4fd577c4
      From-SVN: r131192
      GCC Administrator committed
  7. 26 Dec, 2007 10 commits
  8. 25 Dec, 2007 2 commits
    • hashtable_policy.h (__lower_bound): Add. · 6b81511f
      2007-12-25  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1_impl/hashtable_policy.h (__lower_bound): Add.
      	(_Prime_rehash_policy::_M_next_bkt, _M_bkt_for_elements,
      	_M_need_rehash): Use __lower_bound.
      	* include/std/unordered_map: Do not include the whole <algorithm>,
      	include <bits/stl_algobase.h>.
      	* include/std/unordered_set: Likewise.
      	* include/tr1/unordered_map: Likewise.
      	* include/tr1/unordered_set: Likewise.
      
      From-SVN: r131170
      Paolo Carlini committed
    • re PR fortran/34514 (Accepts invalid: Dimensions specified for N after initialisation) · 1283ab12
      2007-12-25  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34514
              * decl.c (attr_decl1): Reject specifying the DIMENSION for
              already initialized variable.
              (do_parm): Reject PARAMETER for already initialized variable.
      
      2007-12-25  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34514
              * gfortran.dg/initialization_17.f90: New.
      
      From-SVN: r131169
      Tobias Burnus committed