diff options
Diffstat (limited to 'gcc/c-family/ChangeLog.gomp')
-rw-r--r-- | gcc/c-family/ChangeLog.gomp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog.gomp b/gcc/c-family/ChangeLog.gomp index 5a6e3d8d669..ce6c8dda44a 100644 --- a/gcc/c-family/ChangeLog.gomp +++ b/gcc/c-family/ChangeLog.gomp @@ -1,3 +1,8 @@ +2013-06-21 Jakub Jelinek <jakub@redhat.com> + + * c-omp.c (c_omp_split_clauses): Fix up OMP_CLAUSE_COLLAPSE + handling. + 2013-06-14 Jakub Jelinek <jakub@redhat.com> * c-common.h: Move omp_clause_mask code earlier in the file. |