This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06201faa637 libstdc++: Add missing <cstdint> to test new 1fbce3252bc i386: Fix comment/naming for APX NDD constraints new 4b9ba9cee95 c: Add support for byte arrays in C2Y
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/c/c-decl.cc | 15 +++++++++-- gcc/config/i386/constraints.md | 13 ++++----- gcc/config/i386/predicates.md | 22 ++++++++------- gcc/testsuite/gcc.dg/c2y-byte-alias-1.c | 46 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2y-byte-alias-2.c | 43 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2y-byte-alias-3.c | 47 +++++++++++++++++++++++++++++++++ 6 files changed, 168 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-1.c create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-2.c create mode 100644 gcc/testsuite/gcc.dg/c2y-byte-alias-3.c