This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bdb62e6 More fine-grained autoconf checks for C99 library new bde24c3 gcc/ * config/nvptx/nvptx.c (nvptx_generate_vector_shuffle) [...] new 22646b8 [combine] Don't transform sign and zero extends inside mults
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/ChangeLog | 12 +++++ gcc/combine.c | 27 +++++++++++ gcc/config/nvptx/nvptx.c | 49 +++++++++++++++----- gcc/testsuite/ChangeLog | 4 ++ .../gcc.target/aarch64/umaddl_combine_1.c | 29 ++++++++++++ libgomp/ChangeLog | 5 +++ .../libgomp.oacc-c-c++-common/reduction-cplx-dbl.c | 52 ++++++++++++++++++++++ .../libgomp.oacc-c-c++-common/reduction-cplx-flt.c | 52 ++++++++++++++++++++++ 8 files changed, 218 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/umaddl_combine_1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c