This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6686cfb7dc6 Introduce x86_64-linux-gnuabi32 new 25c8599ad46 __builtin_counted_by_ref should be extended to support poin [...]
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/c/c-parser.cc | 51 +++++++++----- gcc/doc/extend.texi | 27 ++++++-- gcc/testsuite/gcc.dg/builtin-counted-by-ref-2.c | 61 +++++++++++++++++ ...unted-by-ref-1.c => builtin-counted-by-ref-3.c} | 78 +++++++++++----------- gcc/testsuite/gcc.dg/builtin-counted-by-ref.c | 4 +- 5 files changed, 160 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-counted-by-ref-2.c copy gcc/testsuite/gcc.dg/{builtin-counted-by-ref-1.c => builtin-counted-by-ref-3. [...]