From: luisgpm Date: Thu, 17 Oct 2019 00:37:05 +0000 (+0000) Subject: Fix old file reference in gcc/cp/cp-gimplify.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f5a6f59e6d6f2f2328df275b4809f49a059838;p=thirdparty%2Fgcc.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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277089 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6c1e6b46377b..679c26d65ab9 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 154fa70ec067..0ab0438f6019 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