This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4f4b1e 2016-02-08 Richard Biener rguenther@suse.de new b0a7399 Enable isinf/isnan checks for all targets new da259f5 Fix latent LRA remat issue (PR68730) new b981525 PR c++/69631 new 456d939 * convert.c (convert_to_integer_1): Re-indent.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 24 +- gcc/convert.c | 462 ++++++++++++++--------------- gcc/convert.h | 17 +- gcc/cp/ChangeLog | 8 + gcc/cp/cp-gimplify.c | 8 +- gcc/cp/cp-tree.h | 2 + gcc/cp/cvt.c | 25 +- gcc/lra-remat.c | 115 ++++--- gcc/testsuite/g++.dg/delayedfold/fwrapv1.C | 6 + libstdc++-v3/ChangeLog | 8 + libstdc++-v3/acinclude.m4 | 9 +- libstdc++-v3/configure | 9 +- 12 files changed, 395 insertions(+), 298 deletions(-) create mode 100644 gcc/testsuite/g++.dg/delayedfold/fwrapv1.C