diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-02-13 12:27:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 12:27:06 +0000 |
commit | 73e6dac17f3fb27a10f805faacc61875c66f35c4 (patch) | |
tree | c08811d678831a0dcb1d957694f52c3bc9318b3c /gcc/cgraphclones.cc | |
parent | 59d4ee6cc1b14ddc01d062a41bec364e959793c7 (diff) | |
parent | a7bd5c91f8a55210a0b292b407549a395a406f23 (diff) | |
download | gcc-73e6dac17f3fb27a10f805faacc61875c66f35c4.zip gcc-73e6dac17f3fb27a10f805faacc61875c66f35c4.tar.gz gcc-73e6dac17f3fb27a10f805faacc61875c66f35c4.tar.bz2 |
Merge #1847
1847: Merge upstream, last commit before 2023-01-31 GCC/Rust upstreaming r=tschwinge a=tschwinge
Co-authored-by: Andrea Corallo <andrea.corallo@arm.com>
Co-authored-by: Richard Biener <rguenther@suse.de>
Co-authored-by: Srinath Parvathaneni <srinath.parvathaneni@arm.com>
Co-authored-by: Iain Sandoe <iain@sandoe.co.uk>
Co-authored-by: François Dumont <fdumont@gcc.gnu.org>
Co-authored-by: Jason Merrill <jason@redhat.com>
Co-authored-by: Harald Anlauf <anlauf@gmx.de>
Co-authored-by: Marek Polacek <polacek@redhat.com>
Co-authored-by: GCC Administrator <gccadmin@gcc.gnu.org>
Co-authored-by: Lulu Cheng <chenglulu@loongson.cn>
Co-authored-by: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Co-authored-by: Jakub Jelinek <jakub@redhat.com>
Co-authored-by: Eric Biggers <ebiggers@google.com>
Co-authored-by: Xianmiao Qu <cooper.qu@linux.alibaba.com>
Co-authored-by: Andre Vieira <andre.simoesdiasvieira@arm.com>
Diffstat (limited to 'gcc/cgraphclones.cc')
-rw-r--r-- | gcc/cgraphclones.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphclones.cc b/gcc/cgraphclones.cc index bb4b3c5..3d97ee4 100644 --- a/gcc/cgraphclones.cc +++ b/gcc/cgraphclones.cc @@ -1,5 +1,5 @@ /* Callgraph clones - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. |