This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e0e26b4 runtime: use alignof to check alignment of ucontext_t new c5eddaf Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.
The 1 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 | 14 +++ gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-cppbuiltin.c | 81 ++++++++++++++-- gcc/doc/cpp.texi | 27 ++++++ gcc/ginclude/stdint-gcc.h | 101 ++++++++++++++++++++ gcc/glimits.h | 26 +++++ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/limits-width-1.c | 55 +++++++++++ gcc/testsuite/gcc.dg/stdint-width-1.c | 175 ++++++++++++++++++++++++++++++++++ 9 files changed, 482 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/limits-width-1.c create mode 100644 gcc/testsuite/gcc.dg/stdint-width-1.c