This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 919b6fa6adc d: Merge upstream dmd, druntime 1017635a96, phobos 5a142da0a new cffe5fd7c98 fold-const: Fix implicit cast to nullptr_t typedef [PR123790] new 238d2fc116c match.pd: Fix up __imag__ .MUL_OVERFLOW simplification [PR123864] new 12c95fc1adf libatomic: Don't install libatomic_asneeded.{so,a} if corre [...]
The 3 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/fold-const.cc | 6 ++++++ gcc/match.pd | 2 +- gcc/testsuite/g++.dg/cpp0x/nullptr47.C | 10 +++++++++ gcc/testsuite/gcc.c-torture/execute/pr123864.c | 24 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr123864.c | 28 ++++++++++++++++++++++++++ libatomic/Makefile.am | 16 +++++++-------- libatomic/Makefile.in | 16 +++++++-------- 7 files changed, 85 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr47.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr123864.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr123864.c