1. 11 Feb, 2011 10 commits
    • re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) · 0ad84c3f
      2011-02-11  Johannes Singler  <singler@kit.edu>
      
              PR libstdc++/47433
              * include/parallel/losertree.h
              (_LoserTreeUnguarded<>::__delete_min_insert):
              Add missing "using std::swap;", as for other variants.
      
      From-SVN: r170047
      Johannes Singler committed
    • i gcc/testsuite: · 6dd2a13c
      	PR testsuite/47400
      	* lib/target-supports.exp (check_ascii_locale_available): New proc.
      	* lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
      	* gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
      	* gcc.dg/ucnid-10.c: Likewise.
      	* gcc.dg/ucnid-13.c: Likewise.
      	* gcc.dg/ucnid-7.c: Likewise.
      	* gcc.dg/ucnid-8.c: Likewise.
      	* Adapt dg-warning line number.
      
      	gcc:
      	PR testsuite/47400
      	* doc/sourcebuild.texi (Require Support): Document
      	dg-require-ascii-locale.
      
      From-SVN: r170046
      Rainer Orth committed
    • re PR c++/47172 ([C++0x] cannot call member function without object) · e60b3ac9
      Fix PR c++/47172
      
      gcc/cp/
      
      	PR c++/47172
      	* pt.c (finish_call_expr): Consider a call expression that has a
      	dependent "this" pointer as being dependent.  Add comments.
      	(dependent_type_p, type_dependent_expression_p): Update comments.
      
      gcc/testsuite/
      
      	* g++.dg/template/inherit6.C: New test.
      
      From-SVN: r170045
      Dodji Seketeli committed
    • Don't crash on if statement with erroneous conditional. · 942e5739
      From-SVN: r170044
      Ian Lance Taylor committed
    • Fix missing parentheses. · 4a087ccf
      From-SVN: r170041
      Mingjie Xing committed
    • Makefile.am (sources): Add regex.cc. · 4bfebd81
      2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am (sources): Add regex.cc.
      	* src/Makefile.in: Regenerate.
      	* src/regex.cc: New.
      	* include/bits/regex_error.h (error_type): Use constexpr.
      	(regex_error): Move ctor and dtor out of line.
      
      	* testsuite/28_regex/03_requirements: To...
      	* testsuite/28_regex/requirements: ... this.
      	* testsuite/28_regex/04_header: To...
      	* testsuite/28_regex/headers: ... this.
      	* testsuite/28_regex/05_constants: To...
      	* testsuite/28_regex/constants: ... this.
      	* testsuite/28_regex/06_exception_type: To...
      	* testsuite/28_regex/regex_error: ... this.
      	* testsuite/28_regex/07_traits: To...
      	* testsuite/28_regex/traits: ... this.
      	* testsuite/28_regex/08_basic_regex: To...
      	* testsuite/28_regex/basic_regex: ... this.
      	* testsuite/28_regex/09_sub_match: To...
      	* testsuite/28_regex/sub_match: ... this.
      	* testsuite/28_regex/10_match_results: To...
      	* testsuite/28_regex/match_results: ... this.
      	* testsuite/28_regex/11_algorithms: To...
      	* testsuite/28_regex/algorithms: ... this.
      	* testsuite/28_regex/12_iterators: To...
      	* testsuite/28_regex/iterators: ... this.
      
      From-SVN: r170039
      Benjamin Kosnik committed
    • Makefile.am (sources): Add regex.cc. · cedf52d2
      2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am (sources): Add regex.cc.
      	* src/Makefile.in: Regenerate.
      	* src/regex.cc: New.
      	* include/bits/regex_error.h (error_type): Use constexpr.
      	(regex_error): Move ctor and dtor out of line.
      
      	* testsuite/28_regex/03_requirements: To...
      	* testsuite/28_regex/requirements: ... this.
      	* testsuite/28_regex/04_header: To...
      	* testsuite/28_regex/headers: ... this.
      	* testsuite/28_regex/05_constants: To...
      	* testsuite/28_regex/constants: ... this.
      	* testsuite/28_regex/06_exception_type: To...
      	* testsuite/28_regex/regex_error: ... this.
      	* testsuite/28_regex/07_traits: To...
      	* testsuite/28_regex/traits: ... this.
      	* testsuite/28_regex/08_basic_regex: To...
      	* testsuite/28_regex/basic_regex: ... this.
      	* testsuite/28_regex/09_sub_match: To...
      	* testsuite/28_regex/sub_match: ... this.
      	* testsuite/28_regex/10_match_results: To...
      	* testsuite/28_regex/match_results: ... this.
      	* testsuite/28_regex/11_algorithms: To...
      	* testsuite/28_regex/algorithms: ... this.
      	* testsuite/28_regex/12_iterators: To...
      	* testsuite/28_regex/iterators: ... this.
      
      From-SVN: r170038
      Benjamin Kosnik committed
    • Don't crash on invalid comparison of complex constants. · b3a28103
      From-SVN: r170037
      Ian Lance Taylor committed
    • Daily bump. · d3c83925
      From-SVN: r170036
      GCC Administrator committed
  2. 10 Feb, 2011 30 commits