aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-gimplify.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6c1e6b4..679c26d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-16 Luis Machado <luis.machado@linaro.org>
+
+ * cp-gimplify.c: Fix reference to non-existing tree-gimple.c file.
+
2019-10-16 Jakub Jelinek <jakub@redhat.com>
* decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup,
diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c
index 154fa70..0ab0438 100644
--- a/gcc/cp/cp-gimplify.c
+++ b/gcc/cp/cp-gimplify.c
@@ -1,4 +1,4 @@
-/* C++-specific tree lowering bits; see also c-gimplify.c and tree-gimple.c.
+/* C++-specific tree lowering bits; see also c-gimplify.c and gimple.c.
Copyright (C) 2002-2019 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@redhat.com>