summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-19 11:54:23 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-19 11:54:23 +0000
commitf7f136ff673dca2b07c7a4176f093c75963b1ffb (patch)
tree5cc659634595541882fd75d33192f3cd879bd0f8 /libgomp/ChangeLog
parenta7d904bcdb70a11a127b5dc8dca34473fada8b30 (diff)
downloadgcc-f7f136ff673dca2b07c7a4176f093c75963b1ffb.tar.gz
* omp-low.c (expand_omp_sections): Always pass len - 1 to
GOMP_sections_start, even if !exit_reachable. libgomp/ * testsuite/libgomp.c/sections-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@202739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 84f8cdf1076..af7a37a2b90 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-19 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.c/sections-2.c: New test.
+
2013-05-31 Release Manager
* GCC 4.8.1 released.