summaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index e9ec1c2ec6..f4132fc110 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,24 @@
+2015-07-16 Release Manager
+
+ * GCC 5.2.0 released.
+
+2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
+
+ * c-decl.c (pop_scope): Register the main translation unit
+ through the new debug hook.
+
+2015-05-22 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from mainline
+ 2015-05-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/66199
+ * c-parser.c (c_parser_omp_for_loop): Don't add
+ OMP_CLAUSE_SHARED to OMP_PARALLEL_CLAUSES when moving
+ OMP_CLAUSE_LASTPRIVATE clause to OMP_FOR_CLAUSES.
+ (c_parser_omp_teams): Set OMP_TEAMS_COMBINED for combined
+ constructs.
+
2015-04-22 Release Manager
* GCC 5.1.0 released.