]> git.ipfire.org Git - thirdparty/gcc.git/commit
[nvptx] Postpone warnings in nvptx_goacc_validate_dims_1
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2019 08:10:17 +0000 (08:10 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2019 08:10:17 +0000 (08:10 +0000)
commitc88c5a04bad78b043bfc8fde004fb5b0a3f10a2a
treefb1fbb5c054c240b6a24047c04e50d8af1227077
parentf9bb37ed4ad4b404c8d8d67ee46e4a9f787f45e9
[nvptx] Postpone warnings in nvptx_goacc_validate_dims_1

Move warnings in nvptx_goacc_validate_dims_1 to as late as possible.  This
allows us more flexibility in setting the dimensions.

2019-01-07  Tom de Vries  <tdevries@suse.de>

* config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Move warnings to
as late as possible.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267627 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nvptx/nvptx.c