This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249842 - in /branches/gomp-4_0-branch: gcc/Cha...
- From: vries at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 30 Jun 2017 14:34:07 -0000
- Subject: r249842 - in /branches/gomp-4_0-branch: gcc/Cha...
Author: vries
Date: Fri Jun 30 14:34:07 2017
New Revision: 249842
URL: https://gcc.gnu.org/viewcvs?rev=249842&root=gcc&view=rev
Log:
Fix assert in nvptx_propagate_unified
2017-06-30 Tom de Vries <tom@codesourcery.com>
* config/nvptx/nvptx.c (nvptx_propagate_unified): Fix gcc_assert
condition by allowing !INSN_P.
* testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt-2.c: New test.
Added:
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt-2.c
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp