Hi! I'd like to ping a few unreviewed patches:
- use libbacktrace in libsanitizer symbolization - PR sanitizer/59136 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00558.html - allow building libsanitizer against older kernel headers http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00963.html - use cp-demangle as libsanitizer+libbacktrace demangler http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00964.html (note, Gary has already committed his fix, so the demangler is now really malloc/calloc/realloc call free) - ifcvt/crossjumping fix - PR rtl-optimization/58668 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01726.html (note, Eric approved earlier version of the patch but Steven wanted to use active_insn_p instead, haven't committed anything yet, waiting to see what should be committed) - improve Scimark2 SOR by 42% through small predcom change - PR tree-optimization/59643 http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01986.html - fix up PCH - PR pch/59436 http://gcc.gnu.org/ml/gcc-patches/2014-01/msg00016.html (note, as pointed out by Mike in followup, what I'd like to commit is a version with s/(void *) // in the patch, already bootstrapped/regtested) Jakub