1. 05 Sep, 2013 2 commits
  2. 04 Sep, 2013 17 commits
  3. 03 Sep, 2013 17 commits
  4. 02 Sep, 2013 4 commits
    • inclhack.def (aix_assert): New fix. · a4f710a6
      	* inclhack.def (aix_assert): New fix.
              * fixincl.x: Regenerate.
      	* tests/base/assert.h [AIX_ASSERT_CHECK]: New check.
      
      From-SVN: r202192
      David Edelsohn committed
    • * tree-profile.c (tree_profiling): Cleanup CFG when done. · a64bbb3f
      From-SVN: r202191
      Jan Hubicka committed
    • config.gcc (powerpc*-*-linux*): Add support for little-endian multilibs to… · 93ed07e2
      config.gcc (powerpc*-*-linux*): Add support for little-endian multilibs to big-endian target and vice versa.
      
      	* config.gcc (powerpc*-*-linux*): Add support for little-endian
      	multilibs to big-endian target and vice versa.
      	* config/rs6000/t-linux64: Use := assignment on all vars.
      	(MULTILIB_EXTRA_OPTS): Remove fPIC.
      	(MULTILIB_OSDIRNAMES): Specify using mapping from multilib_options.
      	* config/rs6000/t-linux64le: New file.
      	* config/rs6000/t-linux64bele: New file.
      	* config/rs6000/t-linux64lebe: New file.
      
      From-SVN: r202190
      Alan Modra committed
    • regex_automaton.h: Rearrange _NFA's layout. · e3509691
      2013-09-02  Tim Shen  <timshen91@gmail.com>
      
      	* regex_automaton.h: Rearrange _NFA's layout.
      	* include/bits/regex_compiler.h: Add _AnyMatcher and _CharMatcher.
      	  Rearrange _BracketMatcher's layout.
      	  (_BracketMatcher<>::_M_add_char): Use set instead of vector for
      	  _M_char_set.
      	  (_BracketMatcher<>::_M_add_collating_element): Likewise.
      	  (_BracketMatcher<>::_M_make_range): Likewise.
      	* include/bits/regex_compiler.tcc (_Compiler<>::_M_atom): Use
      	  apropriate constructors of matchers above.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc:
      	  New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc: New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc:
      	  New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc:
      	  New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc: New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc:
      	  New.
      	* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc: New.
      
      From-SVN: r202189
      Tim Shen committed