1. 11 Feb, 2011 7 commits
    • 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 33 commits