From: Luis Machado Date: Thu, 17 Oct 2019 00:37:05 +0000 (+0000) Subject: Fix old file reference in gcc/cp/cp-gimplify.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24baab8af424826d87c992592944ddef7bfa2e93;p=gcc.git Fix old file reference in gcc/cp/cp-gimplify.c I've found this stale reference while looking at cp-gimplify.c. tree-gimple.c no longer exists and its contents were merged into gimple.c. Seems obvious enough. gcc/cp/ChangeLog: 2019-10-16 Luis Machado * cp-gimplify.c: Fix reference to non-existing tree-gimple.c file. From-SVN: r277089 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6c1e6b46377..679c26d65ab 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2019-10-16 Luis Machado + + * cp-gimplify.c: Fix reference to non-existing tree-gimple.c file. + 2019-10-16 Jakub Jelinek * 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 154fa70ec06..0ab0438f601 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