This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a63b6e5e9ca 2019-01-02 Thomas Koenig tkoenig@gcc.gnu.org new 1634d9df6c5 [nvptx] Eliminate changed local var in nvptx_goacc_validate_dims new cf6c7a2dddb [nvptx] Add early-out cases in nvptx_goacc_validate_dims new 5e050f1064d [nvptx] Factor out populate_offload_attrs new cbd24bbd1bd [nvptx] Add nvptx_mach_vector_length, nvptx_mach_max_workers new dd5f1b35ddf [nvptx] Add vector_length 128 testcases
The 5 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 | 26 +++ gcc/config/nvptx/nvptx.c | 204 +++++++++++++++++---- gcc/config/nvptx/nvptx.h | 3 + libgomp/ChangeLog | 5 + .../vector-length-128-1.c | 39 ++++ .../vector-length-128-3.c | 42 +++++ 6 files changed, 282 insertions(+), 37 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c