This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c24b4d7df3 ipa-reorder-for-locality - Adjust bootstrap-lto-locality an [...] new 2149eda29e2 bitint: Don't try to extend PHI in the min_prec == prec cas [...] new 71c2e6c2bfc tree: Fix up wrong-code with certain C++ default arguments [...]
The 2 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/gimple-lower-bitint.cc | 5 +++++ gcc/testsuite/g++.dg/cpp0x/pr123818.C | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-127.c | 28 ++++++++++++++++++++++++++++ gcc/tree.cc | 24 +++++++++++++++++++----- 4 files changed, 76 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr123818.C create mode 100644 gcc/testsuite/gcc.dg/bitint-127.c