summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-08-07 17:06:11 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-08-07 17:06:11 +0000
commitff88bae78d5df9db2367781d6052742008fe77a6 (patch)
tree75adc4e765783e7a1a3ac4a08c86f29481880c7c /libgomp/ChangeLog
parent141e83d9de92c4947f6bc8dc111d428318d7d36e (diff)
downloadgcc-ff88bae78d5df9db2367781d6052742008fe77a6.tar.gz
Fix diff_type in expand_oacc_for char iter_type
2017-08-07 Tom de Vries <tom@codesourcery.com> PR middle-end/78266 * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough. * testsuite/libgomp.oacc-c-c++-common/vprop-2.c: New test. * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove xfail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 0e6258ff87a..62d4f27d2f3 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-07 Tom de Vries <tom@codesourcery.com>
+
+ PR middle-end/78266
+ * testsuite/libgomp.oacc-c-c++-common/vprop-2.c: New test.
+ * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove xfail.
+
2017-07-27 Jakub Jelinek <jakub@redhat.com>
PR c/45784