From 956adfaf9f574eb75e0f55fa9b6a21efa126d83a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 1 Dec 2008 16:10:25 +0100 Subject: re PR c++/38348 (ICE from c_finish_omp_for) PR c++/38348 * c-omp.c (c_finish_omp_for): Only transform pointer ++ or -- into MODIFY_EXPR if second argument is non-NULL. * g++.dg/gomp/for-19.C: New test. * testsuite/libgomp.c++/for-6.C: New test. From-SVN: r142318 --- libgomp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libgomp/ChangeLog') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 0cdfba6..5576af2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2008-12-01 Jakub Jelinek + + PR c++/38348 + * testsuite/libgomp.c++/for-6.C: New test. + 2008-11-26 Janis Johnson PR testsuite/28870 -- cgit v1.1