1. 20 May, 2014 5 commits
    • re PR tree-optimization/61221 (ICE on valid code at -O1 and above on x86_64-linux-gnu) · d1c0308e
      2014-05-20  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/61221
      	* tree-ssa-pre.c (el_to_update): Remove.
      	(eliminate_dom_walker::before_dom_children): Handle released
      	VDEFs by value-numbering them to the associated VUSE.  Update
      	stmt immediately for substituted call address.
      	(eliminate): Remove delayed stmt updating code.
      	* tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
      	possibly late re-numbered vuses.
      	(vn_reference_lookup_2): Adjust.
      	(vn_reference_lookup_pieces): Likewise.
      	(vn_reference_lookup): Likewise.
      
      From-SVN: r210633
      Richard Biener committed
    • config.gcc: Remove need_64bit_hwint. · 54da09ee
      2014-05-20  Richard Biener  <rguenther@suse.de>
      
      	gcc/
      	* config.gcc: Remove need_64bit_hwint.
      	* configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
      	* hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
      	it to be true.
      	* config.in: Regenerate.
      	* configure: Likewise.
      
      	libcpp/
      	* configure.ac: Copy gcc logic of detecting a 64bit type.
      	Remove HOST_WIDE_INT define.
      	* include/cpplib.h: typedef cpp_num_part to a 64bit type,
      	similar to how hwint.h does it.
      	* config.in: Regenerate.
      	* configure: Likewise.
      
      From-SVN: r210632
      Richard Biener committed
    • re PR libstdc++/61227 ([C++11] Regex [\w] does not work) · 4dae67e0
      2014-05-20  Tim Shen  <timshen91@gmail.com>
      
      	PR libstdc++/61227
      	* include/bits/regex_compiler.h
      	(_BracketMatcher<>::_M_add_character_class): Add negative character
      	class support.
      	* include/bits/regex_compiler.tcc (_BracketMatcher<>::_M_apply):
      	Likewise.
      	* testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc:
      	Add more testcases.
      
      From-SVN: r210630
      Tim Shen committed
    • Daily bump. · b9b7e07c
      From-SVN: r210629
      GCC Administrator committed
  2. 19 May, 2014 23 commits
  3. 18 May, 2014 12 commits