This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 188be0dff05 doc: Update perfwiki web address new 082483dd790 Fortran: truncate constant string passed to character,value [...] new 086d0d8c9cb c: Rename uimaxabs to umaxabs new a4d066f3643 c: Implement C2Y N3457 - The __COUNTER__ predefined macro new 70954659527 maintainer-scripts: Improve syncing of libstdc++ docs
The 4 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/builtins.cc | 2 +- gcc/builtins.def | 2 +- gcc/fortran/trans-expr.cc | 34 +++++++++++++++++ .../gcc.c-torture/execute/builtins/lib/abs.c | 2 +- .../gcc.c-torture/execute/builtins/uabs-2.c | 28 +++++++------- .../gcc.c-torture/execute/builtins/uabs-3.c | 26 ++++++------- gcc/testsuite/gcc.dg/cpp/c2y-counter-1.c | 44 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/value_10.f90 | 43 +++++++++++++++++++++ libcpp/macro.cc | 3 ++ maintainer-scripts/update_web_docs_libstdcxx_git | 6 +-- 10 files changed, 157 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/c2y-counter-1.c create mode 100644 gcc/testsuite/gfortran.dg/value_10.f90