This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62dc2d24f1e libstdc++: Include missing algorithm header in priority_que [...] new 1268924a2ee GCN, nvptx: Allow for "hosted" libstdc++ build new c650b557cb0 GCN, nvptx: Don't default-disable libstdc++ build new fad9d58e057 Revert "GCN, nvptx: Basic '__cxa_guard_{acquire,abort,relea [...]
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: configure | 16 ++-- configure.ac | 16 ++-- gcc/config/gcn/gcn.h | 4 - gcc/config/nvptx/nvptx.h | 4 - libgcc/c++-minimal/README | 2 - libgcc/c++-minimal/guard.c | 97 ---------------------- libgcc/config/gcn/t-amdgcn | 3 - libgcc/config/nvptx/t-nvptx | 3 - .../config/cpu/{generic => nvptx}/cpu_defines.h | 7 +- libstdc++-v3/config/cpu/nvptx/t-nvptx | 7 ++ libstdc++-v3/configure.host | 37 +++++++++ 11 files changed, 71 insertions(+), 125 deletions(-) delete mode 100644 libgcc/c++-minimal/README delete mode 100644 libgcc/c++-minimal/guard.c copy libstdc++-v3/config/cpu/{generic => nvptx}/cpu_defines.h (85%) create mode 100644 libstdc++-v3/config/cpu/nvptx/t-nvptx