1. 21 Mar, 2011 6 commits
  2. 19 Mar, 2011 1 commit
  3. 18 Mar, 2011 3 commits
  4. 16 Mar, 2011 2 commits
  5. 15 Mar, 2011 5 commits
    • dougkwan's avatar
      2011-03-15 Doug Kwan <dougkwan@google.com> · a07db4f1
      dougkwan authored
              PR libstdc++/48123
              * include/Makefile.am (install-freestanding-headers): Install
              cpu_defines.h
              * include/Makefile.in: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171019 138bc75d-0d04-0410-961f-82ee72b054a4
      a07db4f1
    • bkoz's avatar
      · b49ba8a8
      bkoz authored
      2011-03-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/abi/pre/gnu.ver: Make nested_exception exports super clear.
      	Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171014 138bc75d-0d04-0410-961f-82ee72b054a4
      b49ba8a8
    • bkoz's avatar
      2011-03-14 Benjamin Kosnik <bkoz@redhat.com> · 43570908
      bkoz authored
              PR libstdc++/48130
              * src/future.cc: Guard definitions.
              * libsupc++/nested_exception.cc: Same.
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170979 138bc75d-0d04-0410-961f-82ee72b054a4
      43570908
    • bkoz's avatar
      2011-03-14 Benjamin Kosnik <bkoz@redhat.com> · 9a820731
      bkoz authored
      	* include/bits/regex_compiler.h: Nest namespace versioning.
      	* include/bits/regex_grep_matcher.tcc: Same.
      	* include/bits/regex_grep_matcher.h: Same.
      	* include/bits/regex_cursor.h: Same.
      	* include/bits/regex_nfa.h: Same.
      	* include/bits/regex_nfa.tcc: Same.
      
      	* include/bits/regex_grep_matcher.h: Version forward declarations.
      	* include/bits/c++config: Add namespace association for __regex.
      	* include/bits/regex.h: Make sub_match consistent.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170978 138bc75d-0d04-0410-961f-82ee72b054a4
      9a820731
    • bkoz's avatar
      · c3007d7f
      bkoz authored
      2011-03-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am: Add functional.cc, shared_ptr.cc.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am: Add nested_exception.cc.
      	* libsupc++/Makefile.in: Regenerate.
      	* src/system_error.cc: Add ctor and dtor definitions for error_category.
      	* src/functional.cc: New. Add dtor definition for bad_function_call.
      	* src/stdexcept.cc: Add dtor definitions for domain_error,
      	invalid_argument, length_error, out_of_range, range_error,
      	overflow_error, underflow_error.
      	* src/future.cc: Add dtor definition for __future_base::_Result_base.
      	* src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr.
      	* src/thread.cc: Add dtor for thread::_Impl_base.
      	* include/std/system_error: Adjust.
      	* include/std/stdexcept: Same.
      	* include/std/future: Same.
      	* include/std/functional: Same.
      	* include/std/thread: Same.
      	* include/bits/shared_ptr_base.h: Same.
      	* libsupc++/nested_exception.cc: New. Add dtor for nested_exception.
      	* libsupc++/nested_exception.h: Adjust.
      	* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
      	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
      	* config/abi/pre/gnu.ver: Add new exports.
      
      	* include/bits/regex_compiler.h: Nest namespace versioning.
      	* include/bits/regex_grep_matcher.tcc: Same.
      	* include/bits/regex_grep_matcher.h: Same.
      	* include/bits/regex_cursor.h: Same.
      	* include/bits/regex_nfa.h: Same.
      	* include/bits/regex_nfa.tcc: Same.
      
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170975 138bc75d-0d04-0410-961f-82ee72b054a4
      c3007d7f
  6. 14 Mar, 2011 3 commits
    • ro's avatar
      gcc: · a6d6d956
      ro authored
      	* config/sol2.c (solaris_assemble_visibility): Remove obsolete
      	URLs.
      
      	libstdc++-v3:
      	* doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
      	equivalents.
      	* doc/html/manual/abi.html: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170960 138bc75d-0d04-0410-961f-82ee72b054a4
      a6d6d956
    • tromey's avatar
      * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global. · 510f22a9
      tromey authored
      	Try to import `gdb.printing' module.
      	(UniquePointerPrinter.__init__): Add 'typename' argument.
      	(StdSlistPrinter.__init__): Likewise.
      	(StdSlistIteratorPrinter.__init__): Likewise.
      	(StdVectorIteratorPrinter.__init__): Likewise.
      	(StdRbtreeIteratorPrinter.__init__): Likewise.
      	(StdDebugIteratorPrinter.__init__): Likewise.
      	(StdDequeIteratorPrinter.__init__): Likewise.
      	(StdStringPrinter.__init__): Likewise.
      	(RxPrinter, Printer): New class.
      	(libstdcxx_printer): New global.
      	(register_libstdcxx_printers): Rewrite.
      	(build_libstdcxx_dictionary): Rewrite.
      	(pretty_printers_dict): Remove.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170958 138bc75d-0d04-0410-961f-82ee72b054a4
      510f22a9
    • paolo's avatar
      2011-03-14 Andrey Zholos <aaz@althenia.net> · a872aebe
      paolo authored
      	PR libstdc++/48114
      	* include/bits/random.h (geometric_distribution): Correct formula
      	in comment, per C++0x.
      	(geometric_distribution<>::param_type::param_type(double)): Fix check.
      	(geometric_distribution<>::param_type::_M_initialize):
      	Store log(1 - p).
      	* include/bits/random.tcc (geometric_distribution<>::operator()):
      	Fix computation.
      	(binomial_distribution<>::operator()): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170946 138bc75d-0d04-0410-961f-82ee72b054a4
      a872aebe
  7. 09 Mar, 2011 1 commit
    • paolo's avatar
      2011-03-09 Paolo Carlini <paolo.carlini@oracle.com> · f2fed5bc
      paolo authored
      	* testsuite/util/testsuite_rvalref.h: Minor tweaks.
      
      2011-03-09  Jonathan Wakely  <redi@gcc.gnu.org>
      	    Chris Jefferson  <chris@bubblescope.net>
      	    Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value):
      	New.
      	* testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
      	Likewise.
      	* testsuite/25_algorithms/partial_sort/check_compare_by_value:
      	Likewise.
      	* testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
      	Likewise.
      	* testsuite/25_algorithms/sort/check_compare_by_value: Likewise.
      
      2011-03-09  Chris Jefferson  <chris@bubblescope.net>
      
      	PR libstdc++/48038
      	* include/bits/stl_algo.h (__merge_backward): Rename to
      	__move_merge_backward and change to always move rather than copy.
      	(__move_merge): New function similar to std::merge except values
      	are moved instead of copied.
      	(__merge_adaptive, __merge_sort_loop): Change from using std::merge
      	and __merge_backward to __move_merge and __move_merge_backward.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170827 138bc75d-0d04-0410-961f-82ee72b054a4
      f2fed5bc
  8. 08 Mar, 2011 2 commits
    • jason's avatar
      PR c++/48003 · 63d0c62f
      jason authored
      	* pt.c (convert_nontype_argument): Fix -fpermissive allowing
      	integer overflow.
      	* semantics.c (potential_constant_expression_1): Check TREE_OVERFLOW.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170771 138bc75d-0d04-0410-961f-82ee72b054a4
      63d0c62f
    • bkoz's avatar
      2011-03-07 Benjamin Kosnik <bkoz@redhat.com> · dca89719
      bkoz authored
                  Matthias Klose  <doko@ubuntu.com>
      	    Jonathan Wakely  <redi@gcc.gnu.org>
      
      	PR libstdc++/47145
      	* acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define.
      	* configure.ac: Use it.
      	* doc/Makefile.am (XSL_STYLE_DIR): Set at configure time.
      	* configure: Regenerate.
      	* doc/Makefile.in: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170763 138bc75d-0d04-0410-961f-82ee72b054a4
      dca89719
  9. 04 Mar, 2011 1 commit
    • bkoz's avatar
      2011-03-04 Benjamin Kosnik <bkoz@chula> · cb38c7e0
      bkoz authored
      	* src/Makefile.am (inst_sources): Make source instantion files
      	conditional.
      	(XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional.
      	* src/Makefile.in: Regenerate.
      	* src/valarray-inst.cc: Move to..
      	* src/valarray.cc: ...this.
      	* acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define.
      	* configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it.
      	* configure: Regenerate.
      	* include/Makefile.am (stamp-extern-template): Add.
      	* include/Makefile.in: Regenerate.
      
      	* doc/xml/manual/configure.xml: Document --enable-extern-template.
      
      	* include/bits/locale_classes.tcc: Adjust comment.
      	* include/bits/locale_facets.tcc: Same.
      	* include/bits/basic_ios.tcc: Same.
      	* include/bits/istream.tcc: Same.
      	* include/bits/codecvt.h: Same.
      	* include/bits/ostream.tcc: Same.
      	* include/bits/sstream.tcc: Same.
      	* include/bits/c++config: Same.
      	* include/bits/basic_string.tcc: Same.
      	* include/bits/ostream_insert.h: Same.
      	* include/bits/locale_facets_nonio.tcc: Same.
      	* include/bits/streambuf.tcc: Same.
      	* include/bits/allocator.h: Same.
      	* include/bits/fstream.tcc: Same.
      
      	* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170686 138bc75d-0d04-0410-961f-82ee72b054a4
      cb38c7e0
  10. 02 Mar, 2011 3 commits
  11. 01 Mar, 2011 1 commit
  12. 28 Feb, 2011 2 commits
    • paolo's avatar
      2011-02-28 Paolo Carlini <paolo.carlini@oracle.com> · 5affa0ef
      paolo authored
      	PR libstdc++/47921
      	* include/std/streambuf (basic_streambuf<>::__safe_gbump,
      	__safe_pbump): Add.
      	* include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
      	xputn): Use the latter.
      	* include/bits/streambuf_iterator.h: Likewise.
      	* src/strstream.cc: Likewise.
      	* src/streambuf.cc: Likewise.
      	* src/compatibility.cc: Likewise.
      	* src/istream.cc: Likewise.
      	* include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
      	instead of gbump.
      	* include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
      	* include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
      	seekpos, _M_sync): Use setg, setp, and _M_pbump.
      	* config/abi/pre/gnu.ver: Tweak.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170579 138bc75d-0d04-0410-961f-82ee72b054a4
      5affa0ef
    • paolo's avatar
      2011-02-28 Paolo Carlini <paolo.carlini@oracle.com> · c8ad0c7d
      paolo authored
      	* testsuite/20_util/ratio/comparisons/comp3.cc: New.
      
      2011-02-28  Marc Glisse  <marc.glisse@normalesup.org>
      
      	PR libstdc++/42622
      	* include/std/ratio (ratio_less): Reimplement to never overflow.
      	* testsuite/20_util/ratio/comparisons/comp2.cc: Extend.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170567 138bc75d-0d04-0410-961f-82ee72b054a4
      c8ad0c7d
  13. 25 Feb, 2011 2 commits
  14. 19 Feb, 2011 1 commit
  15. 17 Feb, 2011 4 commits
  16. 16 Feb, 2011 2 commits
  17. 14 Feb, 2011 1 commit