From: Jakub Jelinek Date: Mon, 2 Jan 2023 08:37:43 +0000 (+0100) Subject: Update copyright years. X-Git-Tag: basepoints/gcc-14~2257 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeee4812442c996f184965ce6894e5f3d3657c0f;p=thirdparty%2Fgcc.git Update copyright years. --- diff --git a/c++tools/Makefile.in b/c++tools/Makefile.in index d6a336137329..56cba0901351 100644 --- a/c++tools/Makefile.in +++ b/c++tools/Makefile.in @@ -1,5 +1,5 @@ # Makefile for c++tools -# Copyright (C) 2020-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/c++tools/configure.ac b/c++tools/configure.ac index 6662b5ad7c99..23e98c8e7216 100644 --- a/c++tools/configure.ac +++ b/c++tools/configure.ac @@ -1,5 +1,5 @@ # Configure script for c++tools -# Copyright (C) 2020-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 Free Software Foundation, Inc. # Written by Nathan Sidwell while at FaceBook # # This file is free software; you can redistribute it and/or modify it diff --git a/c++tools/resolver.cc b/c++tools/resolver.cc index 1fe9c17e0fea..d1f009cab64f 100644 --- a/c++tools/resolver.cc +++ b/c++tools/resolver.cc @@ -1,5 +1,5 @@ /* C++ modules. Experimental! -*- c++ -*- - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. diff --git a/c++tools/resolver.h b/c++tools/resolver.h index b3f912eff79a..96277007c94a 100644 --- a/c++tools/resolver.h +++ b/c++tools/resolver.h @@ -1,5 +1,5 @@ /* C++ modules. Experimental! -*- c++ -*- - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. diff --git a/c++tools/server.cc b/c++tools/server.cc index 00154a05925d..eded5c50628a 100644 --- a/c++tools/server.cc +++ b/c++tools/server.cc @@ -1,5 +1,5 @@ /* C++ modules. Experimental! - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. @@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN print_version (void) { fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string); - fprintf (stdout, "Copyright %s 2018-2022 Free Software Foundation, Inc.\n", + fprintf (stdout, "Copyright %s 2018-2023 Free Software Foundation, Inc.\n", ("(C)")); fnotice (stdout, ("This is free software; see the source for copying conditions.\n" diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS index cf70fb4be179..e90a67144e34 100644 --- a/gcc/ABOUT-GCC-NLS +++ b/gcc/ABOUT-GCC-NLS @@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog rebuilt. -Copyright (C) 1998-2022 Free Software Foundation, Inc. +Copyright (C) 1998-2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/LANGUAGES b/gcc/LANGUAGES index 40970a753d9c..6b70dc7825c5 100644 --- a/gcc/LANGUAGES +++ b/gcc/LANGUAGES @@ -57,7 +57,7 @@ Feb 1, 1998: DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0) -Copyright (C) 1998-2022 Free Software Foundation, Inc. +Copyright (C) 1998-2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4e5fb677cfe3..6aed2cda3caf 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,7 +1,7 @@ # Makefile for GNU Compiler Collection # Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 1987-2022 Free Software Foundation, Inc. +# Copyright (C) 1987-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/README.Portability b/gcc/README.Portability index cd03da721600..af6904728833 100644 --- a/gcc/README.Portability +++ b/gcc/README.Portability @@ -1,4 +1,4 @@ -Copyright (C) 2000-2022 Free Software Foundation, Inc. +Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is intended to contain a few notes about writing C code within GCC so that it compiles without error on the full range of diff --git a/gcc/acinclude.m4 b/gcc/acinclude.m4 index 39ad1139a15f..57164ff5f089 100644 --- a/gcc/acinclude.m4 +++ b/gcc/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2022 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2023 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/gcc/addresses.h b/gcc/addresses.h index 925a579b47a2..05a2401730d2 100644 --- a/gcc/addresses.h +++ b/gcc/addresses.h @@ -1,5 +1,5 @@ /* Inline functions to test validity of reg classes for addressing modes. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/adjust-alignment.cc b/gcc/adjust-alignment.cc index 5c5f8f4e5c07..2f4aee7c9dfe 100644 --- a/gcc/adjust-alignment.cc +++ b/gcc/adjust-alignment.cc @@ -1,5 +1,5 @@ /* Adjust alignment for local variable. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Kito Cheng This file is part of GCC. diff --git a/gcc/alias.cc b/gcc/alias.cc index c62837dd854f..3672bf277b95 100644 --- a/gcc/alias.cc +++ b/gcc/alias.cc @@ -1,5 +1,5 @@ /* Alias analysis for GNU C - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. Contributed by John Carr (jfc@mit.edu). This file is part of GCC. diff --git a/gcc/alias.h b/gcc/alias.h index ee3db4667630..0f0787d8baf8 100644 --- a/gcc/alias.h +++ b/gcc/alias.h @@ -1,5 +1,5 @@ /* Exported functions from alias.cc - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/align.h b/gcc/align.h index a51b5c66f8ae..5e94bd3e8271 100644 --- a/gcc/align.h +++ b/gcc/align.h @@ -1,5 +1,5 @@ /* Alignment-related classes. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/alloc-pool.cc b/gcc/alloc-pool.cc index e2f3c8a01195..dd550ee597ba 100644 --- a/gcc/alloc-pool.cc +++ b/gcc/alloc-pool.cc @@ -1,5 +1,5 @@ /* Functions to support a pool of allocatable objects. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/alloc-pool.h b/gcc/alloc-pool.h index 3963596ea083..e56709b7cf0a 100644 --- a/gcc/alloc-pool.h +++ b/gcc/alloc-pool.h @@ -1,5 +1,5 @@ /* Functions to support a pool of allocatable objects - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/array-traits.h b/gcc/array-traits.h index 3741777e0854..4cc686fb83ab 100644 --- a/gcc/array-traits.h +++ b/gcc/array-traits.h @@ -1,5 +1,5 @@ /* Descriptions of array-like objects. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/asan.cc b/gcc/asan.cc index dc7b7f4bcf18..d833f89cc4f4 100644 --- a/gcc/asan.cc +++ b/gcc/asan.cc @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Kostya Serebryany This file is part of GCC. diff --git a/gcc/asan.h b/gcc/asan.h index d4ea49cb240c..902e93b848a9 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Kostya Serebryany This file is part of GCC. diff --git a/gcc/attr-fnspec.h b/gcc/attr-fnspec.h index d506c75a6a63..acf1c5f6be73 100644 --- a/gcc/attr-fnspec.h +++ b/gcc/attr-fnspec.h @@ -1,5 +1,5 @@ /* Handling of fnspec attribute specifiers - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/attribs.cc b/gcc/attribs.cc index 095def4d6b05..49cb299a3c1b 100644 --- a/gcc/attribs.cc +++ b/gcc/attribs.cc @@ -1,5 +1,5 @@ /* Functions dealing with attribute handling, used by most front ends. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/attribs.h b/gcc/attribs.h index 742811e6fdac..e7540f71d6a9 100644 --- a/gcc/attribs.h +++ b/gcc/attribs.h @@ -1,5 +1,5 @@ /* Declarations and definitions dealing with attribute handling. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/auto-inc-dec.cc b/gcc/auto-inc-dec.cc index 481e7af68956..1486e8c679a2 100644 --- a/gcc/auto-inc-dec.cc +++ b/gcc/auto-inc-dec.cc @@ -1,5 +1,5 @@ /* Discovery of auto-inc and auto-dec instructions. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/auto-profile.cc b/gcc/auto-profile.cc index 97307321cbfa..f88d00934e1a 100644 --- a/gcc/auto-profile.cc +++ b/gcc/auto-profile.cc @@ -1,5 +1,5 @@ /* Read and annotate call graph profile from the auto profile data file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Dehao Chen (dehao@google.com) This file is part of GCC. diff --git a/gcc/auto-profile.h b/gcc/auto-profile.h index bf3f90f2fff8..8b4cd06132c9 100644 --- a/gcc/auto-profile.h +++ b/gcc/auto-profile.h @@ -1,5 +1,5 @@ /* auto-profile.h - Defines data exported from auto-profile.cc - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Dehao Chen (dehao@google.com) This file is part of GCC. diff --git a/gcc/backend.h b/gcc/backend.h index 7ff5405e7f28..42c6b762e635 100644 --- a/gcc/backend.h +++ b/gcc/backend.h @@ -1,6 +1,6 @@ /* Common Backend requirements. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 1eae03d1acad..7c06a7db45de 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1,5 +1,5 @@ /* Define control flow data structures for the CFG. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.cc b/gcc/bb-reorder.cc index 5cd48255f8a1..6f606420da89 100644 --- a/gcc/bb-reorder.cc +++ b/gcc/bb-reorder.cc @@ -1,5 +1,5 @@ /* Basic block reordering routines for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.h b/gcc/bb-reorder.h index ee754720e152..c24322d181a0 100644 --- a/gcc/bb-reorder.h +++ b/gcc/bb-reorder.h @@ -1,5 +1,5 @@ /* Basic block reordering routines for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.cc b/gcc/bitmap.cc index 88c329f93250..20de562caac0 100644 --- a/gcc/bitmap.cc +++ b/gcc/bitmap.cc @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 7fba443aff18..a439f933867f 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/btfout.cc b/gcc/btfout.cc index a423fabc0b52..497c1ca06e6e 100644 --- a/gcc/btfout.cc +++ b/gcc/btfout.cc @@ -1,5 +1,5 @@ /* Output BTF format from GCC. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def index f03dfecc1e66..782e82d183ff 100644 --- a/gcc/builtin-attrs.def +++ b/gcc/builtin-attrs.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2022 Free Software Foundation, Inc. +/* Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Joseph Myers . This file is part of GCC. diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def index e1e25e9c48fb..5cb25ab71d0f 100644 --- a/gcc/builtin-types.def +++ b/gcc/builtin-types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2022 Free Software Foundation, Inc. +/* Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.cc b/gcc/builtins.cc index 02c4fefa86f4..af45829875e6 100644 --- a/gcc/builtins.cc +++ b/gcc/builtins.cc @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.def b/gcc/builtins.def index 0ea8a2b2ca04..0afa4c55ad9c 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the builtins used in the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.h b/gcc/builtins.h index 5ad830c9fbf1..6a43de4b3efe 100644 --- a/gcc/builtins.h +++ b/gcc/builtins.h @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/caller-save.cc b/gcc/caller-save.cc index 9e28ec31d2bb..b8915dab1281 100644 --- a/gcc/caller-save.cc +++ b/gcc/caller-save.cc @@ -1,5 +1,5 @@ /* Save and restore call-clobbered registers which are live across a call. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.cc b/gcc/calls.cc index 6dd6f73e9780..4492ae0a86aa 100644 --- a/gcc/calls.cc +++ b/gcc/calls.cc @@ -1,5 +1,5 @@ /* Convert function calls to rtl insns, for GNU C compiler. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.h b/gcc/calls.h index fd7836e481d0..c7f8c5e4b394 100644 --- a/gcc/calls.h +++ b/gcc/calls.h @@ -1,5 +1,5 @@ /* Declarations and data types for RTL call insn generation. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.cc b/gcc/ccmp.cc index 3db0a264e29a..1bd6fadea35e 100644 --- a/gcc/ccmp.cc +++ b/gcc/ccmp.cc @@ -1,5 +1,5 @@ /* Conditional compare related functions - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.h b/gcc/ccmp.h index 1799d5feda6b..f6f73897abb2 100644 --- a/gcc/ccmp.h +++ b/gcc/ccmp.h @@ -1,5 +1,5 @@ /* Conditional comapre related functions. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg-flags.def b/gcc/cfg-flags.def index a2c06765187c..2d8ccd93d214 100644 --- a/gcc/cfg-flags.def +++ b/gcc/cfg-flags.def @@ -1,5 +1,5 @@ /* Flags on basic blocks and edges. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.cc b/gcc/cfg.cc index bbd01ba21bb0..897ef534ff58 100644 --- a/gcc/cfg.cc +++ b/gcc/cfg.cc @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.h b/gcc/cfg.h index 6c821d4de7f5..4cd2958bae55 100644 --- a/gcc/cfg.h +++ b/gcc/cfg.h @@ -1,5 +1,5 @@ /* Control flow graph manipulation code header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.cc b/gcc/cfganal.cc index d76d47a5dc38..ef24c5e4d157 100644 --- a/gcc/cfganal.cc +++ b/gcc/cfganal.cc @@ -1,5 +1,5 @@ /* Control flow graph analysis code for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.h b/gcc/cfganal.h index bb402390db1b..0b6c67dfab59 100644 --- a/gcc/cfganal.h +++ b/gcc/cfganal.h @@ -1,5 +1,5 @@ /* Control flow graph analysis header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.cc b/gcc/cfgbuild.cc index 646a066143df..15ed4deb5f7d 100644 --- a/gcc/cfgbuild.cc +++ b/gcc/cfgbuild.cc @@ -1,5 +1,5 @@ /* Control flow graph building code for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.h b/gcc/cfgbuild.h index 85145da7f4bb..51d3eccb1aec 100644 --- a/gcc/cfgbuild.h +++ b/gcc/cfgbuild.h @@ -1,5 +1,5 @@ /* Control flow graph building header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.cc b/gcc/cfgcleanup.cc index a363e0b4da3c..194e0e5de123 100644 --- a/gcc/cfgcleanup.cc +++ b/gcc/cfgcleanup.cc @@ -1,5 +1,5 @@ /* Control flow optimization code for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.h b/gcc/cfgcleanup.h index f1021ca835ff..46ce640655de 100644 --- a/gcc/cfgcleanup.h +++ b/gcc/cfgcleanup.h @@ -1,5 +1,5 @@ /* Control flow optimization header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.cc b/gcc/cfgexpand.cc index dd29ffffc038..86783a6b6613 100644 --- a/gcc/cfgexpand.cc +++ b/gcc/cfgexpand.cc @@ -1,5 +1,5 @@ /* A pass for lowering trees to RTL. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.h b/gcc/cfgexpand.h index 96598ae1fb45..0e551f6cfd3a 100644 --- a/gcc/cfgexpand.h +++ b/gcc/cfgexpand.h @@ -1,5 +1,5 @@ /* Header file for lowering trees to RTL. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfghooks.cc b/gcc/cfghooks.cc index f8fa13c1d69f..545640354150 100644 --- a/gcc/cfghooks.cc +++ b/gcc/cfghooks.cc @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h index 0982d70035e6..aebd080cf8ba 100644 --- a/gcc/cfghooks.h +++ b/gcc/cfghooks.h @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/cfgloop.cc b/gcc/cfgloop.cc index 57bf7b1855d4..ccda7415d703 100644 --- a/gcc/cfgloop.cc +++ b/gcc/cfgloop.cc @@ -1,5 +1,5 @@ /* Natural loop discovery code for GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 528b1219bc37..e98ad06f9b50 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -1,5 +1,5 @@ /* Natural loop functions - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopanal.cc b/gcc/cfgloopanal.cc index 30e4254fbf5c..fd867448d639 100644 --- a/gcc/cfgloopanal.cc +++ b/gcc/cfgloopanal.cc @@ -1,5 +1,5 @@ /* Natural loop analysis code for GNU compiler. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.cc b/gcc/cfgloopmanip.cc index db07fd65dc91..0e3ad8ed742a 100644 --- a/gcc/cfgloopmanip.cc +++ b/gcc/cfgloopmanip.cc @@ -1,5 +1,5 @@ /* Loop manipulation code for GNU compiler. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.h b/gcc/cfgloopmanip.h index 17c9a1bb1d27..93e417fcb7da 100644 --- a/gcc/cfgloopmanip.h +++ b/gcc/cfgloopmanip.h @@ -1,5 +1,5 @@ /* Loop manipulation header. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.cc b/gcc/cfgrtl.cc index f31941a61f97..fcc2edbef41c 100644 --- a/gcc/cfgrtl.cc +++ b/gcc/cfgrtl.cc @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.h b/gcc/cfgrtl.h index 7deaa4fdf744..e29513449fbb 100644 --- a/gcc/cfgrtl.h +++ b/gcc/cfgrtl.h @@ -1,5 +1,5 @@ /* Define control flow data structures for the CFG. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cgraph.cc b/gcc/cgraph.cc index f15cb47c8b88..5e60c2b73dba 100644 --- a/gcc/cgraph.cc +++ b/gcc/cgraph.cc @@ -1,5 +1,5 @@ /* Callgraph handling code. - 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. diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 4be67e3cea90..8dee2f6e5917 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1,5 +1,5 @@ /* Callgraph handling code. - 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. diff --git a/gcc/cgraphbuild.cc b/gcc/cgraphbuild.cc index bae44591a29c..f13abca1b938 100644 --- a/gcc/cgraphbuild.cc +++ b/gcc/cgraphbuild.cc @@ -1,5 +1,5 @@ /* Callgraph construction. - 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. diff --git a/gcc/cgraphclones.cc b/gcc/cgraphclones.cc index bb4b3c5407d5..3d97ee42f77c 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. diff --git a/gcc/cgraphunit.cc b/gcc/cgraphunit.cc index b05d790bf8da..548bb853a183 100644 --- a/gcc/cgraphunit.cc +++ b/gcc/cgraphunit.cc @@ -1,5 +1,5 @@ /* Driver of optimization process - 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. diff --git a/gcc/cif-code.def b/gcc/cif-code.def index ea604e16c34e..af88d83de098 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -1,7 +1,7 @@ /* This file contains the definitions of the cgraph_inline_failed_t enums used in GCC. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/collect-utils.cc b/gcc/collect-utils.cc index 8e529bb61211..2444aa6a3d5e 100644 --- a/gcc/collect-utils.cc +++ b/gcc/collect-utils.cc @@ -1,5 +1,5 @@ /* Utility functions used by tools like collect2 and lto-wrapper. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect-utils.h b/gcc/collect-utils.h index 98cacea0e581..b872eabb2fd2 100644 --- a/gcc/collect-utils.h +++ b/gcc/collect-utils.h @@ -1,5 +1,5 @@ /* Utility functions used by tools like collect2 and lto-wrapper. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.cc b/gcc/collect2-aix.cc index 7dec019d1f72..7a1fa33da01f 100644 --- a/gcc/collect2-aix.cc +++ b/gcc/collect2-aix.cc @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.h b/gcc/collect2-aix.h index 7efbca54ea27..6fdafff3818b 100644 --- a/gcc/collect2-aix.h +++ b/gcc/collect2-aix.h @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2.cc b/gcc/collect2.cc index d81c7f28f16a..63b9a0c233a8 100644 --- a/gcc/collect2.cc +++ b/gcc/collect2.cc @@ -1,6 +1,6 @@ /* Collect static initialization info into data structures that can be traversed by C++ initialization and finalization routines. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Chris Smith (csmith@convex.com). Heavily modified by Michael Meissner (meissner@cygnus.com), Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com). diff --git a/gcc/collect2.h b/gcc/collect2.h index 5aadf03a38cd..de12ef065569 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -1,5 +1,5 @@ /* Header file for collect routines. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/color-macros.h b/gcc/color-macros.h index d144b3466535..fcd79d09c018 100644 --- a/gcc/color-macros.h +++ b/gcc/color-macros.h @@ -1,5 +1,5 @@ /* Terminal color manipulation macros. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/combine-stack-adj.cc b/gcc/combine-stack-adj.cc index e76d60a8f7e4..e479aea71a15 100644 --- a/gcc/combine-stack-adj.cc +++ b/gcc/combine-stack-adj.cc @@ -1,5 +1,5 @@ /* Combine stack adjustments. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/combine.cc b/gcc/combine.cc index a5fabf397f75..053879500b73 100644 --- a/gcc/combine.cc +++ b/gcc/combine.cc @@ -1,5 +1,5 @@ /* Optimize by combining instructions for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common.md b/gcc/common.md index c73a333dde70..51ecd79786b5 100644 --- a/gcc/common.md +++ b/gcc/common.md @@ -1,5 +1,5 @@ ;; Common GCC machine description file, shared by all targets. -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/common.opt b/gcc/common.opt index 562d73d7f552..97a780302288 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1,6 +1,6 @@ ; Options for the language- and target-independent parts of the compiler. -; Copyright (C) 2003-2022 Free Software Foundation, Inc. +; Copyright (C) 2003-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/compare-elim.cc b/gcc/compare-elim.cc index 4a23202f8ff7..5cbd2c027b1d 100644 --- a/gcc/compare-elim.cc +++ b/gcc/compare-elim.cc @@ -1,5 +1,5 @@ /* Post-reload compare elimination. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/conditions.h b/gcc/conditions.h index 435d7ad64b3d..92a60e287b36 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -1,5 +1,5 @@ /* Definitions for condition code handling in final.cc and output routines. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config.build b/gcc/config.build index eb3bfbf92e83..4115b1a95b38 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -1,5 +1,5 @@ # GCC build-specific configuration file. -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.gcc b/gcc/config.gcc index fa263f235d18..c4633e869ac0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later # GCC target-specific configuration file. -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.host b/gcc/config.host index 992638df3850..a522c39658e3 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -1,5 +1,5 @@ # GCC host-specific configuration file. -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config/alpha/alpha-modes.def b/gcc/config/alpha/alpha-modes.def index e1425c240496..3b4031bd63cc 100644 --- a/gcc/config/alpha/alpha-modes.def +++ b/gcc/config/alpha/alpha-modes.def @@ -1,5 +1,5 @@ /* Alpha extra machine modes. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha-passes.def b/gcc/config/alpha/alpha-passes.def index fd86502e0663..f00d1c5655c9 100644 --- a/gcc/config/alpha/alpha-passes.def +++ b/gcc/config/alpha/alpha-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for DEC Alpha - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha-protos.h b/gcc/config/alpha/alpha-protos.h index adfdd774ef4c..79b92813f949 100644 --- a/gcc/config/alpha/alpha-protos.h +++ b/gcc/config/alpha/alpha-protos.h @@ -1,5 +1,5 @@ /* Prototypes for alpha.cc functions used in the md file & elsewhere. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha.cc b/gcc/config/alpha/alpha.cc index 333f2c602c45..1d826085198e 100644 --- a/gcc/config/alpha/alpha.cc +++ b/gcc/config/alpha/alpha.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the DEC Alpha. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 1f6d2caa0936..fff781b5fe30 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 87514330c223..d91742496d06 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1,5 +1,5 @@ ;; Machine description for DEC Alpha for GNU C compiler -;; Copyright (C) 1992-2022 Free Software Foundation, Inc. +;; Copyright (C) 1992-2023 Free Software Foundation, Inc. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; ;; This file is part of GCC. diff --git a/gcc/config/alpha/alpha.opt b/gcc/config/alpha/alpha.opt index 3da302e8ecc2..f2d3753878ce 100644 --- a/gcc/config/alpha/alpha.opt +++ b/gcc/config/alpha/alpha.opt @@ -1,6 +1,6 @@ ; Options for the DEC Alpha port of the compiler ; -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/alpha/constraints.md b/gcc/config/alpha/constraints.md index a41b6471b9cd..ac3a5293732b 100644 --- a/gcc/config/alpha/constraints.md +++ b/gcc/config/alpha/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for DEC Alpha. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/driver-alpha.cc b/gcc/config/alpha/driver-alpha.cc index fe17f86b5eaa..6757dd9f1484 100644 --- a/gcc/config/alpha/driver-alpha.cc +++ b/gcc/config/alpha/driver-alpha.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Arthur Loiret This file is part of GCC. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index c9cd42e69f81..b0e329e81d6b 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu). This file is part of GCC. diff --git a/gcc/config/alpha/elf.opt b/gcc/config/alpha/elf.opt index df67a6271e95..b77fe048a8ec 100644 --- a/gcc/config/alpha/elf.opt +++ b/gcc/config/alpha/elf.opt @@ -1,6 +1,6 @@ ; Alpha ELF options. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/alpha/ev4.md b/gcc/config/alpha/ev4.md index c8ff4ed8f0df..17b240bdd389 100644 --- a/gcc/config/alpha/ev4.md +++ b/gcc/config/alpha/ev4.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV4. -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/ev5.md b/gcc/config/alpha/ev5.md index c0a4a7848caa..c12a344e55a9 100644 --- a/gcc/config/alpha/ev5.md +++ b/gcc/config/alpha/ev5.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV5. -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/ev6.md b/gcc/config/alpha/ev6.md index fdc8f89a468c..8fb18a15a677 100644 --- a/gcc/config/alpha/ev6.md +++ b/gcc/config/alpha/ev6.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV6. -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index 17f16a55910b..03f783f2ad19 100644 --- a/gcc/config/alpha/linux-elf.h +++ b/gcc/config/alpha/linux-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Alpha Linux-based GNU systems using ELF. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Richard Henderson. This file is part of GCC. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 14ced5f8be61..9c3ad5a10976 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Alpha Linux-based GNU systems. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Richard Henderson. This file is part of GCC. diff --git a/gcc/config/alpha/netbsd.h b/gcc/config/alpha/netbsd.h index 10c969045b9c..498f9edbc6b4 100644 --- a/gcc/config/alpha/netbsd.h +++ b/gcc/config/alpha/netbsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Alpha NetBSD systems. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/openbsd.h b/gcc/config/alpha/openbsd.h index d7a6535994c9..bd38375af03c 100644 --- a/gcc/config/alpha/openbsd.h +++ b/gcc/config/alpha/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for an alpha OpenBSD target. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index 577d955fb7c6..cd8b664598e9 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for DEC Alpha. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md index 29ccac370010..0f092ce6fb81 100644 --- a/gcc/config/alpha/sync.md +++ b/gcc/config/alpha/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for Alpha synchronization instructions. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/t-alpha b/gcc/config/alpha/t-alpha index 7549010469de..86fbe08e7ff6 100644 --- a/gcc/config/alpha/t-alpha +++ b/gcc/config/alpha/t-alpha @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/alpha/t-vms b/gcc/config/alpha/t-vms index 282c0aa0b5e3..765ba8d6c839 100644 --- a/gcc/config/alpha/t-vms +++ b/gcc/config/alpha/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2022 Free Software Foundation, Inc. +# Copyright (C) 1996-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 0ae5aed41914..f8fcb64c4289 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-arch.h b/gcc/config/arc/arc-arch.h index 83b156ee34a5..69c602c5482c 100644 --- a/gcc/config/arc/arc-arch.h +++ b/gcc/config/arc/arc-arch.h @@ -1,6 +1,6 @@ /* Definitions of types that are used to store ARC architecture and device information. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) This file is part of GCC. diff --git a/gcc/config/arc/arc-arches.def b/gcc/config/arc/arc-arches.def index 10feef6c4ed2..d0e8072fcb33 100644 --- a/gcc/config/arc/arc-arches.def +++ b/gcc/config/arc/arc-arches.def @@ -1,5 +1,5 @@ /* ARC ARCH architectures. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-c.cc b/gcc/config/arc/arc-c.cc index a15bce39e9c4..399317ac07be 100644 --- a/gcc/config/arc/arc-c.cc +++ b/gcc/config/arc/arc-c.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-c.def b/gcc/config/arc/arc-c.def index a30ec0f2ccb9..1ee74411b9c9 100644 --- a/gcc/config/arc/arc-c.def +++ b/gcc/config/arc/arc-c.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-cpus.def b/gcc/config/arc/arc-cpus.def index 5668b0fbf19a..8f2d806f85c3 100644 --- a/gcc/config/arc/arc-cpus.def +++ b/gcc/config/arc/arc-cpus.def @@ -1,5 +1,5 @@ /* ARC CPU architectures. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-modes.def b/gcc/config/arc/arc-modes.def index 9f4151f31728..763e880317d1 100644 --- a/gcc/config/arc/arc-modes.def +++ b/gcc/config/arc/arc-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc-options.def b/gcc/config/arc/arc-options.def index 20e1254f4274..7a602d447b8b 100644 --- a/gcc/config/arc/arc-options.def +++ b/gcc/config/arc/arc-options.def @@ -1,5 +1,5 @@ /* ARC options. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-opts.h b/gcc/config/arc/arc-opts.h index fd6f815c7b0a..f55b9f6b9f20 100644 --- a/gcc/config/arc/arc-opts.h +++ b/gcc/config/arc/arc-opts.h @@ -1,6 +1,6 @@ /* GCC option-handling definitions for the Synopsys DesignWare ARC architecture. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-passes.def b/gcc/config/arc/arc-passes.def index 3a894acb0b4e..0cb5d56a6d42 100644 --- a/gcc/config/arc/arc-passes.def +++ b/gcc/config/arc/arc-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for ARC. - Copyright (C) 2019-2022 Free Software Foundation, Inc. */ + Copyright (C) 2019-2023 Free Software Foundation, Inc. */ /* This file is part of GCC. diff --git a/gcc/config/arc/arc-protos.h b/gcc/config/arc/arc-protos.h index db542f04ae5e..d47b4756ad43 100644 --- a/gcc/config/arc/arc-protos.h +++ b/gcc/config/arc/arc-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-simd.h b/gcc/config/arc/arc-simd.h index 0f05d37ea556..5b7200074abe 100644 --- a/gcc/config/arc/arc-simd.h +++ b/gcc/config/arc/arc-simd.h @@ -1,5 +1,5 @@ /* Synopsys DesignWare ARC SIMD include file. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Written by Saurabh Verma (saurabh.verma@celunite.com) on behalf os Synopsys Inc. diff --git a/gcc/config/arc/arc-tables.opt b/gcc/config/arc/arc-tables.opt index 0a0d354db609..d0f4b2373ee2 100644 --- a/gcc/config/arc/arc-tables.opt +++ b/gcc/config/arc/arc-tables.opt @@ -2,7 +2,7 @@ ; Generated by : ./gcc/config/arc/genoptions.awk ; Generated from : ./gcc/config/arc/arc-cpu.def ; -; Copyright (C) 2016-2022 Free Software Foundation, Inc. +; Copyright (C) 2016-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arc/arc.cc b/gcc/config/arc/arc.cc index 604a116e966d..22eb2e9cb459 100644 --- a/gcc/config/arc/arc.cc +++ b/gcc/config/arc/arc.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Synopsys DesignWare ARC cpu. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. Sources derived from work done by Sankhya Technologies (www.sankhya.com) on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 0280b53ad924..c37563940255 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md index 458d3edf716c..c51ce1733501 100644 --- a/gcc/config/arc/arc.md +++ b/gcc/config/arc/arc.md @@ -1,5 +1,5 @@ ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler -;; Copyright (C) 1994-2022 Free Software Foundation, Inc. +;; Copyright (C) 1994-2023 Free Software Foundation, Inc. ;; Sources derived from work done by Sankhya Technologies (www.sankhya.com) on ;; behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index b58273255f70..273667c9b588 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -1,6 +1,6 @@ ; Options for the Synopsys DesignWare ARC port of the compiler ; -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arc/arc600.md b/gcc/config/arc/arc600.md index 0dd8a052d6ab..7d4c10ca08c7 100644 --- a/gcc/config/arc/arc600.md +++ b/gcc/config/arc/arc600.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC600 cpu ;; for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributor: Joern Rennecke ;; on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc700.md b/gcc/config/arc/arc700.md index 83b10ca65c6a..cf8e3da4818f 100644 --- a/gcc/config/arc/arc700.md +++ b/gcc/config/arc/arc700.md @@ -5,7 +5,7 @@ ;; Ramana Radhakrishnan(ramana.radhakrishnan@codito.com) ;; Factoring out and improvement of ARC700 Scheduling by ;; Joern Rennecke (joern.rennecke@embecosm.com) -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/arcEM.md b/gcc/config/arc/arcEM.md index 54981ae13cb3..d8f48d7893e9 100644 --- a/gcc/config/arc/arcEM.md +++ b/gcc/config/arc/arcEM.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC EM cpu ;; for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributor: Claudiu Zissulescu ;; This file is part of GCC. diff --git a/gcc/config/arc/arcHS.md b/gcc/config/arc/arcHS.md index eacb90758307..404f82797ce4 100644 --- a/gcc/config/arc/arcHS.md +++ b/gcc/config/arc/arcHS.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC HS cpu ;; for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributor: Claudiu Zissulescu ;; This file is part of GCC. diff --git a/gcc/config/arc/arcHS4x.md b/gcc/config/arc/arcHS4x.md index 1009833d4001..169a94027fd9 100644 --- a/gcc/config/arc/arcHS4x.md +++ b/gcc/config/arc/arcHS4x.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC HS4x cpu ;; for GNU C compiler -;; Copyright (C) 2017-2022 Free Software Foundation, Inc. +;; Copyright (C) 2017-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/atomic.md b/gcc/config/arc/atomic.md index 393567182d72..3af8f960c569 100644 --- a/gcc/config/arc/atomic.md +++ b/gcc/config/arc/atomic.md @@ -1,5 +1,5 @@ ;; GCC machine description for ARC atomic instructions. -;; Copyright (C) 2015-2022 Free Software Foundation, Inc. +;; Copyright (C) 2015-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/big.h b/gcc/config/arc/big.h index cc55ba2b2a4d..d2a7394ea1ca 100644 --- a/gcc/config/arc/big.h +++ b/gcc/config/arc/big.h @@ -1,6 +1,6 @@ /* Definition of big endian ARC machine for GNU compiler. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/builtins.def b/gcc/config/arc/builtins.def index 06d30e49a93e..fc5c92b2986f 100644 --- a/gcc/config/arc/builtins.def +++ b/gcc/config/arc/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2022 Free Software Foundation, Inc. +/* Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/constraints.md b/gcc/config/arc/constraints.md index 38bda1230b8d..a0e949bd1e62 100644 --- a/gcc/config/arc/constraints.md +++ b/gcc/config/arc/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Synopsys DesignWare ARC. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/driver-arc.cc b/gcc/config/arc/driver-arc.cc index 2217739ae611..d0d29de2e4c6 100644 --- a/gcc/config/arc/driver-arc.cc +++ b/gcc/config/arc/driver-arc.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu This file is part of GCC. diff --git a/gcc/config/arc/elf.h b/gcc/config/arc/elf.h index 6646ca51c93a..36af916f41cd 100644 --- a/gcc/config/arc/elf.h +++ b/gcc/config/arc/elf.h @@ -1,6 +1,6 @@ /* Target macros for arc*-elf targets. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/fpx.md b/gcc/config/arc/fpx.md index 53d48bed31cd..491d65e2d530 100644 --- a/gcc/config/arc/fpx.md +++ b/gcc/config/arc/fpx.md @@ -1,6 +1,6 @@ ;; Machine description of the Synopsys DesignWare ARC cpu Floating Point ;; extensions for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/genmultilib.awk b/gcc/config/arc/genmultilib.awk index def7dcbdacac..9d9838f1428f 100644 --- a/gcc/config/arc/genmultilib.awk +++ b/gcc/config/arc/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/genoptions.awk b/gcc/config/arc/genoptions.awk index 50a7afd4c9ab..288948246ec6 100644 --- a/gcc/config/arc/genoptions.awk +++ b/gcc/config/arc/genoptions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 6ebbb143895e..b2f3cac06d49 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -1,6 +1,6 @@ /* Target macros for arc*-*-linux targets. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/predicates.md b/gcc/config/arc/predicates.md index 98e610ee3769..7650e47694d0 100644 --- a/gcc/config/arc/predicates.md +++ b/gcc/config/arc/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Synopsys DesignWare ARC. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index 9880c826f8c4..53163693e351 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -1,5 +1,5 @@ ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/t-arc b/gcc/config/arc/t-arc index 9af2d2f3910a..a8663bc0cf60 100644 --- a/gcc/config/arc/t-arc +++ b/gcc/config/arc/t-arc @@ -1,6 +1,6 @@ # GCC Makefile fragment for Synopsys DesignWare ARC. # -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/t-multilib b/gcc/config/arc/t-multilib index 921945eba44f..61234d5d6fab 100644 --- a/gcc/config/arc/t-multilib +++ b/gcc/config/arc/t-multilib @@ -3,7 +3,7 @@ # Generated from : ./gcc/config/arc/arc-cpu.def # Used by : tmake_file from Makefile and genmultilib -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux index ecb9ae6859f1..a839e4ea67c7 100644 --- a/gcc/config/arc/t-multilib-linux +++ b/gcc/config/arc/t-multilib-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2022 Free Software Foundation, Inc. +# Copyright (C) 2018-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/README-interworking b/gcc/config/arm/README-interworking index aacc20bd1847..eeb0383e7ff9 100644 --- a/gcc/config/arm/README-interworking +++ b/gcc/config/arm/README-interworking @@ -742,7 +742,7 @@ used. interworking as the --support-old-code switch has taken care if this. -Copyright (C) 1998-2022 Free Software Foundation, Inc. +Copyright (C) 1998-2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/config/arm/aarch-common-protos.h b/gcc/config/arm/aarch-common-protos.h index ae0465159f76..5ea0ad26f733 100644 --- a/gcc/config/arm/aarch-common-protos.h +++ b/gcc/config/arm/aarch-common-protos.h @@ -1,6 +1,6 @@ /* Functions and structures shared between arm and aarch64. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aarch-common.cc b/gcc/config/arm/aarch-common.cc index 04a53d750935..40bb28b3c3d4 100644 --- a/gcc/config/arm/aarch-common.cc +++ b/gcc/config/arm/aarch-common.cc @@ -1,7 +1,7 @@ /* Dependency checks for instruction scheduling, shared between ARM and AARCH64. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aarch-cost-tables.h b/gcc/config/arm/aarch-cost-tables.h index 07d0e040298a..e38482147286 100644 --- a/gcc/config/arm/aarch-cost-tables.h +++ b/gcc/config/arm/aarch-cost-tables.h @@ -1,6 +1,6 @@ /* RTX cost tables shared between arm and aarch64. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index cfb8db52c59f..b8f8eb084c08 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM with a.out - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@armltd.co.uk). This file is part of GCC. diff --git a/gcc/config/arm/arm-builtins.cc b/gcc/config/arm/arm-builtins.cc index 8f8155c44137..11d7478d9df6 100644 --- a/gcc/config/arm/arm-builtins.cc +++ b/gcc/config/arm/arm-builtins.cc @@ -1,5 +1,5 @@ /* Description of builtins used by the ARM backend. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-builtins.h b/gcc/config/arm/arm-builtins.h index a8ef8aef82d6..8c94b6bc40b9 100644 --- a/gcc/config/arm/arm-builtins.h +++ b/gcc/config/arm/arm-builtins.h @@ -1,5 +1,5 @@ /* Declarations for determining resolver for a given builtin. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-c.cc b/gcc/config/arm/arm-c.cc index 202898fa0418..df86342092b5 100644 --- a/gcc/config/arm/arm-c.cc +++ b/gcc/config/arm/arm-c.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2022 Free Software Foundation, Inc. +/* Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in index 5ed4db340bc5..e89106c51b41 100644 --- a/gcc/config/arm/arm-cpus.in +++ b/gcc/config/arm/arm-cpus.in @@ -1,6 +1,6 @@ # CPU, FPU and architecture specifications for ARM. # -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/arm-d.cc b/gcc/config/arm/arm-d.cc index 5c89f1b1079e..74a4e346178b 100644 --- a/gcc/config/arm/arm-d.cc +++ b/gcc/config/arm/arm-d.cc @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the ARM architecture. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/config/arm/arm-d.h b/gcc/config/arm/arm-d.h index 479a89bb120a..7dd563294f9a 100644 --- a/gcc/config/arm/arm-d.h +++ b/gcc/config/arm/arm-d.h @@ -1,5 +1,5 @@ /* Definitions for the D front end on the ARM architecture. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/config/arm/arm-fixed.md b/gcc/config/arm/arm-fixed.md index 3a8ac9ef8299..c8bae1030e5b 100644 --- a/gcc/config/arm/arm-fixed.md +++ b/gcc/config/arm/arm-fixed.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/arm-flags.h b/gcc/config/arm/arm-flags.h index d57036ca5511..b68eb79ff089 100644 --- a/gcc/config/arm/arm-flags.h +++ b/gcc/config/arm/arm-flags.h @@ -1,6 +1,6 @@ /* Flags used to identify the presence of processor capabilities. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-generic.md b/gcc/config/arm/arm-generic.md index a797ab302848..9fd3b56c4060 100644 --- a/gcc/config/arm/arm-generic.md +++ b/gcc/config/arm/arm-generic.md @@ -1,5 +1,5 @@ ;; Generic ARM Pipeline Description -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index 17dcc37b1e91..e1bc820d1d1b 100644 --- a/gcc/config/arm/arm-ldmstm.ml +++ b/gcc/config/arm/arm-ldmstm.ml @@ -1,5 +1,5 @@ (* Auto-generate ARM ldm/stm patterns - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. @@ -335,7 +335,7 @@ let _ = "/* ARM ldm/stm instruction patterns. This file was automatically generated"; " using arm-ldmstm.ml. Please do not edit manually."; ""; -" Copyright (C) 2010-2022 Free Software Foundation, Inc."; +" Copyright (C) 2010-2023 Free Software Foundation, Inc."; " Contributed by CodeSourcery."; ""; " This file is part of GCC."; diff --git a/gcc/config/arm/arm-modes.def b/gcc/config/arm/arm-modes.def index 9ed0cd042c54..364736d17fa5 100644 --- a/gcc/config/arm/arm-modes.def +++ b/gcc/config/arm/arm-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com) diff --git a/gcc/config/arm/arm-mve-builtins.cc b/gcc/config/arm/arm-mve-builtins.cc index 8fe6f70f7b0f..7586a82e3c1c 100644 --- a/gcc/config/arm/arm-mve-builtins.cc +++ b/gcc/config/arm/arm-mve-builtins.cc @@ -1,5 +1,5 @@ /* ACLE support for Arm MVE - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-mve-builtins.def b/gcc/config/arm/arm-mve-builtins.def index a3c748175985..69f3f81b4731 100644 --- a/gcc/config/arm/arm-mve-builtins.def +++ b/gcc/config/arm/arm-mve-builtins.def @@ -1,5 +1,5 @@ /* Builtin lists for Arm MVE - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-mve-builtins.h b/gcc/config/arm/arm-mve-builtins.h index 7b26b8502569..290a118ec927 100644 --- a/gcc/config/arm/arm-mve-builtins.h +++ b/gcc/config/arm/arm-mve-builtins.h @@ -1,5 +1,5 @@ /* ACLE support for Arm MVE - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-opts.h b/gcc/config/arm/arm-opts.h index 24d12fafdec8..9964fd2dbb58 100644 --- a/gcc/config/arm/arm-opts.h +++ b/gcc/config/arm/arm-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for ARM. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index 8ea38118b057..95918dd0c47d 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in arm.cc and pe.c - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@arm.com) Minor hacks by Nick Clifton (nickc@cygnus.com) diff --git a/gcc/config/arm/arm-simd-builtin-types.def b/gcc/config/arm/arm-simd-builtin-types.def index d1d6416dad15..91584c99abb8 100644 --- a/gcc/config/arm/arm-simd-builtin-types.def +++ b/gcc/config/arm/arm-simd-builtin-types.def @@ -1,5 +1,5 @@ /* Builtin AdvSIMD types. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-tables.opt b/gcc/config/arm/arm-tables.opt index a10a09e36cd0..b3ab72ff4e22 100644 --- a/gcc/config/arm/arm-tables.opt +++ b/gcc/config/arm/arm-tables.opt @@ -2,7 +2,7 @@ ; Generated automatically by parsecpu.awk from arm-cpus.in. ; Do not edit. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; This file is part of GCC. diff --git a/gcc/config/arm/arm-tune.md b/gcc/config/arm/arm-tune.md index 8af8c936abe3..29ca2b47ef10 100644 --- a/gcc/config/arm/arm-tune.md +++ b/gcc/config/arm/arm-tune.md @@ -2,7 +2,7 @@ ; Generated automatically by parsecpu.awk from arm-cpus.in. ; Do not edit. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; This file is part of GCC. diff --git a/gcc/config/arm/arm.cc b/gcc/config/arm/arm.cc index 31f2a7b9d468..3f171188de51 100644 --- a/gcc/config/arm/arm.cc +++ b/gcc/config/arm/arm.cc @@ -1,5 +1,5 @@ /* Output routines for GCC for ARM. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com). diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 984ab789285d..6f7ecf912804 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com) diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 69bf343fb0ed..31dfea10af12 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -1,5 +1,5 @@ ;;- Machine description for ARM for GNU compiler -;; Copyright (C) 1991-2022 Free Software Foundation, Inc. +;; Copyright (C) 1991-2023 Free Software Foundation, Inc. ;; Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) ;; and Martin Simmons (@harleqn.co.uk). ;; More major hacks by Richard Earnshaw (rearnsha@arm.com). diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index 3209b6c623bd..007d993b2ec1 100644 --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -1,6 +1,6 @@ ; Options for the ARM port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arm/arm1020e.md b/gcc/config/arm/arm1020e.md index 1f80cf358dae..115be6a55575 100644 --- a/gcc/config/arm/arm1020e.md +++ b/gcc/config/arm/arm1020e.md @@ -1,5 +1,5 @@ ;; ARM 1020E & ARM 1022E Pipeline Description -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; Contributed by Richard Earnshaw (richard.earnshaw@arm.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm1026ejs.md b/gcc/config/arm/arm1026ejs.md index a9fd245da333..74dd434ae7e6 100644 --- a/gcc/config/arm/arm1026ejs.md +++ b/gcc/config/arm/arm1026ejs.md @@ -1,5 +1,5 @@ ;; ARM 1026EJ-S Pipeline Description -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm1136jfs.md b/gcc/config/arm/arm1136jfs.md index 5a11986dfc98..01844f3114b0 100644 --- a/gcc/config/arm/arm1136jfs.md +++ b/gcc/config/arm/arm1136jfs.md @@ -1,5 +1,5 @@ ;; ARM 1136J[F]-S Pipeline Description -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm926ejs.md b/gcc/config/arm/arm926ejs.md index 92f12c55e098..6b05f251e970 100644 --- a/gcc/config/arm/arm926ejs.md +++ b/gcc/config/arm/arm926ejs.md @@ -1,5 +1,5 @@ ;; ARM 926EJ-S Pipeline Description -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm_acle.h b/gcc/config/arm/arm_acle.h index a34d9ec8cb99..4a5a6a816164 100644 --- a/gcc/config/arm/arm_acle.h +++ b/gcc/config/arm/arm_acle.h @@ -1,6 +1,6 @@ /* ARM Non-NEON ACLE intrinsics include file. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_acle_builtins.def b/gcc/config/arm/arm_acle_builtins.def index df3c4f01621e..48332eb64fdd 100644 --- a/gcc/config/arm/arm_acle_builtins.def +++ b/gcc/config/arm/arm_acle_builtins.def @@ -1,5 +1,5 @@ /* ACLE builtin definitions for ARM. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_bf16.h b/gcc/config/arm/arm_bf16.h index 56ee772e61e4..15e45bc03c24 100644 --- a/gcc/config/arm/arm_bf16.h +++ b/gcc/config/arm/arm_bf16.h @@ -1,6 +1,6 @@ /* Arm BF16 intrinsics include file. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm_cde.h b/gcc/config/arm/arm_cde.h index 840b0d2ea91d..34a149a6c243 100644 --- a/gcc/config/arm/arm_cde.h +++ b/gcc/config/arm/arm_cde.h @@ -1,6 +1,6 @@ /* Arm Custom Datapath Extension (CDE) intrinsics include file. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_cde_builtins.def b/gcc/config/arm/arm_cde_builtins.def index bc63c90a2f3f..6f2dbc8bc337 100644 --- a/gcc/config/arm/arm_cde_builtins.def +++ b/gcc/config/arm/arm_cde_builtins.def @@ -1,5 +1,5 @@ /* Arm Custom Datapath Extension (CDE) builtin definitions. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_cmse.h b/gcc/config/arm/arm_cmse.h index 189909559bde..3534dcba4d6e 100644 --- a/gcc/config/arm/arm_cmse.h +++ b/gcc/config/arm/arm_cmse.h @@ -1,6 +1,6 @@ /* ARMv8-M Secure Extensions intrinsics include file. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_fp16.h b/gcc/config/arm/arm_fp16.h index c7ded47c8ef8..1c7c16f6c7a3 100644 --- a/gcc/config/arm/arm_fp16.h +++ b/gcc/config/arm/arm_fp16.h @@ -1,6 +1,6 @@ /* ARM FP16 intrinsics include file. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h index 09167ec118ed..00fb42afecc7 100644 --- a/gcc/config/arm/arm_mve.h +++ b/gcc/config/arm/arm_mve.h @@ -1,6 +1,6 @@ /* Arm MVE intrinsics include file. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Arm. This file is part of GCC. diff --git a/gcc/config/arm/arm_mve_builtins.def b/gcc/config/arm/arm_mve_builtins.def index 1c8ee34f5cb7..e3a61f81be78 100644 --- a/gcc/config/arm/arm_mve_builtins.def +++ b/gcc/config/arm/arm_mve_builtins.def @@ -1,5 +1,5 @@ /* MVE builtin definitions for Arm. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Arm. This file is part of GCC. diff --git a/gcc/config/arm/arm_mve_types.h b/gcc/config/arm/arm_mve_types.h index 0b2d6422545f..12bb519142f3 100644 --- a/gcc/config/arm/arm_mve_types.h +++ b/gcc/config/arm/arm_mve_types.h @@ -1,6 +1,6 @@ /* Arm MVE intrinsics include file. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Arm. This file is part of GCC. diff --git a/gcc/config/arm/arm_neon.h b/gcc/config/arm/arm_neon.h index b30d04cab249..cdfdb44259a1 100644 --- a/gcc/config/arm/arm_neon.h +++ b/gcc/config/arm/arm_neon.h @@ -1,6 +1,6 @@ /* ARM NEON intrinsics include file. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/arm/arm_neon_builtins.def b/gcc/config/arm/arm_neon_builtins.def index 2e642cc4364d..94b152381236 100644 --- a/gcc/config/arm/arm_neon_builtins.def +++ b/gcc/config/arm/arm_neon_builtins.def @@ -1,5 +1,5 @@ /* NEON builtin definitions for ARM. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_vfp_builtins.def b/gcc/config/arm/arm_vfp_builtins.def index 12e5e281e477..d552ce2da2bd 100644 --- a/gcc/config/arm/arm_vfp_builtins.def +++ b/gcc/config/arm/arm_vfp_builtins.def @@ -1,5 +1,5 @@ /* VFP instruction builtin definitions. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index 70984ddd147a..aa78c647c72d 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -1,5 +1,5 @@ /* Configuration file for ARM BPABI targets. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/common.md b/gcc/config/arm/common.md index 1cbec69a0607..8cea1c34bbbe 100644 --- a/gcc/config/arm/common.md +++ b/gcc/config/arm/common.md @@ -1,5 +1,5 @@ ;; Common predicate definitions for ARM, Thumb and AArch64 -;; Copyright (C) 2020-2022 Free Software Foundation, Inc. +;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; Contributed by Fujitsu Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/constraints.md b/gcc/config/arm/constraints.md index 121ec05ba119..0155ab9f7e77 100644 --- a/gcc/config/arm/constraints.md +++ b/gcc/config/arm/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for ARM and Thumb -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a15-neon.md b/gcc/config/arm/cortex-a15-neon.md index e91645ddd2ec..8135a0103148 100644 --- a/gcc/config/arm/cortex-a15-neon.md +++ b/gcc/config/arm/cortex-a15-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A15 NEON pipeline description -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a15.md b/gcc/config/arm/cortex-a15.md index bf99736c34db..5c68f6dc5c79 100644 --- a/gcc/config/arm/cortex-a15.md +++ b/gcc/config/arm/cortex-a15.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A15 pipeline description -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; Written by Matthew Gretton-Dann diff --git a/gcc/config/arm/cortex-a17-neon.md b/gcc/config/arm/cortex-a17-neon.md index 03b72f308666..d8d90147fa0a 100644 --- a/gcc/config/arm/cortex-a17-neon.md +++ b/gcc/config/arm/cortex-a17-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A17 NEON pipeline description -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a17.md b/gcc/config/arm/cortex-a17.md index 69f73318cfaf..33984c640a42 100644 --- a/gcc/config/arm/cortex-a17.md +++ b/gcc/config/arm/cortex-a17.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A17 pipeline description -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a5.md b/gcc/config/arm/cortex-a5.md index ae03f59aabcd..bc0c033072ae 100644 --- a/gcc/config/arm/cortex-a5.md +++ b/gcc/config/arm/cortex-a5.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A5 pipeline description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a53.md b/gcc/config/arm/cortex-a53.md index 0795a8787a83..d0ed44943574 100644 --- a/gcc/config/arm/cortex-a53.md +++ b/gcc/config/arm/cortex-a53.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A53 pipeline description -;; Copyright (C) 2013-2022 Free Software Foundation, Inc. +;; Copyright (C) 2013-2023 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a57.md b/gcc/config/arm/cortex-a57.md index 2e1c430f3ece..80cded9e4e52 100644 --- a/gcc/config/arm/cortex-a57.md +++ b/gcc/config/arm/cortex-a57.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A57 pipeline description -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a7.md b/gcc/config/arm/cortex-a7.md index 8a839901d706..aa1f35c2985f 100644 --- a/gcc/config/arm/cortex-a7.md +++ b/gcc/config/arm/cortex-a7.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A7 pipeline description -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; Based on cortex-a5.md which was originally contributed by CodeSourcery. diff --git a/gcc/config/arm/cortex-a8-neon.md b/gcc/config/arm/cortex-a8-neon.md index ac9857149002..522ef45c2ead 100644 --- a/gcc/config/arm/cortex-a8-neon.md +++ b/gcc/config/arm/cortex-a8-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A8 NEON scheduling description. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a8.md b/gcc/config/arm/cortex-a8.md index 2331ced4fbaa..e85c84493b90 100644 --- a/gcc/config/arm/cortex-a8.md +++ b/gcc/config/arm/cortex-a8.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A8 scheduling description. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a9-neon.md b/gcc/config/arm/cortex-a9-neon.md index ce5b87464baa..3f74fcba338e 100644 --- a/gcc/config/arm/cortex-a9-neon.md +++ b/gcc/config/arm/cortex-a9-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A9 pipeline description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; ;; Neon pipeline description contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a9.md b/gcc/config/arm/cortex-a9.md index 876ee7b55e97..fd6651b5627e 100644 --- a/gcc/config/arm/cortex-a9.md +++ b/gcc/config/arm/cortex-a9.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A9 pipeline description -;; Copyright (C) 2008-2022 Free Software Foundation, Inc. +;; Copyright (C) 2008-2023 Free Software Foundation, Inc. ;; Originally written by CodeSourcery for VFP. ;; ;; Rewritten by Ramana Radhakrishnan diff --git a/gcc/config/arm/cortex-m4-fpu.md b/gcc/config/arm/cortex-m4-fpu.md index e6879fb40f53..c28021902dc5 100644 --- a/gcc/config/arm/cortex-m4-fpu.md +++ b/gcc/config/arm/cortex-m4-fpu.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M4 FPU pipeline description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-m4.md b/gcc/config/arm/cortex-m4.md index 8037c5ee4306..e58ff10b0566 100644 --- a/gcc/config/arm/cortex-m4.md +++ b/gcc/config/arm/cortex-m4.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M4 pipeline description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-m7.md b/gcc/config/arm/cortex-m7.md index 20ba0d1eff12..3571ad34284b 100644 --- a/gcc/config/arm/cortex-m7.md +++ b/gcc/config/arm/cortex-m7.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M7 pipeline description -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-r4.md b/gcc/config/arm/cortex-r4.md index 073179fb254f..e6e08a609e0d 100644 --- a/gcc/config/arm/cortex-r4.md +++ b/gcc/config/arm/cortex-r4.md @@ -1,5 +1,5 @@ ;; ARM Cortex-R4 scheduling description. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-r4f.md b/gcc/config/arm/cortex-r4f.md index 6ee877f0cd28..7fac7b87969e 100644 --- a/gcc/config/arm/cortex-r4f.md +++ b/gcc/config/arm/cortex-r4f.md @@ -1,5 +1,5 @@ ;; ARM Cortex-R4F VFP pipeline description -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/crypto.def b/gcc/config/arm/crypto.def index 27966fbb531e..ee85bac572df 100644 --- a/gcc/config/arm/crypto.def +++ b/gcc/config/arm/crypto.def @@ -1,5 +1,5 @@ /* Cryptographic instruction builtin definitions. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/crypto.md b/gcc/config/arm/crypto.md index 4c785073028e..6517177b7100 100644 --- a/gcc/config/arm/crypto.md +++ b/gcc/config/arm/crypto.md @@ -1,5 +1,5 @@ ;; ARMv8-A crypto patterns. -;; Copyright (C) 2013-2022 Free Software Foundation, Inc. +;; Copyright (C) 2013-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/driver-arm.cc b/gcc/config/arm/driver-arm.cc index b10c1fef3782..7559b0545a7d 100644 --- a/gcc/config/arm/driver-arm.cc +++ b/gcc/config/arm/driver-arm.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index 3d111433ede1..5766cb4a9888 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. For ARM with ELF obj format. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Contributed by Philip Blundell and Catherine Moore diff --git a/gcc/config/arm/exynos-m1.md b/gcc/config/arm/exynos-m1.md index b418825b2664..008e793ef192 100644 --- a/gcc/config/arm/exynos-m1.md +++ b/gcc/config/arm/exynos-m1.md @@ -1,5 +1,5 @@ ;; Samsung Exynos M1 pipeline description -;; Copyright (C) 2014-2022 Free Software Foundation, Inc. +;; Copyright (C) 2014-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/fa526.md b/gcc/config/arm/fa526.md index cec204b9effd..eb1a5720e9ff 100644 --- a/gcc/config/arm/fa526.md +++ b/gcc/config/arm/fa526.md @@ -1,5 +1,5 @@ ;; Faraday FA526 Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; This file is part of GCC. diff --git a/gcc/config/arm/fa606te.md b/gcc/config/arm/fa606te.md index f03bb4432c97..5c392bc35bfa 100644 --- a/gcc/config/arm/fa606te.md +++ b/gcc/config/arm/fa606te.md @@ -1,5 +1,5 @@ ;; Faraday FA606TE Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by Mingfeng Wu, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fa626te.md b/gcc/config/arm/fa626te.md index 2cc1118d5606..3c311f2ba7d0 100644 --- a/gcc/config/arm/fa626te.md +++ b/gcc/config/arm/fa626te.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fa726te.md b/gcc/config/arm/fa726te.md index 05d23e9458a1..fa4f39a0289e 100644 --- a/gcc/config/arm/fa726te.md +++ b/gcc/config/arm/fa726te.md @@ -1,5 +1,5 @@ ;; Faraday FA726TE Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fmp626.md b/gcc/config/arm/fmp626.md index c6a839f430ec..3ccc96a85f2a 100644 --- a/gcc/config/arm/fmp626.md +++ b/gcc/config/arm/fmp626.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by Mingfeng Wu, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h index 2bd0dc97df31..5b6a08e8a129 100644 --- a/gcc/config/arm/freebsd.h +++ b/gcc/config/arm/freebsd.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, FreeBSD/arm version. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/fuchsia-elf.h b/gcc/config/arm/fuchsia-elf.h index 0f55f01e00dc..05856603c3f5 100644 --- a/gcc/config/arm/fuchsia-elf.h +++ b/gcc/config/arm/fuchsia-elf.h @@ -1,5 +1,5 @@ /* Configuration file for ARM Fuchsia ELF targets. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Google. This file is part of GCC. diff --git a/gcc/config/arm/iterators.md b/gcc/config/arm/iterators.md index 29062cd6fb3c..04469064f12c 100644 --- a/gcc/config/arm/iterators.md +++ b/gcc/config/arm/iterators.md @@ -1,5 +1,5 @@ ;; Code and mode itertator and attribute definitions for the ARM backend -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/iwmmxt.md b/gcc/config/arm/iwmmxt.md index 30626bbbd87a..17264ea25684 100644 --- a/gcc/config/arm/iwmmxt.md +++ b/gcc/config/arm/iwmmxt.md @@ -1,5 +1,5 @@ ;; Patterns for the Intel Wireless MMX technology architecture. -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/arm/iwmmxt2.md b/gcc/config/arm/iwmmxt2.md index 8c72e4477c53..b38098ec08d5 100644 --- a/gcc/config/arm/iwmmxt2.md +++ b/gcc/config/arm/iwmmxt2.md @@ -1,5 +1,5 @@ ;; Patterns for the Intel Wireless MMX technology architecture. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; Written by Marvell, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/ldmstm.md b/gcc/config/arm/ldmstm.md index 40ba8cb05ab6..1db40f267aff 100644 --- a/gcc/config/arm/ldmstm.md +++ b/gcc/config/arm/ldmstm.md @@ -1,7 +1,7 @@ /* ARM ldm/stm instruction patterns. This file was automatically generated using arm-ldmstm.ml. Please do not edit manually. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/arm/ldrdstrd.md b/gcc/config/arm/ldrdstrd.md index bda419af586d..d49e7b5f1673 100644 --- a/gcc/config/arm/ldrdstrd.md +++ b/gcc/config/arm/ldrdstrd.md @@ -1,6 +1,6 @@ ;; ARM ldrd/strd peephole optimizations. ;; -;; Copyright (C) 2013-2022 Free Software Foundation, Inc. +;; Copyright (C) 2013-2023 Free Software Foundation, Inc. ;; ;; Written by Greta Yorsh diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 6d803ceca1e4..57f830f01760 100644 --- a/gcc/config/arm/linux-eabi.h +++ b/gcc/config/arm/linux-eabi.h @@ -1,5 +1,5 @@ /* Configuration file for ARM GNU/Linux EABI targets. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index df3da67c4f02..7b7b7cbbe141 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -1,5 +1,5 @@ /* Definitions for ARM running Linux-based GNU systems using ELF - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. Contributed by Philip Blundell This file is part of GCC. diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index e1320aa440d8..99730b60bd48 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. ARM Linux-based GNU systems version. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. Contributed by Russell King . This file is part of GCC. diff --git a/gcc/config/arm/marvell-f-iwmmxt.md b/gcc/config/arm/marvell-f-iwmmxt.md index f63d550ffcae..fc2d23d9f2b8 100644 --- a/gcc/config/arm/marvell-f-iwmmxt.md +++ b/gcc/config/arm/marvell-f-iwmmxt.md @@ -1,5 +1,5 @@ ;; Marvell WMMX2 pipeline description -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; Written by Marvell, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arm/marvell-pj4.md b/gcc/config/arm/marvell-pj4.md index 78e1128ccf1f..ff60b5cfdad4 100644 --- a/gcc/config/arm/marvell-pj4.md +++ b/gcc/config/arm/marvell-pj4.md @@ -1,5 +1,5 @@ ;; Marvell ARM Processor Pipeline Description -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Marvell. ;; This file is part of GCC. diff --git a/gcc/config/arm/mmintrin.h b/gcc/config/arm/mmintrin.h index 3f9d33484737..0dfbbf83c631 100644 --- a/gcc/config/arm/mmintrin.h +++ b/gcc/config/arm/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2022 Free Software Foundation, Inc. +/* Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/mve.md b/gcc/config/arm/mve.md index 0c21db100266..f123edc449b8 100644 --- a/gcc/config/arm/mve.md +++ b/gcc/config/arm/mve.md @@ -1,5 +1,5 @@ ;; Arm M-profile Vector Extension Machine Description -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/neon.md b/gcc/config/arm/neon.md index e1dae28d8d12..d213369ffc38 100644 --- a/gcc/config/arm/neon.md +++ b/gcc/config/arm/neon.md @@ -1,5 +1,5 @@ ;; ARM NEON coprocessor Machine Description -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/netbsd-eabi.h b/gcc/config/arm/netbsd-eabi.h index c85fcd3e3857..07d214e7e7be 100644 --- a/gcc/config/arm/netbsd-eabi.h +++ b/gcc/config/arm/netbsd-eabi.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index ef1bba28077c..8e97d33700d0 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/parsecpu.awk b/gcc/config/arm/parsecpu.awk index 4de06a6f6fe2..b827d71dded3 100644 --- a/gcc/config/arm/parsecpu.awk +++ b/gcc/config/arm/parsecpu.awk @@ -1,5 +1,5 @@ # Manipulate the CPU, FPU and architecture descriptions for ARM. -# Copyright (C) 2017-2022 Free Software Foundation, Inc. +# Copyright (C) 2017-2023 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -62,7 +62,7 @@ function boilerplate (style) { print cc "Generated automatically by parsecpu.awk from arm-cpus.in." print cc "Do not edit." print "" - print cc "Copyright (C) 2011-2022 Free Software Foundation, Inc." + print cc "Copyright (C) 2011-2023 Free Software Foundation, Inc." print "" print cc "This file is part of GCC." print "" diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index 67f2fdb4f8f6..3139750c6062 100644 --- a/gcc/config/arm/predicates.md +++ b/gcc/config/arm/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for ARM and Thumb -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/rtems.h b/gcc/config/arm/rtems.h index a569343451ad..8692f005a906 100644 --- a/gcc/config/arm/rtems.h +++ b/gcc/config/arm/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based ARM systems using EABI. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 9557fb844b88..c64c089639bc 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM on semi-hosted platform - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. Contributed by Richard Earnshaw (richard.earnshaw@arm.com) This file is part of GCC. diff --git a/gcc/config/arm/symbian.h b/gcc/config/arm/symbian.h index 7df39170180a..d9cd1513f8cb 100644 --- a/gcc/config/arm/symbian.h +++ b/gcc/config/arm/symbian.h @@ -1,5 +1,5 @@ /* Configuration file for Symbian OS on ARM processors. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/sync.md b/gcc/config/arm/sync.md index 155d8c6196bf..7626bf3c4432 100644 --- a/gcc/config/arm/sync.md +++ b/gcc/config/arm/sync.md @@ -1,5 +1,5 @@ ;; Machine description for ARM processor synchronization primitives. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Written by Marcus Shawcroft (marcus.shawcroft@arm.com) ;; 64bit Atomics by Dave Gilbert (david.gilbert@linaro.org) ;; diff --git a/gcc/config/arm/t-aprofile b/gcc/config/arm/t-aprofile index fe2ec88d92de..5aaf98ff806c 100644 --- a/gcc/config/arm/t-aprofile +++ b/gcc/config/arm/t-aprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2022 Free Software Foundation, Inc. +# Copyright (C) 2012-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-arm b/gcc/config/arm/t-arm index 041cc6ec0459..b4d5d94a9d8c 100644 --- a/gcc/config/arm/t-arm +++ b/gcc/config/arm/t-arm @@ -1,6 +1,6 @@ # Rules common to all arm targets # -# Copyright (C) 2004-2022 Free Software Foundation, Inc. +# Copyright (C) 2004-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-arm-elf b/gcc/config/arm/t-arm-elf index 1459afea9213..f7fc1460d1cd 100644 --- a/gcc/config/arm/t-arm-elf +++ b/gcc/config/arm/t-arm-elf @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2022 Free Software Foundation, Inc. +# Copyright (C) 1998-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-fuchsia b/gcc/config/arm/t-fuchsia index aefc25d9a525..5cfaa87b2c9f 100644 --- a/gcc/config/arm/t-fuchsia +++ b/gcc/config/arm/t-fuchsia @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 Free Software Foundation, Inc. +# Copyright (C) 2017-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-linux-eabi b/gcc/config/arm/t-linux-eabi index 26518057f678..0180de3c7a29 100644 --- a/gcc/config/arm/t-linux-eabi +++ b/gcc/config/arm/t-linux-eabi @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2022 Free Software Foundation, Inc. +# Copyright (C) 2005-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-multilib b/gcc/config/arm/t-multilib index 6bb58d39ea90..38ec98c44ff5 100644 --- a/gcc/config/arm/t-multilib +++ b/gcc/config/arm/t-multilib @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-phoenix b/gcc/config/arm/t-phoenix index f7e9dfc73d5a..6bdd91592dcd 100644 --- a/gcc/config/arm/t-phoenix +++ b/gcc/config/arm/t-phoenix @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-rmprofile b/gcc/config/arm/t-rmprofile index eb321e832f1d..472ed94f2ba6 100644 --- a/gcc/config/arm/t-rmprofile +++ b/gcc/config/arm/t-rmprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian index 02fdc695c7e4..c0af12f2f6ca 100644 --- a/gcc/config/arm/t-symbian +++ b/gcc/config/arm/t-symbian @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2022 Free Software Foundation, Inc. +# Copyright (C) 2004-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-vxworks b/gcc/config/arm/t-vxworks index 3341b517ff05..0f82e9589d5e 100644 --- a/gcc/config/arm/t-vxworks +++ b/gcc/config/arm/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/thumb1.md b/gcc/config/arm/thumb1.md index 30b8fb9ad29b..7b00e372907f 100644 --- a/gcc/config/arm/thumb1.md +++ b/gcc/config/arm/thumb1.md @@ -1,5 +1,5 @@ ;; ARM Thumb-1 Machine Description -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md index b2309a521655..e1e013befa7a 100644 --- a/gcc/config/arm/thumb2.md +++ b/gcc/config/arm/thumb2.md @@ -1,5 +1,5 @@ ;; ARM Thumb-2 Machine Description -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/types.md b/gcc/config/arm/types.md index 880353dbeedb..0a656bd792df 100644 --- a/gcc/config/arm/types.md +++ b/gcc/config/arm/types.md @@ -1,6 +1,6 @@ ;; Instruction Classification for ARM for GNU compiler. -;; Copyright (C) 1991-2022 Free Software Foundation, Inc. +;; Copyright (C) 1991-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/uclinux-eabi.h b/gcc/config/arm/uclinux-eabi.h index 362d2b5ebd8a..6087890d6750 100644 --- a/gcc/config/arm/uclinux-eabi.h +++ b/gcc/config/arm/uclinux-eabi.h @@ -1,5 +1,5 @@ /* Definitions for ARM EABI ucLinux - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index 921440d49bd1..be9b9788ab8e 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for ARM running ucLinux using ELF - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Philip Blundell This file is part of GCC. diff --git a/gcc/config/arm/uclinuxfdpiceabi.h b/gcc/config/arm/uclinuxfdpiceabi.h index a31bd9f5f27e..e9c827bf752b 100644 --- a/gcc/config/arm/uclinuxfdpiceabi.h +++ b/gcc/config/arm/uclinuxfdpiceabi.h @@ -1,5 +1,5 @@ /* Configuration file for ARM GNU/Linux FDPIC EABI targets. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by STMicroelectronics. This file is part of GCC. diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h index bfb294beaa3f..464d38b6cc6e 100644 --- a/gcc/config/arm/unknown-elf.h +++ b/gcc/config/arm/unknown-elf.h @@ -1,5 +1,5 @@ /* Definitions for non-Linux based ARM systems using ELF - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Catherine Moore This file is part of GCC. diff --git a/gcc/config/arm/unspecs.md b/gcc/config/arm/unspecs.md index 7748e7843794..2ef6a0f4c335 100644 --- a/gcc/config/arm/unspecs.md +++ b/gcc/config/arm/unspecs.md @@ -1,5 +1,5 @@ ;; Unspec defintions. -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/vec-common.md b/gcc/config/arm/vec-common.md index 1fd68f3ac43c..f06df4db6365 100644 --- a/gcc/config/arm/vec-common.md +++ b/gcc/config/arm/vec-common.md @@ -1,5 +1,5 @@ ;; Machine Description for shared bits common to IWMMXT and Neon. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index 932e4b7447eb..8add1e6bbf56 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -1,5 +1,5 @@ ;; ARM VFP instruction patterns -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vfp11.md b/gcc/config/arm/vfp11.md index 3c6f870b8e5c..e5c586bd4da8 100644 --- a/gcc/config/arm/vfp11.md +++ b/gcc/config/arm/vfp11.md @@ -1,5 +1,5 @@ ;; ARM VFP11 pipeline description -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vxworks.h b/gcc/config/arm/vxworks.h index 2bcd01edc97a..738d1f3e47b4 100644 --- a/gcc/config/arm/vxworks.h +++ b/gcc/config/arm/vxworks.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for ARM with targeting the VXWorks run time environment. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by: Mike Stump Brought up to date by CodeSourcery, LLC. diff --git a/gcc/config/arm/vxworks.opt b/gcc/config/arm/vxworks.opt index 242a1f44d749..c4b458ec2a13 100644 --- a/gcc/config/arm/vxworks.opt +++ b/gcc/config/arm/vxworks.opt @@ -1,6 +1,6 @@ ; ARM VxWorks options. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arm/xgene1.md b/gcc/config/arm/xgene1.md index ae3c3fffda2b..c93b4a8f1678 100644 --- a/gcc/config/arm/xgene1.md +++ b/gcc/config/arm/xgene1.md @@ -1,5 +1,5 @@ ;; Machine description for AppliedMicro xgene1 core. -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; Contributed by Theobroma Systems Design und Consulting GmbH. ;; ;; This file is part of GCC. diff --git a/gcc/config/avr/avr-arch.h b/gcc/config/avr/avr-arch.h index 7b2535593882..79445fe7987b 100644 --- a/gcc/config/avr/avr-arch.h +++ b/gcc/config/avr/avr-arch.h @@ -1,6 +1,6 @@ /* Definitions of types that are used to store AVR architecture and device information. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/avr-c.cc b/gcc/config/avr/avr-c.cc index 00daa2e82dc3..07677a271c27 100644 --- a/gcc/config/avr/avr-c.cc +++ b/gcc/config/avr/avr-c.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2022 Free Software Foundation, Inc. +/* Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Anatoly Sokolov (aesok@post.ru) This file is part of GCC. diff --git a/gcc/config/avr/avr-devices.cc b/gcc/config/avr/avr-devices.cc index aa284217f50c..4b638b48fcc6 100644 --- a/gcc/config/avr/avr-devices.cc +++ b/gcc/config/avr/avr-devices.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2022 Free Software Foundation, Inc. +/* Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Anatoly Sokolov (aesok@post.ru) This file is part of GCC. diff --git a/gcc/config/avr/avr-dimode.md b/gcc/config/avr/avr-dimode.md index 6e491336915d..c0bb04ff9e04 100644 --- a/gcc/config/avr/avr-dimode.md +++ b/gcc/config/avr/avr-dimode.md @@ -1,6 +1,6 @@ ;; Machine description for GNU compiler, ;; for Atmel AVR micro controllers. -;; Copyright (C) 1998-2022 Free Software Foundation, Inc. +;; Copyright (C) 1998-2023 Free Software Foundation, Inc. ;; Contributed by Georg Lay (avr@gjlay.de) ;; ;; This file is part of GCC. diff --git a/gcc/config/avr/avr-fixed.md b/gcc/config/avr/avr-fixed.md index 542d92e1c136..98572a305571 100644 --- a/gcc/config/avr/avr-fixed.md +++ b/gcc/config/avr/avr-fixed.md @@ -1,6 +1,6 @@ ;; This file contains instructions that support fixed-point operations ;; for Atmel AVR micro controllers. -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; ;; Contributed by Sean D'Epagnier (sean@depagnier.com) ;; Georg-Johann Lay (avr@gjlay.de) diff --git a/gcc/config/avr/avr-log.cc b/gcc/config/avr/avr-log.cc index 4c2e92aa65b0..5cd0f5bb48ba 100644 --- a/gcc/config/avr/avr-log.cc +++ b/gcc/config/avr/avr-log.cc @@ -1,5 +1,5 @@ /* Subroutines for log output for Atmel AVR back end. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/avr-mcus.def b/gcc/config/avr/avr-mcus.def index fa5e66852272..ca99116adabc 100644 --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -1,5 +1,5 @@ /* AVR MCUs. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr-modes.def b/gcc/config/avr/avr-modes.def index 0e7117300b09..6679a290e175 100644 --- a/gcc/config/avr/avr-modes.def +++ b/gcc/config/avr/avr-modes.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2022 Free Software Foundation, Inc. +/* Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr-passes.def b/gcc/config/avr/avr-passes.def index d86301510907..02ca737deee4 100644 --- a/gcc/config/avr/avr-passes.def +++ b/gcc/config/avr/avr-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for AVR. - Copyright (C) 2016-2022 Free Software Foundation, Inc. */ + Copyright (C) 2016-2023 Free Software Foundation, Inc. */ /* This file is part of GCC. diff --git a/gcc/config/avr/avr-protos.h b/gcc/config/avr/avr-protos.h index 6023b33bcfe8..ec96fd45865c 100644 --- a/gcc/config/avr/avr-protos.h +++ b/gcc/config/avr/avr-protos.h @@ -1,6 +1,6 @@ /* Prototypes for exported functions defined in avr.cc - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr-stdint.h b/gcc/config/avr/avr-stdint.h index cd26281eb363..2a3eca7cfc42 100644 --- a/gcc/config/avr/avr-stdint.h +++ b/gcc/config/avr/avr-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using newlib. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr.cc b/gcc/config/avr/avr.cc index 4ed390e4cf9e..c193430cf073 100644 --- a/gcc/config/avr/avr.cc +++ b/gcc/config/avr/avr.cc @@ -1,5 +1,5 @@ /* Subroutines for insn-output.cc for ATMEL AVR micro controllers - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 1b948c6130cc..8e7e00db13b9 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index efae7efb69b1..e581e959e574 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -1,6 +1,6 @@ ;; Machine description for GNU compiler, ;; for ATMEL AVR micro controllers. -;; Copyright (C) 1998-2022 Free Software Foundation, Inc. +;; Copyright (C) 1998-2023 Free Software Foundation, Inc. ;; Contributed by Denis Chertykov (chertykov@gmail.com) ;; This file is part of GCC. diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index fdb1daee95a7..f62d7467eb7a 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -1,6 +1,6 @@ ; Options for the ATMEL AVR port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/avr/avrlibc.h b/gcc/config/avr/avrlibc.h index 03a1dd158056..44086984f637 100644 --- a/gcc/config/avr/avrlibc.h +++ b/gcc/config/avr/avrlibc.h @@ -1,6 +1,6 @@ /* Definitions of target machine for the GNU compiler collection for Atmel AVR micro controller if configured for AVR-Libc. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/builtins.def b/gcc/config/avr/builtins.def index 8ed70c45d18f..1e787d4ea2e6 100644 --- a/gcc/config/avr/builtins.def +++ b/gcc/config/avr/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2022 Free Software Foundation, Inc. +/* Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/constraints.md b/gcc/config/avr/constraints.md index 57397d1469bd..ac43678872da 100644 --- a/gcc/config/avr/constraints.md +++ b/gcc/config/avr/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for ATMEL AVR micro controllers. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/avr/driver-avr.cc b/gcc/config/avr/driver-avr.cc index 4de463f0cba5..3728bcf7bc57 100644 --- a/gcc/config/avr/driver-avr.cc +++ b/gcc/config/avr/driver-avr.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay This file is part of GCC. diff --git a/gcc/config/avr/elf.h b/gcc/config/avr/elf.h index eb1a70a917b2..86be435319ea 100644 --- a/gcc/config/avr/elf.h +++ b/gcc/config/avr/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2022 Free Software Foundation, Inc. +/* Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/gen-avr-mmcu-specs.cc b/gcc/config/avr/gen-avr-mmcu-specs.cc index 1b75e05ade09..9344246cb720 100644 --- a/gcc/config/avr/gen-avr-mmcu-specs.cc +++ b/gcc/config/avr/gen-avr-mmcu-specs.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2022 Free Software Foundation, Inc. +/* Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Joern Rennecke This file is part of GCC. diff --git a/gcc/config/avr/gen-avr-mmcu-texi.cc b/gcc/config/avr/gen-avr-mmcu-texi.cc index 0e013e90bd01..f6eca3adcaab 100644 --- a/gcc/config/avr/gen-avr-mmcu-texi.cc +++ b/gcc/config/avr/gen-avr-mmcu-texi.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2022 Free Software Foundation, Inc. +/* Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. @@ -162,7 +162,7 @@ int main (void) size_t i, n_mcus = 0; const avr_mcu_t *mcu; - printf ("@c Copyright (C) 2012-2022 Free Software Foundation, Inc.\n"); + printf ("@c Copyright (C) 2012-2023 Free Software Foundation, Inc.\n"); printf ("@c This is part of the GCC manual.\n"); printf ("@c For copying conditions, see the file " "gcc/doc/include/fdl.texi.\n\n"); diff --git a/gcc/config/avr/genmultilib.awk b/gcc/config/avr/genmultilib.awk index 25a1f4f66844..18d324cdf080 100644 --- a/gcc/config/avr/genmultilib.awk +++ b/gcc/config/avr/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/avr/predicates.md b/gcc/config/avr/predicates.md index c7f417d405c2..e352326466f5 100644 --- a/gcc/config/avr/predicates.md +++ b/gcc/config/avr/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for ATMEL AVR micro controllers. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/avr/specs.h b/gcc/config/avr/specs.h index b50ab407c6d4..b4a5ee6e5fc8 100644 --- a/gcc/config/avr/specs.h +++ b/gcc/config/avr/specs.h @@ -1,6 +1,6 @@ /* Specs definitions for Atmel AVR back end. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/stdfix.h b/gcc/config/avr/stdfix.h index 4469d7c17d72..7ede39db219a 100644 --- a/gcc/config/avr/stdfix.h +++ b/gcc/config/avr/stdfix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2022 Free Software Foundation, Inc. +/* Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/t-avr b/gcc/config/avr/t-avr index d7b1751b3b6c..dd15fa445857 100644 --- a/gcc/config/avr/t-avr +++ b/gcc/config/avr/t-avr @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2022 Free Software Foundation, Inc. +# Copyright (C) 2000-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/bpf/bpf-helpers.h b/gcc/config/bpf/bpf-helpers.h index cd1f921be891..4a6825cba794 100644 --- a/gcc/config/bpf/bpf-helpers.h +++ b/gcc/config/bpf/bpf-helpers.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2022 Free Software Foundation, Inc. +/* Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf-opts.h b/gcc/config/bpf/bpf-opts.h index 57b90894b0f2..8282351cf045 100644 --- a/gcc/config/bpf/bpf-opts.h +++ b/gcc/config/bpf/bpf-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for eBPF. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf-passes.def b/gcc/config/bpf/bpf-passes.def index 2406c88ae4db..deeaee988a01 100644 --- a/gcc/config/bpf/bpf-passes.def +++ b/gcc/config/bpf/bpf-passes.def @@ -1,5 +1,5 @@ /* Declaration of target-specific passes for eBPF. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf-protos.h b/gcc/config/bpf/bpf-protos.h index 5ee3248b18c0..b484310e8cbf 100644 --- a/gcc/config/bpf/bpf-protos.h +++ b/gcc/config/bpf/bpf-protos.h @@ -1,5 +1,5 @@ /* Definition of eBPF target for GNU compiler. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf.cc b/gcc/config/bpf/bpf.cc index 51e469550151..2aeaeaf309bc 100644 --- a/gcc/config/bpf/bpf.cc +++ b/gcc/config/bpf/bpf.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation for eBPF. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf.h b/gcc/config/bpf/bpf.h index 57903477a4ae..344aca02d1bb 100644 --- a/gcc/config/bpf/bpf.h +++ b/gcc/config/bpf/bpf.h @@ -1,5 +1,5 @@ /* Definition of the eBPF target for GCC. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/bpf.md b/gcc/config/bpf/bpf.md index 22a133f1c790..d9af98384ef5 100644 --- a/gcc/config/bpf/bpf.md +++ b/gcc/config/bpf/bpf.md @@ -1,5 +1,5 @@ ;; Machine description for eBPF. -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/bpf/bpf.opt b/gcc/config/bpf/bpf.opt index f9b93e10fd8d..fe3ad355e4bd 100644 --- a/gcc/config/bpf/bpf.opt +++ b/gcc/config/bpf/bpf.opt @@ -1,6 +1,6 @@ ; Options for the eBPF compiler port. -; Copyright (C) 2019-2022 Free Software Foundation, Inc. +; Copyright (C) 2019-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/bpf/constraints.md b/gcc/config/bpf/constraints.md index a8781a1f917a..c8a65cfcddbc 100644 --- a/gcc/config/bpf/constraints.md +++ b/gcc/config/bpf/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for eBPF. -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/bpf/coreout.cc b/gcc/config/bpf/coreout.cc index 9f71040846b5..bd609ad6278f 100644 --- a/gcc/config/bpf/coreout.cc +++ b/gcc/config/bpf/coreout.cc @@ -1,5 +1,5 @@ /* BPF Compile Once - Run Everywhere (CO-RE) support. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/coreout.h b/gcc/config/bpf/coreout.h index 498853f6e001..8bdb364b7228 100644 --- a/gcc/config/bpf/coreout.h +++ b/gcc/config/bpf/coreout.h @@ -1,6 +1,6 @@ /* coreout.h - Declarations and definitions related to BPF Compile Once - Run Everywhere (CO-RE) support. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bpf/predicates.md b/gcc/config/bpf/predicates.md index eb0df89cf5eb..3fd7e0b5c4fd 100644 --- a/gcc/config/bpf/predicates.md +++ b/gcc/config/bpf/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for eBPF. -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/c6x/c6x-isas.def b/gcc/config/c6x/c6x-isas.def index 7b6becd0e32c..2658c6d33b08 100644 --- a/gcc/config/c6x/c6x-isas.def +++ b/gcc/config/c6x/c6x-isas.def @@ -1,5 +1,5 @@ /* C6X ISA names. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-modes.def b/gcc/config/c6x/c6x-modes.def index f4c5f725e425..c6a8abfe5059 100644 --- a/gcc/config/c6x/c6x-modes.def +++ b/gcc/config/c6x/c6x-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for TI C6x. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-mult.md b/gcc/config/c6x/c6x-mult.md index 6a369cdfea43..cb9d91044c60 100644 --- a/gcc/config/c6x/c6x-mult.md +++ b/gcc/config/c6x/c6x-mult.md @@ -3,7 +3,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -424,7 +424,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-mult.md.in b/gcc/config/c6x/c6x-mult.md.in index 90efd18496ea..26ff94edc780 100644 --- a/gcc/config/c6x/c6x-mult.md.in +++ b/gcc/config/c6x/c6x-mult.md.in @@ -1,7 +1,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-opts.h b/gcc/config/c6x/c6x-opts.h index a5d9919e30fe..644b5bad571d 100644 --- a/gcc/config/c6x/c6x-opts.h +++ b/gcc/config/c6x/c6x-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for TI C6X. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-protos.h b/gcc/config/c6x/c6x-protos.h index 9cbe281c10e4..1802f3d50b52 100644 --- a/gcc/config/c6x/c6x-protos.h +++ b/gcc/config/c6x/c6x-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in c6x.cc. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-sched.md b/gcc/config/c6x/c6x-sched.md index 988ce67df571..8e3ecca49b59 100644 --- a/gcc/config/c6x/c6x-sched.md +++ b/gcc/config/c6x/c6x-sched.md @@ -4,7 +4,7 @@ ;; Definitions for side 1, cross n ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -237,7 +237,7 @@ ;; Definitions for side 2, cross n ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -470,7 +470,7 @@ ;; Definitions for side 1, cross y ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -703,7 +703,7 @@ ;; Definitions for side 2, cross y ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-sched.md.in b/gcc/config/c6x/c6x-sched.md.in index 1700b0eaf05d..33146a97cccc 100644 --- a/gcc/config/c6x/c6x-sched.md.in +++ b/gcc/config/c6x/c6x-sched.md.in @@ -1,5 +1,5 @@ ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-tables.opt b/gcc/config/c6x/c6x-tables.opt index 827e4c57393c..2c5a0f1c87f2 100644 --- a/gcc/config/c6x/c6x-tables.opt +++ b/gcc/config/c6x/c6x-tables.opt @@ -1,7 +1,7 @@ ; -*- buffer-read-only: t -*- ; Generated automatically by genopt.sh from c6x-isas.def. ; -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/c6x/c6x.cc b/gcc/config/c6x/c6x.cc index 4baf30238a47..15be3b23716b 100644 --- a/gcc/config/c6x/c6x.cc +++ b/gcc/config/c6x/c6x.cc @@ -1,5 +1,5 @@ /* Target Code for TI C6X - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/c6x.h b/gcc/config/c6x/c6x.h index 88fc73d95c4c..26b2f2f07000 100644 --- a/gcc/config/c6x/c6x.h +++ b/gcc/config/c6x/c6x.h @@ -1,5 +1,5 @@ /* Target Definitions for TI C6X. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/c6x.md b/gcc/config/c6x/c6x.md index 60110410d0ba..88b9291ae236 100644 --- a/gcc/config/c6x/c6x.md +++ b/gcc/config/c6x/c6x.md @@ -1,5 +1,5 @@ ;; Machine description for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Andrew Jenner ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. diff --git a/gcc/config/c6x/c6x.opt b/gcc/config/c6x/c6x.opt index faff40fa9ee5..c3f0385b8b8e 100644 --- a/gcc/config/c6x/c6x.opt +++ b/gcc/config/c6x/c6x.opt @@ -1,5 +1,5 @@ ; Option definitions for TI C6X. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; Contributed by Bernd Schmidt ; Contributed by CodeSourcery. ; diff --git a/gcc/config/c6x/c6x_intrinsics.h b/gcc/config/c6x/c6x_intrinsics.h index fc2bda0023b8..d5a81922cbd5 100644 --- a/gcc/config/c6x/c6x_intrinsics.h +++ b/gcc/config/c6x/c6x_intrinsics.h @@ -1,6 +1,6 @@ /* Intrinsics for TI C6X. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/c6x/constraints.md b/gcc/config/c6x/constraints.md index 884d5f496e8e..3133e3a8cdda 100644 --- a/gcc/config/c6x/constraints.md +++ b/gcc/config/c6x/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for TI C6X. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Andrew Jenner ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. diff --git a/gcc/config/c6x/elf-common.h b/gcc/config/c6x/elf-common.h index 3477c5318bc2..7fc96c2071c1 100644 --- a/gcc/config/c6x/elf-common.h +++ b/gcc/config/c6x/elf-common.h @@ -1,5 +1,5 @@ /* ELF definitions for TI C6X - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/elf.h b/gcc/config/c6x/elf.h index 3834d114bcd2..ac1aa965c9f8 100644 --- a/gcc/config/c6x/elf.h +++ b/gcc/config/c6x/elf.h @@ -1,5 +1,5 @@ /* ELF definitions for TI C6X - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/genmult.sh b/gcc/config/c6x/genmult.sh index 646b68da34db..c98098f4b7a7 100644 --- a/gcc/config/c6x/genmult.sh +++ b/gcc/config/c6x/genmult.sh @@ -2,7 +2,7 @@ # Generate c6x-mult.md from c6x-mult.md.in # The input file is passed as an argument. -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config/c6x/genopt.sh b/gcc/config/c6x/genopt.sh index f344bd581f05..0d0a2e090ae6 100644 --- a/gcc/config/c6x/genopt.sh +++ b/gcc/config/c6x/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate c6x-tables.opt from the lists in *.def. -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ cat < Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/sync.md b/gcc/config/c6x/sync.md index 1aeab8977453..1b5d962b7976 100644 --- a/gcc/config/c6x/sync.md +++ b/gcc/config/c6x/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for C6X synchronization instructions. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/c6x/t-c6x b/gcc/config/c6x/t-c6x index 0f29c05baa28..16feb211f757 100644 --- a/gcc/config/c6x/t-c6x +++ b/gcc/config/c6x/t-c6x @@ -1,5 +1,5 @@ # Target Makefile Fragment for TI C6X. -# Copyright (C) 2010-2022 Free Software Foundation, Inc. +# Copyright (C) 2010-2023 Free Software Foundation, Inc. # Contributed by CodeSourcery. # # This file is part of GCC. diff --git a/gcc/config/c6x/t-c6x-elf b/gcc/config/c6x/t-c6x-elf index dab7c19658eb..f2e7dab95a4e 100644 --- a/gcc/config/c6x/t-c6x-elf +++ b/gcc/config/c6x/t-c6x-elf @@ -1,5 +1,5 @@ # Target Makefile Fragment for TI C6X using ELF. -# Copyright (C) 2010-2022 Free Software Foundation, Inc. +# Copyright (C) 2010-2023 Free Software Foundation, Inc. # Contributed by CodeSourcery. # # This file is part of GCC. diff --git a/gcc/config/c6x/uclinux-elf.h b/gcc/config/c6x/uclinux-elf.h index df2ad932377e..98f4fb09977c 100644 --- a/gcc/config/c6x/uclinux-elf.h +++ b/gcc/config/c6x/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for TI C6X running ucLinux using ELF - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/csky/constraints.md b/gcc/config/csky/constraints.md index fc2967972ced..314183e8c93b 100644 --- a/gcc/config/csky/constraints.md +++ b/gcc/config/csky/constraints.md @@ -1,5 +1,5 @@ ;; Constraints for C-SKY. -;; Copyright (C) 2018-2022 Free Software Foundation, Inc. +;; Copyright (C) 2018-2023 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky-elf.h b/gcc/config/csky/csky-elf.h index 1e3b815502a7..3b6c755b274e 100644 --- a/gcc/config/csky/csky-elf.h +++ b/gcc/config/csky/csky-elf.h @@ -1,5 +1,5 @@ /* Declarations for bare-metal C-SKY targets. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky-linux-elf.h b/gcc/config/csky/csky-linux-elf.h index bea3757672e4..677c201b2188 100644 --- a/gcc/config/csky/csky-linux-elf.h +++ b/gcc/config/csky/csky-linux-elf.h @@ -1,5 +1,5 @@ /* Declarations for C-SKY targets running Linux. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky-modes.def b/gcc/config/csky/csky-modes.def index c57f1984985d..84aba51e5c24 100644 --- a/gcc/config/csky/csky-modes.def +++ b/gcc/config/csky/csky-modes.def @@ -1,5 +1,5 @@ /* C-SKY extra machine modes. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky-protos.h b/gcc/config/csky/csky-protos.h index 8f61735a47dc..3acdced687d4 100644 --- a/gcc/config/csky/csky-protos.h +++ b/gcc/config/csky/csky-protos.h @@ -1,5 +1,5 @@ /* Prototype declarations for the C-SKY back end. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.cc b/gcc/config/csky/csky.cc index 537eee6ab880..b0e50cfef3ee 100644 --- a/gcc/config/csky/csky.cc +++ b/gcc/config/csky/csky.cc @@ -1,5 +1,5 @@ /* GCC backend functions for C-SKY targets. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.h b/gcc/config/csky/csky.h index a9d13691db35..d21a57a8bb29 100644 --- a/gcc/config/csky/csky.h +++ b/gcc/config/csky/csky.h @@ -1,5 +1,5 @@ /* Declarations for the C-SKY back end. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky.md b/gcc/config/csky/csky.md index 6a6592902ef2..d7bafdbebb90 100644 --- a/gcc/config/csky/csky.md +++ b/gcc/config/csky/csky.md @@ -1,5 +1,5 @@ ;; Machine description for C-SKY processors. -;; Copyright (C) 2018-2022 Free Software Foundation, Inc. +;; Copyright (C) 2018-2023 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky.opt b/gcc/config/csky/csky.opt index 1edac3d1998e..20e40295da55 100644 --- a/gcc/config/csky/csky.opt +++ b/gcc/config/csky/csky.opt @@ -1,5 +1,5 @@ ;; Command-line options for the C-SKY back end. -;; Copyright (C) 2018-2022 Free Software Foundation, Inc. +;; Copyright (C) 2018-2023 Free Software Foundation, Inc. ;; Contributed by C-SKY Microsystems and Mentor Graphics. ;; ;; This file is part of GCC. diff --git a/gcc/config/csky/csky_cores.def b/gcc/config/csky/csky_cores.def index c33aa40fdf7a..1ff03c08e0b7 100644 --- a/gcc/config/csky/csky_cores.def +++ b/gcc/config/csky/csky_cores.def @@ -1,5 +1,5 @@ /* Architecture and core descriptions for the C-SKY back end. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/csky/csky_genopt.sh b/gcc/config/csky/csky_genopt.sh index 873eb67f277d..5782d6c482a5 100644 --- a/gcc/config/csky/csky_genopt.sh +++ b/gcc/config/csky/csky_genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate csky_tables.opt from the lists in *.def. -# Copyright (C) 2018-2022 Free Software Foundation, Inc. +# Copyright (C) 2018-2023 Free Software Foundation, Inc. # Contributed by C-SKY Microsystems and Mentor Graphics. # # This file is part of GCC. @@ -23,7 +23,7 @@ cat < types for DragonFly systems. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/gcc/config/dragonfly.h b/gcc/config/dragonfly.h index 0235e62681dc..a2f9d1a7619c 100644 --- a/gcc/config/dragonfly.h +++ b/gcc/config/dragonfly.h @@ -1,5 +1,5 @@ /* Base configuration file for all DragonFly targets. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/gcc/config/dragonfly.opt b/gcc/config/dragonfly.opt index 936b5da6dbe9..31ca094ff3f3 100644 --- a/gcc/config/dragonfly.opt +++ b/gcc/config/dragonfly.opt @@ -1,6 +1,6 @@ ; DragonFly BSD options. -; Copyright (C) 2014-2022 Free Software Foundation, Inc. +; Copyright (C) 2014-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index f8b3be4358ac..f294f3b57040 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -1,6 +1,6 @@ /* elfos.h -- operating system specific defines to be used when targeting GCC for some generic ELF system - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Based on svr4.h contributed by Ron Guilmette (rfg@netcom.com). This file is part of GCC. diff --git a/gcc/config/epiphany/constraints.md b/gcc/config/epiphany/constraints.md index 082c723de5f1..cd6ccc8aac29 100644 --- a/gcc/config/epiphany/constraints.md +++ b/gcc/config/epiphany/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Adaptiva epiphany -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-modes.def b/gcc/config/epiphany/epiphany-modes.def index 849d0c7d84ef..fe2f2d0f5e16 100644 --- a/gcc/config/epiphany/epiphany-modes.def +++ b/gcc/config/epiphany/epiphany-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Adapteva Epiphany cpu. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h index 61b63234e468..72c141c1a6d7 100644 --- a/gcc/config/epiphany/epiphany-protos.h +++ b/gcc/config/epiphany/epiphany-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, EPIPHANY cpu. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-sched.md b/gcc/config/epiphany/epiphany-sched.md index d347ce6adea8..db29ef8eedf7 100644 --- a/gcc/config/epiphany/epiphany-sched.md +++ b/gcc/config/epiphany/epiphany-sched.md @@ -1,5 +1,5 @@ ;; DFA scheduling description for EPIPHANY -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.cc b/gcc/config/epiphany/epiphany.cc index c4e3ceaeb2ab..fdd4df71456b 100644 --- a/gcc/config/epiphany/epiphany.cc +++ b/gcc/config/epiphany/epiphany.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the EPIPHANY cpu. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index 7c6a7f33df21..c742709309e3 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Argonaut EPIPHANY cpu. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.md b/gcc/config/epiphany/epiphany.md index ff9824065117..b585c27425ec 100644 --- a/gcc/config/epiphany/epiphany.md +++ b/gcc/config/epiphany/epiphany.md @@ -1,5 +1,5 @@ ;; Machine description of the Adaptiva epiphany cpu for GNU C compiler -;; Copyright (C) 1994-2022 Free Software Foundation, Inc. +;; Copyright (C) 1994-2023 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.opt b/gcc/config/epiphany/epiphany.opt index 7e4c35789e82..097c9156b551 100644 --- a/gcc/config/epiphany/epiphany.opt +++ b/gcc/config/epiphany/epiphany.opt @@ -1,6 +1,6 @@ ; Options for the Adapteva EPIPHANY port of the compiler ; -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; Contributed by Embecosm on behalf of Adapteva, Inc. ; ; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany_intrinsics.h b/gcc/config/epiphany/epiphany_intrinsics.h index 53661e31126c..553117accd83 100644 --- a/gcc/config/epiphany/epiphany_intrinsics.h +++ b/gcc/config/epiphany/epiphany_intrinsics.h @@ -1,5 +1,5 @@ /* Epiphany intrinsic functions - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/mode-switch-use.cc b/gcc/config/epiphany/mode-switch-use.cc index 887550a3340e..715306126580 100644 --- a/gcc/config/epiphany/mode-switch-use.cc +++ b/gcc/config/epiphany/mode-switch-use.cc @@ -1,6 +1,6 @@ /* Insert USEs in instructions that require mode switching. This should probably be merged into mode-switching.cc . - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/predicates.md b/gcc/config/epiphany/predicates.md index 5504e29bcef3..887500a71714 100644 --- a/gcc/config/epiphany/predicates.md +++ b/gcc/config/epiphany/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for code generation on the EPIPHANY cpu. -;; Copyright (C) 1994-2022 Free Software Foundation, Inc. +;; Copyright (C) 1994-2023 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/epiphany/resolve-sw-modes.cc b/gcc/config/epiphany/resolve-sw-modes.cc index 765326c9c0e6..0eff1b9c53cd 100644 --- a/gcc/config/epiphany/resolve-sw-modes.cc +++ b/gcc/config/epiphany/resolve-sw-modes.cc @@ -1,5 +1,5 @@ /* Mode switching cleanup pass for the EPIPHANY cpu. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/rtems.h b/gcc/config/epiphany/rtems.h index f7f961cad857..42a69d6ac875 100644 --- a/gcc/config/epiphany/rtems.h +++ b/gcc/config/epiphany/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based EPIPHANY systems. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/t-epiphany b/gcc/config/epiphany/t-epiphany index 27a8052402c6..21bb931311a5 100644 --- a/gcc/config/epiphany/t-epiphany +++ b/gcc/config/epiphany/t-epiphany @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is part of GCC. diff --git a/gcc/config/flat.h b/gcc/config/flat.h index 4c803735c63d..6131922d45e9 100644 --- a/gcc/config/flat.h +++ b/gcc/config/flat.h @@ -1,5 +1,5 @@ /* Defines to be used for targets that support flat executables. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd-d.cc b/gcc/config/freebsd-d.cc index c795ca2978cb..23a8fd255e0a 100644 --- a/gcc/config/freebsd-d.cc +++ b/gcc/config/freebsd-d.cc @@ -1,5 +1,5 @@ /* FreeBSD support needed only by D front-end. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/freebsd-nthr.h b/gcc/config/freebsd-nthr.h index cf9fb52a9e3d..d21fd0e02d7e 100644 --- a/gcc/config/freebsd-nthr.h +++ b/gcc/config/freebsd-nthr.h @@ -1,5 +1,5 @@ /* FreeBSD configuration setting for FreeBSD systems. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Loren J. Rittle This file is part of GCC. diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h index 594487829b58..9050a8dcbf9b 100644 --- a/gcc/config/freebsd-spec.h +++ b/gcc/config/freebsd-spec.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd-stdint.h b/gcc/config/freebsd-stdint.h index fe447509828d..b1421c8f8208 100644 --- a/gcc/config/freebsd-stdint.h +++ b/gcc/config/freebsd-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types for FreeBSD systems. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Gerald Pfeifer . This file is part of GCC. diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index d89ee7dfc97e..3f154cae456d 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd.opt b/gcc/config/freebsd.opt index 79b578a924f2..f6d695ff423b 100644 --- a/gcc/config/freebsd.opt +++ b/gcc/config/freebsd.opt @@ -1,6 +1,6 @@ ; FreeBSD options. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/fuchsia.h b/gcc/config/fuchsia.h index 0baf6f1f3850..7722360a5cc2 100644 --- a/gcc/config/fuchsia.h +++ b/gcc/config/fuchsia.h @@ -1,5 +1,5 @@ /* Base configuration file for all Fuchsia targets. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Google. This file is part of GCC. diff --git a/gcc/config/fused-madd.opt b/gcc/config/fused-madd.opt index a6e416a44963..4edd88ce3609 100644 --- a/gcc/config/fused-madd.opt +++ b/gcc/config/fused-madd.opt @@ -1,6 +1,6 @@ ; -mfused-madd option (some targets only). ; -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/g.opt b/gcc/config/g.opt index a9094320aed7..f9ff1a722321 100644 --- a/gcc/config/g.opt +++ b/gcc/config/g.opt @@ -1,6 +1,6 @@ ; -G option (small data, some targets only). -; Copyright (C) 2003-2022 Free Software Foundation, Inc. +; Copyright (C) 2003-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/glibc-c.cc b/gcc/config/glibc-c.cc index 75de9a73374d..a8098705f977 100644 --- a/gcc/config/glibc-c.cc +++ b/gcc/config/glibc-c.cc @@ -1,5 +1,5 @@ /* C-family target hooks initializer for targets possibly using glibc. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/glibc-stdint.h b/gcc/config/glibc-stdint.h index a3652d0112db..76d73847bd49 100644 --- a/gcc/config/glibc-stdint.h +++ b/gcc/config/glibc-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using GNU libc or uClibc. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/gnu-d.cc b/gcc/config/gnu-d.cc index 1c0dff2afe7b..a3a777487593 100644 --- a/gcc/config/gnu-d.cc +++ b/gcc/config/gnu-d.cc @@ -1,5 +1,5 @@ /* GNU system support needed only by D front-end. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h index edb3aa6e451b..eda8010b1330 100644 --- a/gcc/config/gnu-user.h +++ b/gcc/config/gnu-user.h @@ -1,7 +1,7 @@ /* Definitions for systems using, at least optionally, a GNU (glibc-based) userspace or other userspace with libc derived from glibc (e.g. uClibc) or for which similar specs are appropriate. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). diff --git a/gcc/config/gnu-user.opt b/gcc/config/gnu-user.opt index 249089ecf2e2..6674e4d33194 100644 --- a/gcc/config/gnu-user.opt +++ b/gcc/config/gnu-user.opt @@ -1,6 +1,6 @@ ; Options for systems using gnu-user.h. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index e8d72463ab23..97baea939a76 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -1,7 +1,7 @@ /* Configuration common to all targets running the GNU system. */ /* -Copyright (C) 1994-2022 Free Software Foundation, Inc. +Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-darwin.cc b/gcc/config/host-darwin.cc index 01554d565f97..ce56f4971b16 100644 --- a/gcc/config/host-darwin.cc +++ b/gcc/config/host-darwin.cc @@ -1,5 +1,5 @@ /* Darwin host-specific hook definitions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-darwin.h b/gcc/config/host-darwin.h index fc2faf2fb329..76ce65494ddf 100644 --- a/gcc/config/host-darwin.h +++ b/gcc/config/host-darwin.h @@ -1,5 +1,5 @@ /* Darwin host-specific hook definitions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-hpux.cc b/gcc/config/host-hpux.cc index 9bd619739e82..723be9419459 100644 --- a/gcc/config/host-hpux.cc +++ b/gcc/config/host-hpux.cc @@ -1,5 +1,5 @@ /* HP-UX host-specific hook definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-linux.cc b/gcc/config/host-linux.cc index 817d3c0870cd..a891651a7b62 100644 --- a/gcc/config/host-linux.cc +++ b/gcc/config/host-linux.cc @@ -1,5 +1,5 @@ /* Linux host-specific hook definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-netbsd.cc b/gcc/config/host-netbsd.cc index 6dd39e80695f..2030ea2ebd82 100644 --- a/gcc/config/host-netbsd.cc +++ b/gcc/config/host-netbsd.cc @@ -1,5 +1,5 @@ /* NetBSD host-specific hook definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-openbsd.cc b/gcc/config/host-openbsd.cc index fbfd20abdaf4..712ea9c93fad 100644 --- a/gcc/config/host-openbsd.cc +++ b/gcc/config/host-openbsd.cc @@ -1,5 +1,5 @@ /* OpenBSD host-specific hook definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-solaris.cc b/gcc/config/host-solaris.cc index bd542e8feda0..75c59464ea79 100644 --- a/gcc/config/host-solaris.cc +++ b/gcc/config/host-solaris.cc @@ -1,5 +1,5 @@ /* Solaris host-specific hook definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/hpux11.opt b/gcc/config/hpux11.opt index f5bfbcf1182e..95c5b2ff075e 100644 --- a/gcc/config/hpux11.opt +++ b/gcc/config/hpux11.opt @@ -1,6 +1,6 @@ ; HP-UX 11 options. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/initfini-array.h b/gcc/config/initfini-array.h index c9b20d57d1c6..a1fc2c8d0cbf 100644 --- a/gcc/config/initfini-array.h +++ b/gcc/config/initfini-array.h @@ -1,6 +1,6 @@ /* Definitions for ELF systems with .init_array/.fini_array section support. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/kfreebsd-d.cc b/gcc/config/kfreebsd-d.cc index 0bfa6bd8a569..18c7fb38d791 100644 --- a/gcc/config/kfreebsd-d.cc +++ b/gcc/config/kfreebsd-d.cc @@ -1,5 +1,5 @@ /* kFreeBSD-based GNU systems support needed only by D front-end. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/kfreebsd-gnu.h b/gcc/config/kfreebsd-gnu.h index c28fcaf54f5b..34aaee237842 100644 --- a/gcc/config/kfreebsd-gnu.h +++ b/gcc/config/kfreebsd-gnu.h @@ -1,5 +1,5 @@ /* Definitions for kFreeBSD-based GNU systems with ELF format - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/kopensolaris-d.cc b/gcc/config/kopensolaris-d.cc index 197471ab9273..891f9ec6ccf9 100644 --- a/gcc/config/kopensolaris-d.cc +++ b/gcc/config/kopensolaris-d.cc @@ -1,5 +1,5 @@ /* kOpenSolaris-based GNU systems support needed only by D front-end. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/kopensolaris-gnu.h b/gcc/config/kopensolaris-gnu.h index 3929d4b69550..d2eda10d4c47 100644 --- a/gcc/config/kopensolaris-gnu.h +++ b/gcc/config/kopensolaris-gnu.h @@ -1,5 +1,5 @@ /* Definitions for kOpenSolaris-based GNU systems with ELF format - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/linux-android.h b/gcc/config/linux-android.h index f335ceabab53..f3f28217a91a 100644 --- a/gcc/config/linux-android.h +++ b/gcc/config/linux-android.h @@ -1,5 +1,5 @@ /* Configuration file for Linux Android targets. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Doug Kwan (dougkwan@google.com) Rewritten by CodeSourcery, Inc. diff --git a/gcc/config/linux-android.opt b/gcc/config/linux-android.opt index 9b07c4228575..f41d619dcd8b 100644 --- a/gcc/config/linux-android.opt +++ b/gcc/config/linux-android.opt @@ -1,6 +1,6 @@ ; Android specific options. -; Copyright (C) 2008-2022 Free Software Foundation, Inc. +; Copyright (C) 2008-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/linux-d.cc b/gcc/config/linux-d.cc index f2ef2f03e711..208b3236d9d1 100644 --- a/gcc/config/linux-d.cc +++ b/gcc/config/linux-d.cc @@ -1,5 +1,5 @@ /* Linux support needed only by D front-end. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/linux-protos.h b/gcc/config/linux-protos.h index c29c67e0c7ed..147b4ebdb24c 100644 --- a/gcc/config/linux-protos.h +++ b/gcc/config/linux-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.cc b/gcc/config/linux.cc index 21e37667f7c3..28c8c15dbc0b 100644 --- a/gcc/config/linux.cc +++ b/gcc/config/linux.cc @@ -1,5 +1,5 @@ /* Functions for Linux Android as target machine for GNU C compiler. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.h b/gcc/config/linux.h index d1d6753a2f62..e3aca79ccccb 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -2,7 +2,7 @@ MMU, using ELF at the compiler level but possibly FLT for final linked executables and shared libraries in some no-MMU cases, and possibly with a choice of libc implementations. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). diff --git a/gcc/config/linux.opt b/gcc/config/linux.opt index 52109e5bd229..c5b23f6b3c2a 100644 --- a/gcc/config/linux.opt +++ b/gcc/config/linux.opt @@ -1,6 +1,6 @@ ; Processor-independent options for GNU/Linux. ; -; Copyright (C) 2006-2022 Free Software Foundation, Inc. +; Copyright (C) 2006-2023 Free Software Foundation, Inc. ; Contributed by CodeSourcery. ; ; This file is part of GCC. diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index ff5ee3d5fcbe..0a4fd189180c 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -1,5 +1,5 @@ /* Target independent definitions for LynxOS. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lynx.opt b/gcc/config/lynx.opt index 4d309e341a27..ed95fd4220e0 100644 --- a/gcc/config/lynx.opt +++ b/gcc/config/lynx.opt @@ -1,6 +1,6 @@ ; Processor-independent options for LynxOS. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/m32r/constraints.md b/gcc/config/m32r/constraints.md index 0b76e22fa1ee..afae127ae1e9 100644 --- a/gcc/config/m32r/constraints.md +++ b/gcc/config/m32r/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas M32R cpu for GNU C compiler -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m32r/little.h b/gcc/config/m32r/little.h index 2f33a74965b9..c242f2b0f2de 100644 --- a/gcc/config/m32r/little.h +++ b/gcc/config/m32r/little.h @@ -1,5 +1,5 @@ /* Definitions for Renesas little endian M32R cpu. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r-opts.h b/gcc/config/m32r/m32r-opts.h index c45a505a8628..cad66777aa6a 100644 --- a/gcc/config/m32r/m32r-opts.h +++ b/gcc/config/m32r/m32r-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Renesas M32R cpu. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r-protos.h b/gcc/config/m32r/m32r-protos.h index dd07a99a71c2..03d65adeb008 100644 --- a/gcc/config/m32r/m32r-protos.h +++ b/gcc/config/m32r/m32r-protos.h @@ -1,5 +1,5 @@ /* Prototypes for m32r.cc functions used in the md file & elsewhere. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.cc b/gcc/config/m32r/m32r.cc index e3489fb4dc06..5a788e295154 100644 --- a/gcc/config/m32r/m32r.cc +++ b/gcc/config/m32r/m32r.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Renesas M32R cpu. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index b96eec8fe3fd..0407c5737d59 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Renesas M32R cpu. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 1eb6859d19e9..24b14c7013b7 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -1,5 +1,5 @@ ;; Machine description of the Renesas M32R cpu for GNU C compiler -;; Copyright (C) 1996-2022 Free Software Foundation, Inc. +;; Copyright (C) 1996-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/m32r/m32r.opt b/gcc/config/m32r/m32r.opt index 8ffbe50b5d92..72415c3f8a05 100644 --- a/gcc/config/m32r/m32r.opt +++ b/gcc/config/m32r/m32r.opt @@ -1,6 +1,6 @@ ; Options for the Renesas M32R port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/m32r/predicates.md b/gcc/config/m32r/predicates.md index 667d8749ee2e..f4f3d5a7bf9e 100644 --- a/gcc/config/m32r/predicates.md +++ b/gcc/config/m32r/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas M32R. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m32r/t-m32r b/gcc/config/m32r/t-m32r index 01aaaa9acf31..e9376bcbe7b1 100644 --- a/gcc/config/m32r/t-m32r +++ b/gcc/config/m32r/t-m32r @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/cf.md b/gcc/config/m68k/cf.md index e0b4d2a04141..1a49c53d796a 100644 --- a/gcc/config/m68k/cf.md +++ b/gcc/config/m68k/cf.md @@ -1,5 +1,5 @@ ;; ColdFire V1, V2, V3 and V4/V4e DFA description. -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; Contributed by CodeSourcery Inc., www.codesourcery.com ;; ;; This file is part of GCC. diff --git a/gcc/config/m68k/constraints.md b/gcc/config/m68k/constraints.md index b3f76b4ff39c..bcc2137da96a 100644 --- a/gcc/config/m68k/constraints.md +++ b/gcc/config/m68k/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for m68k -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/m68k/genopt.sh b/gcc/config/m68k/genopt.sh index 29e68b71c3ef..9c0862fb38ba 100755 --- a/gcc/config/m68k/genopt.sh +++ b/gcc/config/m68k/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate m68k-tables.opt from the lists in *.def. -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -23,7 +23,7 @@ cat <, , diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index ab998177de81..f5439abbc72f 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for an m68k OpenBSD target. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m68k/predicates.md b/gcc/config/m68k/predicates.md index 094a18955534..b2edb54a58cd 100644 --- a/gcc/config/m68k/predicates.md +++ b/gcc/config/m68k/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Motorola 68000. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m68k/print-sysroot-suffix.sh b/gcc/config/m68k/print-sysroot-suffix.sh index 1a463894c300..eef370f887ec 100644 --- a/gcc/config/m68k/print-sysroot-suffix.sh +++ b/gcc/config/m68k/print-sysroot-suffix.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2006-2022 Free Software Foundation, Inc. +# Copyright (C) 2006-2023 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/config/m68k/rtemself.h b/gcc/config/m68k/rtemself.h index 4a796e8e8962..dfe290e93897 100644 --- a/gcc/config/m68k/rtemself.h +++ b/gcc/config/m68k/rtemself.h @@ -1,6 +1,6 @@ /* Definitions for rtems targeting a Motorola m68k using elf. Copyright (C) 1999, 2000, 2002 National Research Council of Canada. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Charles-Antoine Gauthier (charles.gauthier@nrc.ca). This file is part of GCC. diff --git a/gcc/config/m68k/sync.md b/gcc/config/m68k/sync.md index eb1fb14effe8..846981a180a3 100644 --- a/gcc/config/m68k/sync.md +++ b/gcc/config/m68k/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for m68k synchronization instructions. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 9f0914570c40..a6473aacf5f6 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2022 Free Software Foundation, Inc. +# Copyright (C) 2008-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/t-mlibs b/gcc/config/m68k/t-mlibs index 10ec28908e97..cf0ceac63f5f 100644 --- a/gcc/config/m68k/t-mlibs +++ b/gcc/config/m68k/t-mlibs @@ -1,6 +1,6 @@ # multilibs -*- mode:Makefile -*- # -# Copyright (C) 2007-2022 Free Software Foundation, Inc. +# Copyright (C) 2007-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/t-uclinux b/gcc/config/m68k/t-uclinux index 33cf87720c48..08a43b98c36c 100644 --- a/gcc/config/m68k/t-uclinux +++ b/gcc/config/m68k/t-uclinux @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/uclinux.h b/gcc/config/m68k/uclinux.h index e438b6e5375d..4d3c512f2144 100644 --- a/gcc/config/m68k/uclinux.h +++ b/gcc/config/m68k/uclinux.h @@ -2,7 +2,7 @@ using ELF objects with special linker post-processing to produce FLAT executables. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m68k/uclinux.opt b/gcc/config/m68k/uclinux.opt index 6c9c86d01e45..b4092af1476e 100644 --- a/gcc/config/m68k/uclinux.opt +++ b/gcc/config/m68k/uclinux.opt @@ -1,6 +1,6 @@ ; m68k/ColdFire uClinux options. -; Copyright (C) 2011-2022 Free Software Foundation, Inc. +; Copyright (C) 2011-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mcore/constraints.md b/gcc/config/mcore/constraints.md index f21f6b345597..49e0d76e6571 100644 --- a/gcc/config/mcore/constraints.md +++ b/gcc/config/mcore/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for the Motorola MCore -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/mcore/mcore-elf.h b/gcc/config/mcore/mcore-elf.h index 342b65d811df..bf1b093d327a 100644 --- a/gcc/config/mcore/mcore-elf.h +++ b/gcc/config/mcore/mcore-elf.h @@ -1,5 +1,5 @@ /* Definitions of MCore target. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/config/mcore/mcore-protos.h b/gcc/config/mcore/mcore-protos.h index 52e0b7dabe9b..e66c343dce4b 100644 --- a/gcc/config/mcore/mcore-protos.h +++ b/gcc/config/mcore/mcore-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in mcore.cc - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Nick Clifton (nickc@redhat.com) This file is part of GCC. diff --git a/gcc/config/mcore/mcore.cc b/gcc/config/mcore/mcore.cc index 605d63b6a709..e800af78e14b 100644 --- a/gcc/config/mcore/mcore.cc +++ b/gcc/config/mcore/mcore.cc @@ -1,5 +1,5 @@ /* Output routines for Motorola MCore processor - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index c905c4024f35..3de4f0b336af 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Motorola M*CORE Processor. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mcore/mcore.md b/gcc/config/mcore/mcore.md index ede545c66c8b..b8ebb5128a7f 100644 --- a/gcc/config/mcore/mcore.md +++ b/gcc/config/mcore/mcore.md @@ -1,5 +1,5 @@ ;; Machine description the Motorola MCore -;; Copyright (C) 1993-2022 Free Software Foundation, Inc. +;; Copyright (C) 1993-2023 Free Software Foundation, Inc. ;; Contributed by Motorola. ;; This file is part of GCC. diff --git a/gcc/config/mcore/mcore.opt b/gcc/config/mcore/mcore.opt index b44de8785937..d6d9f6a24113 100644 --- a/gcc/config/mcore/mcore.opt +++ b/gcc/config/mcore/mcore.opt @@ -1,6 +1,6 @@ ; Options for the Motorola MCore port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mcore/predicates.md b/gcc/config/mcore/predicates.md index 6f230ad77236..14cc87493c6a 100644 --- a/gcc/config/mcore/predicates.md +++ b/gcc/config/mcore/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Motorola MCore. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mcore/t-mcore b/gcc/config/mcore/t-mcore index 39f3b78388d5..e8ceb5ceb066 100644 --- a/gcc/config/mcore/t-mcore +++ b/gcc/config/mcore/t-mcore @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2022 Free Software Foundation, Inc. +# Copyright (C) 2000-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/microblaze/constraints.md b/gcc/config/microblaze/constraints.md index a8934d305eea..aae4be73ae38 100644 --- a/gcc/config/microblaze/constraints.md +++ b/gcc/config/microblaze/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Xilinx MicroBlaze processors. -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h index 5b1a365eda44..e2e2c421c52f 100644 --- a/gcc/config/microblaze/linux.h +++ b/gcc/config/microblaze/linux.h @@ -1,5 +1,5 @@ /* Definitions for MicroBlaze running Linux. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/microblaze-c.cc b/gcc/config/microblaze/microblaze-c.cc index caabe99b9932..065351ad218f 100644 --- a/gcc/config/microblaze/microblaze-c.cc +++ b/gcc/config/microblaze/microblaze-c.cc @@ -1,5 +1,5 @@ /* Subroutines used for the C front end for Xilinx MicroBlaze. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze-protos.h b/gcc/config/microblaze/microblaze-protos.h index d67355697b52..31a6515176b1 100644 --- a/gcc/config/microblaze/microblaze-protos.h +++ b/gcc/config/microblaze/microblaze-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for Xilinx MicroBlaze. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/microblaze.cc b/gcc/config/microblaze/microblaze.cc index 9290a1f3958e..6df2c712cab1 100644 --- a/gcc/config/microblaze/microblaze.cc +++ b/gcc/config/microblaze/microblaze.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Xilinx MicroBlaze. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index f70c6612c64d..0398902362b4 100644 --- a/gcc/config/microblaze/microblaze.h +++ b/gcc/config/microblaze/microblaze.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Xilinx MicroBlaze. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md index 0765ff930c67..671667b537cb 100644 --- a/gcc/config/microblaze/microblaze.md +++ b/gcc/config/microblaze/microblaze.md @@ -1,5 +1,5 @@ ;; microblaze.md -- Machine description for Xilinx MicroBlaze processors. -;; Copyright (C) 2009-2022 Free Software Foundation, Inc. +;; Copyright (C) 2009-2023 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 9f47e67cf2ad..dbf6390ef4bf 100644 --- a/gcc/config/microblaze/microblaze.opt +++ b/gcc/config/microblaze/microblaze.opt @@ -1,6 +1,6 @@ ; Options for the MicroBlaze port of the compiler ; -; Copyright (C) 2009-2022 Free Software Foundation, Inc. +; Copyright (C) 2009-2023 Free Software Foundation, Inc. ; ; Contributed by Michael Eager . ; diff --git a/gcc/config/microblaze/predicates.md b/gcc/config/microblaze/predicates.md index 9adb58482bd6..62396a3c5aa4 100644 --- a/gcc/config/microblaze/predicates.md +++ b/gcc/config/microblaze/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Xilinx MicroBlaze -;; Copyright (C) 2009-2022 Free Software Foundation, Inc. +;; Copyright (C) 2009-2023 Free Software Foundation, Inc. ;; ;; Contributed by Michael Eager . ;; diff --git a/gcc/config/microblaze/rtems.h b/gcc/config/microblaze/rtems.h index d2c6afd484e6..ecb53796344b 100644 --- a/gcc/config/microblaze/rtems.h +++ b/gcc/config/microblaze/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a microblaze using ELF. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/sync.md b/gcc/config/microblaze/sync.md index ae8955ce6910..c84bac941017 100644 --- a/gcc/config/microblaze/sync.md +++ b/gcc/config/microblaze/sync.md @@ -1,5 +1,5 @@ ;; Machine description for Xilinx MicroBlaze synchronization instructions. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/10000.md b/gcc/config/mips/10000.md index 867a18553b48..ab4c3d5641cb 100644 --- a/gcc/config/mips/10000.md +++ b/gcc/config/mips/10000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the VR1x000. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/20kc.md b/gcc/config/mips/20kc.md index 03ae71495ee6..2f738b9f3a3d 100644 --- a/gcc/config/mips/20kc.md +++ b/gcc/config/mips/20kc.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/24k.md b/gcc/config/mips/24k.md index 9823d6f1251a..951b097e05d7 100644 --- a/gcc/config/mips/24k.md +++ b/gcc/config/mips/24k.md @@ -8,7 +8,7 @@ ;; References: ;; "MIPS32 24K Processor Core Family Software User's Manual, Rev 3.04." ;; -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/3000.md b/gcc/config/mips/3000.md index 22f80505d2a0..2b7c69a7aa1e 100644 --- a/gcc/config/mips/3000.md +++ b/gcc/config/mips/3000.md @@ -1,5 +1,5 @@ ;; R3000 and TX39 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4000.md b/gcc/config/mips/4000.md index 12ce4ffd1b5e..ea944303c1d5 100644 --- a/gcc/config/mips/4000.md +++ b/gcc/config/mips/4000.md @@ -1,5 +1,5 @@ ;; R4000 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4100.md b/gcc/config/mips/4100.md index f754156a1acd..24199af9e682 100644 --- a/gcc/config/mips/4100.md +++ b/gcc/config/mips/4100.md @@ -1,5 +1,5 @@ ;; VR4100 and VR4120 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4130.md b/gcc/config/mips/4130.md index 28b6144f5e40..47fef48b3bdf 100644 --- a/gcc/config/mips/4130.md +++ b/gcc/config/mips/4130.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/4300.md b/gcc/config/mips/4300.md index 31f36b83f023..4e4d32345d44 100644 --- a/gcc/config/mips/4300.md +++ b/gcc/config/mips/4300.md @@ -1,5 +1,5 @@ ;; VR4300 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4600.md b/gcc/config/mips/4600.md index 622aa187c764..38d1a2dea8df 100644 --- a/gcc/config/mips/4600.md +++ b/gcc/config/mips/4600.md @@ -1,5 +1,5 @@ ;; R4600, R4650, and R4700 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4k.md b/gcc/config/mips/4k.md index 4d7dddd098a4..76d2f9c10227 100644 --- a/gcc/config/mips/4k.md +++ b/gcc/config/mips/4k.md @@ -10,7 +10,7 @@ ;; 4km - pipelined multiplier and block address translator (BAT) ;; 4kp - non-pipelined multiplier and block address translator (BAT) ;; -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5000.md b/gcc/config/mips/5000.md index a1a7a45fb254..434649239801 100644 --- a/gcc/config/mips/5000.md +++ b/gcc/config/mips/5000.md @@ -1,5 +1,5 @@ ;; VR5000 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/5400.md b/gcc/config/mips/5400.md index 50994e6a0c39..fa7064623aa7 100644 --- a/gcc/config/mips/5400.md +++ b/gcc/config/mips/5400.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5500.md b/gcc/config/mips/5500.md index e53d2f380b17..2501f76655c0 100644 --- a/gcc/config/mips/5500.md +++ b/gcc/config/mips/5500.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5k.md b/gcc/config/mips/5k.md index 2f7d88f0ed96..d394278b6a6c 100644 --- a/gcc/config/mips/5k.md +++ b/gcc/config/mips/5k.md @@ -10,7 +10,7 @@ ;; 5kf - Separate floating point pipe which can dual-issue with the ;; integer pipe. ;; -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/6000.md b/gcc/config/mips/6000.md index ca83a5821680..b73bdd5b2a32 100644 --- a/gcc/config/mips/6000.md +++ b/gcc/config/mips/6000.md @@ -1,5 +1,5 @@ ;; R6000 pipeline description. -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/7000.md b/gcc/config/mips/7000.md index b1ef835190b1..78e8105cdd43 100644 --- a/gcc/config/mips/7000.md +++ b/gcc/config/mips/7000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM7000. -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/74k.md b/gcc/config/mips/74k.md index 96f00e058054..604fb0811adc 100644 --- a/gcc/config/mips/74k.md +++ b/gcc/config/mips/74k.md @@ -5,7 +5,7 @@ ;; "MIPS32 74K Microarchitecure Specification Rev. 01.02 Jun 15, 2006" ;; "MIPS32 74Kf Processor Core Datasheet Jun 2, 2006" ;; -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/9000.md b/gcc/config/mips/9000.md index 2f3c3c09055d..261bff396108 100644 --- a/gcc/config/mips/9000.md +++ b/gcc/config/mips/9000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM9000. -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/constraints.md b/gcc/config/mips/constraints.md index b015ac4ce3a0..49d1a43c613b 100644 --- a/gcc/config/mips/constraints.md +++ b/gcc/config/mips/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for MIPS. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/driver-native.cc b/gcc/config/mips/driver-native.cc index 327ad255c3e7..afc276f52782 100644 --- a/gcc/config/mips/driver-native.cc +++ b/gcc/config/mips/driver-native.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index 7e08b2d74f8b..384b9a4fd5be 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -1,5 +1,5 @@ /* Target macros for mips*-elf targets. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elfoabi.h b/gcc/config/mips/elfoabi.h index a837ba17377e..04a9d03a0358 100644 --- a/gcc/config/mips/elfoabi.h +++ b/gcc/config/mips/elfoabi.h @@ -1,6 +1,6 @@ /* Target macros for mips*-elf targets that selected between o32 and o64 based on the target architecture. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elforion.h b/gcc/config/mips/elforion.h index f6ae6c5abbd4..2d7039eaeb2e 100644 --- a/gcc/config/mips/elforion.h +++ b/gcc/config/mips/elforion.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. MIPS ORION version. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/frame-header-opt.cc b/gcc/config/mips/frame-header-opt.cc index a29b8236014c..dece7eddb8c1 100644 --- a/gcc/config/mips/frame-header-opt.cc +++ b/gcc/config/mips/frame-header-opt.cc @@ -4,7 +4,7 @@ targets, if a frame header is required, it is allocated by the callee. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/generic.md b/gcc/config/mips/generic.md index a726af854fa7..420bc129aafc 100644 --- a/gcc/config/mips/generic.md +++ b/gcc/config/mips/generic.md @@ -1,5 +1,5 @@ ;; Generic DFA-based pipeline description for MIPS targets -;; Copyright (C) 2004-2022 Free Software Foundation, Inc. +;; Copyright (C) 2004-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/genopt.sh b/gcc/config/mips/genopt.sh index eec36657b2a9..dfc2bf9aebbe 100755 --- a/gcc/config/mips/genopt.sh +++ b/gcc/config/mips/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate mips-tables.opt from the list of CPUs in mips-cpus.def. -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ cat < This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-modes.def b/gcc/config/mn10300/mn10300-modes.def index a53a04e8e4bb..7c2054a750ad 100644 --- a/gcc/config/mn10300/mn10300-modes.def +++ b/gcc/config/mn10300/mn10300-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for MN10300. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Red Hat Inc. This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-opts.h b/gcc/config/mn10300/mn10300-opts.h index 3f28a1643d1c..670361fc8769 100644 --- a/gcc/config/mn10300/mn10300-opts.h +++ b/gcc/config/mn10300/mn10300-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Matsushita MN10300 series. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-protos.h b/gcc/config/mn10300/mn10300-protos.h index 42a77c2d160c..b8e0b0038919 100644 --- a/gcc/config/mn10300/mn10300-protos.h +++ b/gcc/config/mn10300/mn10300-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Matsushita MN10300 series - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.cc b/gcc/config/mn10300/mn10300.cc index f887d9e2808c..a8b01a543cc7 100644 --- a/gcc/config/mn10300/mn10300.cc +++ b/gcc/config/mn10300/mn10300.cc @@ -1,5 +1,5 @@ /* Subroutines for insn-output.cc for Matsushita MN10300 series - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index bc57f4b176cc..9cf6075cd9d9 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Matsushita MN10300 series - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index 98c7ef2494af..39f944fb3ddf 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -1,5 +1,5 @@ ;; GCC machine description for Matsushita MN10300 -;; Copyright (C) 1996-2022 Free Software Foundation, Inc. +;; Copyright (C) 1996-2023 Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). ;; This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 7d2233abbc7c..bf06219a5071 100644 --- a/gcc/config/mn10300/mn10300.opt +++ b/gcc/config/mn10300/mn10300.opt @@ -1,6 +1,6 @@ ; Options for the Matsushita MN10300 port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mn10300/predicates.md b/gcc/config/mn10300/predicates.md index 1ea964fce9d9..6c7003bf14bb 100644 --- a/gcc/config/mn10300/predicates.md +++ b/gcc/config/mn10300/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Matsushita MN10300. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mn10300/t-mn10300 b/gcc/config/mn10300/t-mn10300 index 2608a7507ea5..b5f901bd4939 100644 --- a/gcc/config/mn10300/t-mn10300 +++ b/gcc/config/mn10300/t-mn10300 @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2022 Free Software Foundation, Inc. +# Copyright (C) 1996-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/netbsd-d.cc b/gcc/config/netbsd-d.cc index dbabae7ab71f..a2c74c55a929 100644 --- a/gcc/config/netbsd-d.cc +++ b/gcc/config/netbsd-d.cc @@ -1,5 +1,5 @@ /* Functions for generic NetBSD as target machine for GNU D compiler. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd-elf.h b/gcc/config/netbsd-elf.h index c2c35892a138..49ace80cbd98 100644 --- a/gcc/config/netbsd-elf.h +++ b/gcc/config/netbsd-elf.h @@ -1,5 +1,5 @@ /* Common configuration file for NetBSD ELF targets. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd-elf.opt b/gcc/config/netbsd-elf.opt index db8f478e9ff4..5d768a27bd44 100644 --- a/gcc/config/netbsd-elf.opt +++ b/gcc/config/netbsd-elf.opt @@ -1,6 +1,6 @@ ; NetBSD ELF-only options. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/netbsd-protos.h b/gcc/config/netbsd-protos.h index af1ad07f1799..5dcdd45dab79 100644 --- a/gcc/config/netbsd-protos.h +++ b/gcc/config/netbsd-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd-stdint.h b/gcc/config/netbsd-stdint.h index 099ae0bfcfb4..e855846c5637 100644 --- a/gcc/config/netbsd-stdint.h +++ b/gcc/config/netbsd-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types for NetBSD systems. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.cc b/gcc/config/netbsd.cc index c24e33a1d295..c683be044c6a 100644 --- a/gcc/config/netbsd.cc +++ b/gcc/config/netbsd.cc @@ -1,5 +1,5 @@ /* Functions for generic NetBSD as target machine for GNU C compiler. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 9e46a0fff02c..b53caf822f8e 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all NetBSD targets. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.opt b/gcc/config/netbsd.opt index 2d66252399f9..e911179b4b51 100644 --- a/gcc/config/netbsd.opt +++ b/gcc/config/netbsd.opt @@ -1,6 +1,6 @@ ; NetBSD options. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/newlib-stdint.h b/gcc/config/newlib-stdint.h index 098f658e74fd..98bc77b46b83 100644 --- a/gcc/config/newlib-stdint.h +++ b/gcc/config/newlib-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using newlib. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd-d.cc b/gcc/config/openbsd-d.cc index bb3a3f28f6d9..e5d907cb07ad 100644 --- a/gcc/config/openbsd-d.cc +++ b/gcc/config/openbsd-d.cc @@ -1,5 +1,5 @@ /* Functions for generic OpenBSD as target machine for GNU D compiler. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd-libpthread.h b/gcc/config/openbsd-libpthread.h index f2da0fecdfba..9e209ee46605 100644 --- a/gcc/config/openbsd-libpthread.h +++ b/gcc/config/openbsd-libpthread.h @@ -1,6 +1,6 @@ /* LIB_SPEC appropriate for OpenBSD. Include -lpthread if -pthread is specified on the command line. */ -/* Copyright (C) 2004-2022 Free Software Foundation, Inc. +/* Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index aa90ef734dec..645302684b19 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all OpenBSD targets. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.opt b/gcc/config/openbsd.opt index 272f53c40e77..072067691947 100644 --- a/gcc/config/openbsd.opt +++ b/gcc/config/openbsd.opt @@ -1,6 +1,6 @@ ; OpenBSD options. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/phoenix.h b/gcc/config/phoenix.h index d9eef3573704..bbfdca449759 100644 --- a/gcc/config/phoenix.h +++ b/gcc/config/phoenix.h @@ -1,5 +1,5 @@ /* Base configuration file for all Phoenix-RTOS targets. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/print-sysroot-suffix.sh b/gcc/config/print-sysroot-suffix.sh index 73ec7dd217cf..84529cf11818 100644 --- a/gcc/config/print-sysroot-suffix.sh +++ b/gcc/config/print-sysroot-suffix.sh @@ -3,7 +3,7 @@ # Arguments are MULTILIB_OSDIRNAMES, MULTILIB_OPTIONS, MULTILIB_MATCHES, # and MULTILIB_REUSE. -# Copyright (C) 2009-2022 Free Software Foundation, Inc. +# Copyright (C) 2009-2023 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/config/riscv/elf.h b/gcc/config/riscv/elf.h index f3d767c6d42f..a725c00b6373 100644 --- a/gcc/config/riscv/elf.h +++ b/gcc/config/riscv/elf.h @@ -1,5 +1,5 @@ /* Target macros for riscv*-elf targets. - Copyright (C) 1994-2022 Free Software Foundation, Inc. + Copyright (C) 1994-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/riscv/peephole.md b/gcc/config/riscv/peephole.md index d9477f46338c..0ef0c04410bd 100644 --- a/gcc/config/riscv/peephole.md +++ b/gcc/config/riscv/peephole.md @@ -1,5 +1,5 @@ ;; Peephole optimizations for RISC-V for GNU compiler. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; Contributed by Andrew Waterman (andrew@sifive.com). ;; This file is part of GCC. diff --git a/gcc/config/riscv/riscv-vector-builtins.def b/gcc/config/riscv/riscv-vector-builtins.def index 7636e34d595b..12cb4400e00d 100644 --- a/gcc/config/riscv/riscv-vector-builtins.def +++ b/gcc/config/riscv/riscv-vector-builtins.def @@ -1,5 +1,5 @@ /* Builtins macros for RISC-V 'V' Extension for GNU compiler. - Copyright (C) 2022-2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Ju-Zhe Zhong (juzhe.zhong@rivai.ai), RiVAI Technologies Ltd. This file is part of GCC. diff --git a/gcc/config/riscv/riscv.h b/gcc/config/riscv/riscv.h index defb475f948b..0ab739bd6ebf 100644 --- a/gcc/config/riscv/riscv.h +++ b/gcc/config/riscv/riscv.h @@ -1,5 +1,5 @@ /* Definition of RISC-V target for GNU compiler. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target for GNU compiler. diff --git a/gcc/config/riscv/vector-iterators.md b/gcc/config/riscv/vector-iterators.md index 92c4bd0a6a37..840cd8d598a5 100644 --- a/gcc/config/riscv/vector-iterators.md +++ b/gcc/config/riscv/vector-iterators.md @@ -1,5 +1,5 @@ ;; Iterators for RISC-V 'V' Extension for GNU compiler. -;; Copyright (C) 2022-2022 Free Software Foundation, Inc. +;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Contributed by Juzhe Zhong (juzhe.zhong@rivai.ai), RiVAI Technologies Ltd. ;; This file is part of GCC. diff --git a/gcc/config/rpath.opt b/gcc/config/rpath.opt index f81d8b9afbfc..53683fec0a69 100644 --- a/gcc/config/rpath.opt +++ b/gcc/config/rpath.opt @@ -1,6 +1,6 @@ ; -rpath option to the driver. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 7ee68af243f6..8641ea15271d 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -1,5 +1,5 @@ /* Configuration common to all targets running RTEMS. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt index fb071a80cb53..bd3c2caf201f 100644 --- a/gcc/config/rtems.opt +++ b/gcc/config/rtems.opt @@ -1,6 +1,6 @@ ; RTEMS options. -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/s390/2064.md b/gcc/config/s390/2064.md index 164429af5bcf..3cdae9711f7c 100644 --- a/gcc/config/s390/2064.md +++ b/gcc/config/s390/2064.md @@ -1,5 +1,5 @@ ;; Scheduling description for z900 (cpu 2064). -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/2084.md b/gcc/config/s390/2084.md index 6a5434566630..a55e65017c13 100644 --- a/gcc/config/s390/2084.md +++ b/gcc/config/s390/2084.md @@ -1,5 +1,5 @@ ;; Scheduling description for z990 (cpu 2084). -;; Copyright (C) 2003-2022 Free Software Foundation, Inc. +;; Copyright (C) 2003-2023 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/2097.md b/gcc/config/s390/2097.md index 5b6ff5d5b7a0..46eff6f10d96 100644 --- a/gcc/config/s390/2097.md +++ b/gcc/config/s390/2097.md @@ -1,5 +1,5 @@ ;; Scheduling description for z10 (cpu 2097). -;; Copyright (C) 2008-2022 Free Software Foundation, Inc. +;; Copyright (C) 2008-2023 Free Software Foundation, Inc. ;; Contributed by Wolfgang Gellerich (gellerich@de.ibm.com). diff --git a/gcc/config/s390/2817.md b/gcc/config/s390/2817.md index c1b6ccc6686f..55ea9cdda2e9 100644 --- a/gcc/config/s390/2817.md +++ b/gcc/config/s390/2817.md @@ -1,5 +1,5 @@ ;; Scheduling description for z196 (cpu 2817). -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Contributed by Christian Borntraeger (Christian.Borntraeger@de.ibm.com) ;; Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/2827.md b/gcc/config/s390/2827.md index bdbdec8bebbd..471e9a8b4c12 100644 --- a/gcc/config/s390/2827.md +++ b/gcc/config/s390/2827.md @@ -1,5 +1,5 @@ ;; Scheduling description for zEC12 (cpu 2827). -;; Copyright (C) 2012-2022 Free Software Foundation, Inc. +;; Copyright (C) 2012-2023 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/2964.md b/gcc/config/s390/2964.md index ef6d354a2eec..f58fc6a9cbe0 100644 --- a/gcc/config/s390/2964.md +++ b/gcc/config/s390/2964.md @@ -1,5 +1,5 @@ ;; Scheduling description for z13. -;; Copyright (C) 2016-2022 Free Software Foundation, Inc. +;; Copyright (C) 2016-2023 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/3906.md b/gcc/config/s390/3906.md index 62f4e33946f7..9122b8bd5a73 100644 --- a/gcc/config/s390/3906.md +++ b/gcc/config/s390/3906.md @@ -1,5 +1,5 @@ ;; Scheduling description for z14. -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; Contributed by Robin Dapp (rdapp@linux.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/3931.md b/gcc/config/s390/3931.md index bc97bc50b786..bed1f6c21f1f 100644 --- a/gcc/config/s390/3931.md +++ b/gcc/config/s390/3931.md @@ -1,5 +1,5 @@ ;; Scheduling description for z16. -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Contributed by Robin Dapp (rdapp@linux.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/8561.md b/gcc/config/s390/8561.md index f11857bc8cf4..e9a01618af7c 100644 --- a/gcc/config/s390/8561.md +++ b/gcc/config/s390/8561.md @@ -1,5 +1,5 @@ ;; Scheduling description for z15. -;; Copyright (C) 2019-2022 Free Software Foundation, Inc. +;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; Contributed by Robin Dapp (rdapp@linux.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/constraints.md b/gcc/config/s390/constraints.md index 4854f342dd60..5fa509243a3c 100644 --- a/gcc/config/s390/constraints.md +++ b/gcc/config/s390/constraints.md @@ -1,5 +1,5 @@ ;; Constraints definitions belonging to the gcc backend for IBM S/390. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; Written by Wolfgang Gellerich, using code and information found in ;; files s390.md, s390.h, and s390.cc. ;; diff --git a/gcc/config/s390/driver-native.cc b/gcc/config/s390/driver-native.cc index b5eb222872d8..563da45c7f6e 100644 --- a/gcc/config/s390/driver-native.cc +++ b/gcc/config/s390/driver-native.cc @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/htmintrin.h b/gcc/config/s390/htmintrin.h index fbf8afaca171..edbc892806f0 100644 --- a/gcc/config/s390/htmintrin.h +++ b/gcc/config/s390/htmintrin.h @@ -1,5 +1,5 @@ /* GNU compiler hardware transactional execution intrinsics - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/htmxlintrin.h b/gcc/config/s390/htmxlintrin.h index 51d0b5579d7b..37e11233b6db 100644 --- a/gcc/config/s390/htmxlintrin.h +++ b/gcc/config/s390/htmxlintrin.h @@ -1,5 +1,5 @@ /* XL compiler hardware transactional execution intrinsics - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h index d7b7e7a7b02b..02aa1edaff82 100644 --- a/gcc/config/s390/linux.h +++ b/gcc/config/s390/linux.h @@ -1,5 +1,5 @@ /* Definitions for Linux for S/390. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/predicates.md b/gcc/config/s390/predicates.md index 430cf6edfd6c..404e8d87b63a 100644 --- a/gcc/config/s390/predicates.md +++ b/gcc/config/s390/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for S/390 and zSeries. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). ;; diff --git a/gcc/config/s390/s390-builtin-types.def b/gcc/config/s390/s390-builtin-types.def index 3e7dd356ae32..3d8b30cdcc85 100644 --- a/gcc/config/s390/s390-builtin-types.def +++ b/gcc/config/s390/s390-builtin-types.def @@ -1,5 +1,5 @@ /* Builtin type definitions for IBM S/390 and zSeries - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-builtins.def b/gcc/config/s390/s390-builtins.def index c7e893b8e224..a16983b18bd5 100644 --- a/gcc/config/s390/s390-builtins.def +++ b/gcc/config/s390/s390-builtins.def @@ -1,5 +1,5 @@ /* Builtin definitions for IBM S/390 and zSeries - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-builtins.h b/gcc/config/s390/s390-builtins.h index 8809f0ee8528..45bba876828b 100644 --- a/gcc/config/s390/s390-builtins.h +++ b/gcc/config/s390/s390-builtins.h @@ -1,5 +1,5 @@ /* Common data structures used for builtin handling on S/390. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-c.cc b/gcc/config/s390/s390-c.cc index c4ecf775c263..56e77b699938 100644 --- a/gcc/config/s390/s390-c.cc +++ b/gcc/config/s390/s390-c.cc @@ -1,6 +1,6 @@ /* Language specific subroutines used for code generation on IBM S/390 and zSeries - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-d.cc b/gcc/config/s390/s390-d.cc index 0dd4b5c999bb..d10b45f7de40 100644 --- a/gcc/config/s390/s390-d.cc +++ b/gcc/config/s390/s390-d.cc @@ -1,5 +1,5 @@ /* Subroutines for the D front end on the IBM S/390 and zSeries architectures. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/config/s390/s390-d.h b/gcc/config/s390/s390-d.h index 703031b3c819..9b0b3615d12c 100644 --- a/gcc/config/s390/s390-d.h +++ b/gcc/config/s390/s390-d.h @@ -1,5 +1,5 @@ /* Definitions for the D front end on the IBM S/390 and zSeries architectures. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/config/s390/s390-modes.def b/gcc/config/s390/s390-modes.def index b419907960e0..f8975c961857 100644 --- a/gcc/config/s390/s390-modes.def +++ b/gcc/config/s390/s390-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/s390-opts.h b/gcc/config/s390/s390-opts.h index 4ef82ac5d348..4ee21901aa69 100644 --- a/gcc/config/s390/s390-opts.h +++ b/gcc/config/s390/s390-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for IBM S/390. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/s390-passes.def b/gcc/config/s390/s390-passes.def index be83d9da9b1c..fb1562582f15 100644 --- a/gcc/config/s390/s390-passes.def +++ b/gcc/config/s390/s390-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for S/390. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/s390-protos.h b/gcc/config/s390/s390-protos.h index 78117c36e030..67fe09e732da 100644 --- a/gcc/config/s390/s390-protos.h +++ b/gcc/config/s390/s390-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) diff --git a/gcc/config/s390/s390.cc b/gcc/config/s390/s390.cc index f5c75395cf38..42177c204f63 100644 --- a/gcc/config/s390/s390.cc +++ b/gcc/config/s390/s390.cc @@ -1,5 +1,5 @@ /* Subroutines used for code generation on IBM S/390 and zSeries - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com) and Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index be566215df24..e41ca23ab6a5 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index c89b15cf4f3c..0e56fbad44d2 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -1,5 +1,5 @@ ;;- Machine description for GNU compiler -- S/390 / zSeries version. -;; Copyright (C) 1999-2022 Free Software Foundation, Inc. +;; Copyright (C) 1999-2023 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com) and ;; Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt index c375b9c5f729..57d1b95bd65e 100644 --- a/gcc/config/s390/s390.opt +++ b/gcc/config/s390/s390.opt @@ -1,6 +1,6 @@ ; Options for the S/390 / zSeries port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/s390/s390intrin.h b/gcc/config/s390/s390intrin.h index 77fdd9a54088..04277a58733a 100644 --- a/gcc/config/s390/s390intrin.h +++ b/gcc/config/s390/s390intrin.h @@ -1,5 +1,5 @@ /* S/390 System z specific intrinsics - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/s390x.h b/gcc/config/s390/s390x.h index 83f0a5b4f2b3..f7c7b0b9f433 100644 --- a/gcc/config/s390/s390x.h +++ b/gcc/config/s390/s390x.h @@ -1,5 +1,5 @@ /* Definitions of target machine for IBM zSeries 64-bit - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/subst.md b/gcc/config/s390/subst.md index 1ab704305a86..4d9dbe53e85d 100644 --- a/gcc/config/s390/subst.md +++ b/gcc/config/s390/subst.md @@ -1,6 +1,6 @@ ;;- Machine description for GNU compiler -- S/390 / zSeries version. ;; Subst patterns. -;; Copyright (C) 2016-2022 Free Software Foundation, Inc. +;; Copyright (C) 2016-2023 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/t-s390 b/gcc/config/s390/t-s390 index 767df107cccf..828818bed2d4 100644 --- a/gcc/config/s390/t-s390 +++ b/gcc/config/s390/t-s390 @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022 Free Software Foundation, Inc. +# Copyright (C) 2015-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h index 26469cb33382..b4b9c3b59adf 100644 --- a/gcc/config/s390/tpf.h +++ b/gcc/config/s390/tpf.h @@ -1,5 +1,5 @@ /* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by P.J. Darcy (darcypj@us.ibm.com), Hartmut Penner (hpenner@de.ibm.com), and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/tpf.md b/gcc/config/s390/tpf.md index de52ecb10e05..d555139e9511 100644 --- a/gcc/config/s390/tpf.md +++ b/gcc/config/s390/tpf.md @@ -1,5 +1,5 @@ ;; S390 TPF-OS specific machine patterns -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/s390/tpf.opt b/gcc/config/s390/tpf.opt index 1469a368bdc0..6a7118511f2c 100644 --- a/gcc/config/s390/tpf.opt +++ b/gcc/config/s390/tpf.opt @@ -1,6 +1,6 @@ ; Options for the TPF-OS port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/s390/vecintrin.h b/gcc/config/s390/vecintrin.h index d74d4272c233..133492c5b19a 100644 --- a/gcc/config/s390/vecintrin.h +++ b/gcc/config/s390/vecintrin.h @@ -1,5 +1,5 @@ /* GNU compiler vector extension intrinsics - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md index dde74afc869e..08e0b68fbc5f 100644 --- a/gcc/config/s390/vector.md +++ b/gcc/config/s390/vector.md @@ -1,5 +1,5 @@ ;;- Instruction patterns for the System z vector facility -;; Copyright (C) 2015-2022 Free Software Foundation, Inc. +;; Copyright (C) 2015-2023 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/vx-builtins.md b/gcc/config/s390/vx-builtins.md index e4bb514556cb..f4248c55d4ec 100644 --- a/gcc/config/s390/vx-builtins.md +++ b/gcc/config/s390/vx-builtins.md @@ -1,5 +1,5 @@ ;;- Instruction patterns for the System z vector facility builtins. -;; Copyright (C) 2015-2022 Free Software Foundation, Inc. +;; Copyright (C) 2015-2023 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/sol2-c.cc b/gcc/config/sol2-c.cc index 331c2ba442d5..f2f3ae5f5bbe 100644 --- a/gcc/config/sol2-c.cc +++ b/gcc/config/sol2-c.cc @@ -1,5 +1,5 @@ /* Solaris support needed only by C/C++ frontends. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/sol2-cxx.cc b/gcc/config/sol2-cxx.cc index 4733498255f6..89a2e0edd130 100644 --- a/gcc/config/sol2-cxx.cc +++ b/gcc/config/sol2-cxx.cc @@ -1,5 +1,5 @@ /* C++ specific Solaris system support. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2-d.cc b/gcc/config/sol2-d.cc index cecb49cc8269..6bebbfaa0794 100644 --- a/gcc/config/sol2-d.cc +++ b/gcc/config/sol2-d.cc @@ -1,5 +1,5 @@ /* Solaris support needed only by D front-end. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/sol2-protos.h b/gcc/config/sol2-protos.h index 6307e137af78..7da80f1eea27 100644 --- a/gcc/config/sol2-protos.h +++ b/gcc/config/sol2-protos.h @@ -1,6 +1,6 @@ /* Operating system specific prototypes to be used when targeting GCC for any Solaris 2 system. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2-stubs.cc b/gcc/config/sol2-stubs.cc index 1bf21e95a248..35c6a372178f 100644 --- a/gcc/config/sol2-stubs.cc +++ b/gcc/config/sol2-stubs.cc @@ -1,5 +1,5 @@ /* Stubs for C++ specific Solaris system support. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.cc b/gcc/config/sol2.cc index da4d9b9743aa..78b780a41c08 100644 --- a/gcc/config/sol2.cc +++ b/gcc/config/sol2.cc @@ -1,5 +1,5 @@ /* General Solaris system support. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index fc7033082846..05dbaffa8eae 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for any Solaris 2 system. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.opt b/gcc/config/sol2.opt index e4be0cdd9c34..3a2f91e94358 100644 --- a/gcc/config/sol2.opt +++ b/gcc/config/sol2.opt @@ -1,6 +1,6 @@ ; Options for the Solaris 2 port of the compiler ; -; Copyright (C) 2010-2022 Free Software Foundation, Inc. +; Copyright (C) 2010-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 879539e9b87c..e22a579e9514 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2022 Free Software Foundation, Inc. +# Copyright (C) 2002-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-dragonfly b/gcc/config/t-dragonfly index a282579dbea7..b80587dd0d34 100644 --- a/gcc/config/t-dragonfly +++ b/gcc/config/t-dragonfly @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index 37049f71fc82..fb36685653ac 100644 --- a/gcc/config/t-freebsd +++ b/gcc/config/t-freebsd @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index f26c37a48ac1..e5ad7bf61771 100644 --- a/gcc/config/t-glibc +++ b/gcc/config/t-glibc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2022 Free Software Foundation, Inc. +# Copyright (C) 2012-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index 11be7fa96245..4556a387ce1a 100644 --- a/gcc/config/t-libunwind +++ b/gcc/config/t-libunwind @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2022 Free Software Foundation, Inc. +# Copyright (C) 2002-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 830b9871b837..03966d5ce968 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2022 Free Software Foundation, Inc. +# Copyright (C) 2002-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-lynx b/gcc/config/t-lynx index 506235ba8a1f..ecbb965b8636 100644 --- a/gcc/config/t-lynx +++ b/gcc/config/t-lynx @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2022 Free Software Foundation, Inc. +# Copyright (C) 2004-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index 77f850fed2af..1d9a8ce8c7b2 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 Free Software Foundation, Inc. +# Copyright (C) 2017-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-pnt16-warn b/gcc/config/t-pnt16-warn index 1727a82a069b..23e2dc293c69 100644 --- a/gcc/config/t-pnt16-warn +++ b/gcc/config/t-pnt16-warn @@ -1,5 +1,5 @@ # -Werror overrides for targets with 16 bit pointers -# Copyright (C) 2010-2022 Free Software Foundation, Inc. +# Copyright (C) 2010-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 8732e2e55a80..83d4c85fdeb9 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2022 Free Software Foundation, Inc. +# Copyright (C) 2004-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index dc97a4e0f302..164869a7bf01 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2022 Free Software Foundation, Inc. +# Copyright (C) 2002-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-winnt b/gcc/config/t-winnt index c44e9bfe8224..73ce48af12bc 100644 --- a/gcc/config/t-winnt +++ b/gcc/config/t-winnt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2022 Free Software Foundation, Inc. +# Copyright (C) 2013-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/usegas.h b/gcc/config/usegas.h index 5ed73df00533..480daaaa193a 100644 --- a/gcc/config/usegas.h +++ b/gcc/config/usegas.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2022 Free Software Foundation, Inc. +/* Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/constraints.md b/gcc/config/v850/constraints.md index 2f125f057145..53add4ed71de 100644 --- a/gcc/config/v850/constraints.md +++ b/gcc/config/v850/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for V850. -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/v850/predicates.md b/gcc/config/v850/predicates.md index f1c6c9630756..dfe0ef01e4d0 100644 --- a/gcc/config/v850/predicates.md +++ b/gcc/config/v850/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for NEC V850. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/v850/rtems.h b/gcc/config/v850/rtems.h index 96948b63f06b..fe6013a2c716 100644 --- a/gcc/config/v850/rtems.h +++ b/gcc/config/v850/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a v850 using ELF. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850 index 275ee8fccb34..c0762fbd8f75 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/v850/v850-c.cc b/gcc/config/v850/v850-c.cc index 09ec540ad7c9..55b783a5afc0 100644 --- a/gcc/config/v850/v850-c.cc +++ b/gcc/config/v850/v850-c.cc @@ -1,5 +1,5 @@ /* v850 specific, C compiler specific functions. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850-modes.def b/gcc/config/v850/v850-modes.def index 52dab5551f8f..d2fddf0eb78d 100644 --- a/gcc/config/v850/v850-modes.def +++ b/gcc/config/v850/v850-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. NEC V850 series - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by NEC EL This file is part of GCC. diff --git a/gcc/config/v850/v850-opts.h b/gcc/config/v850/v850-opts.h index 01f32b421ac4..ece75ea78a7c 100644 --- a/gcc/config/v850/v850-opts.h +++ b/gcc/config/v850/v850-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for NEC V850 series. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/v850-protos.h b/gcc/config/v850/v850-protos.h index 890552b20d99..e1a490878e6f 100644 --- a/gcc/config/v850/v850-protos.h +++ b/gcc/config/v850/v850-protos.h @@ -1,5 +1,5 @@ /* Prototypes for v850.cc functions used in the md file & elsewhere. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/v850.cc b/gcc/config/v850/v850.cc index c7d432990abb..7143a2e14829 100644 --- a/gcc/config/v850/v850.cc +++ b/gcc/config/v850/v850.cc @@ -1,5 +1,5 @@ /* Subroutines for insn-output.cc for NEC V850 series - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 328926eab1d9..80064c68f91a 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. NEC V850 series - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 6ca31e3f43f4..696afa8bb8ae 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -1,5 +1,5 @@ ;; GCC machine description for NEC V850 -;; Copyright (C) 1996-2022 Free Software Foundation, Inc. +;; Copyright (C) 1996-2023 Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). ;; This file is part of GCC. diff --git a/gcc/config/v850/v850.opt b/gcc/config/v850/v850.opt index 796db8261d2b..d4f2dacc81d3 100644 --- a/gcc/config/v850/v850.opt +++ b/gcc/config/v850/v850.opt @@ -1,6 +1,6 @@ ; Options for the NEC V850 port of the compiler. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/visium/constraints.md b/gcc/config/visium/constraints.md index d1a3f24a4fd8..da5d0f6926f7 100644 --- a/gcc/config/visium/constraints.md +++ b/gcc/config/visium/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Visium. -;; Copyright (C) 2006-2022 Free Software Foundation, Inc. +;; Copyright (C) 2006-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/elf.h b/gcc/config/visium/elf.h index cef60d4c648b..a5270c8ef017 100644 --- a/gcc/config/visium/elf.h +++ b/gcc/config/visium/elf.h @@ -1,5 +1,5 @@ /* ELF-specific defines for Visium. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/gr5.md b/gcc/config/visium/gr5.md index 2478217f9b6f..50e02e5141d0 100644 --- a/gcc/config/visium/gr5.md +++ b/gcc/config/visium/gr5.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR5. -;; Copyright (C) 2013-2022 Free Software Foundation, Inc. +;; Copyright (C) 2013-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/gr6.md b/gcc/config/visium/gr6.md index 9acc36045314..2f8ec4043053 100644 --- a/gcc/config/visium/gr6.md +++ b/gcc/config/visium/gr6.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR6. -;; Copyright (C) 2013-2022 Free Software Foundation, Inc. +;; Copyright (C) 2013-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/predicates.md b/gcc/config/visium/predicates.md index 63953770449a..e85015da214d 100644 --- a/gcc/config/visium/predicates.md +++ b/gcc/config/visium/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Visium. -;; Copyright (C) 2005-2022 Free Software Foundation, Inc. +;; Copyright (C) 2005-2023 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/t-visium b/gcc/config/visium/t-visium index 85e243f40764..af414a730483 100644 --- a/gcc/config/visium/t-visium +++ b/gcc/config/visium/t-visium @@ -1,6 +1,6 @@ # General rules that all visium/ targets must have. -# Copyright (C) 2012-2022 Free Software Foundation, Inc. +# Copyright (C) 2012-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/visium/visium-modes.def b/gcc/config/visium/visium-modes.def index ce8762e4567d..e8f4e8fb9dff 100644 --- a/gcc/config/visium/visium-modes.def +++ b/gcc/config/visium/visium-modes.def @@ -1,5 +1,5 @@ /* Machine description for Visium. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/visium-opts.h b/gcc/config/visium/visium-opts.h index d585d62507ec..e163c26d0f4e 100644 --- a/gcc/config/visium/visium-opts.h +++ b/gcc/config/visium/visium-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Visium. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/visium-passes.def b/gcc/config/visium/visium-passes.def index 90f3fa6eaa14..63c096977dbf 100644 --- a/gcc/config/visium/visium-passes.def +++ b/gcc/config/visium/visium-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for Visium. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/visium-protos.h b/gcc/config/visium/visium-protos.h index 687ddd62a241..ebc0bc200db2 100644 --- a/gcc/config/visium/visium-protos.h +++ b/gcc/config/visium/visium-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for Visium. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by C.Nettleton,J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.cc b/gcc/config/visium/visium.cc index e7d15960fc7c..ec4c2e9ae5cb 100644 --- a/gcc/config/visium/visium.cc +++ b/gcc/config/visium/visium.cc @@ -1,5 +1,5 @@ /* Output routines for Visium. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by C.Nettleton, J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.h b/gcc/config/visium/visium.h index d7de116f445b..4b78611de62e 100644 --- a/gcc/config/visium/visium.h +++ b/gcc/config/visium/visium.h @@ -1,5 +1,5 @@ /* Definitions of target machine for Visium. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by C.Nettleton, J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.md b/gcc/config/visium/visium.md index 89391996e2c4..f45ed2a701be 100644 --- a/gcc/config/visium/visium.md +++ b/gcc/config/visium/visium.md @@ -1,5 +1,5 @@ ;; Machine description for Visium. -;; Copyright (C) 2002-2022 Free Software Foundation, Inc. +;; Copyright (C) 2002-2023 Free Software Foundation, Inc. ;; Contributed by C.Nettleton, J.P.Parkes and P.Garbett. ;; This file is part of GCC. diff --git a/gcc/config/visium/visium.opt b/gcc/config/visium/visium.opt index 8d835814b9b5..f92f65653854 100644 --- a/gcc/config/visium/visium.opt +++ b/gcc/config/visium/visium.opt @@ -1,5 +1,5 @@ ; Options for Visium. -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/make-crtlmap.awk b/gcc/config/vms/make-crtlmap.awk index 7086a37eeb72..8f98842c6f54 100644 --- a/gcc/config/vms/make-crtlmap.awk +++ b/gcc/config/vms/make-crtlmap.awk @@ -1,5 +1,5 @@ # Generate the VMS crtl map -# Copyright (C) 2011-2022 Free Software Foundation, Inc. +# Copyright (C) 2011-2023 Free Software Foundation, Inc. BEGIN { is_first = 1; diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index f099b48b82df..b77239abe54e 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2022 Free Software Foundation, Inc. +# Copyright (C) 2009-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/t-vmsnative b/gcc/config/vms/t-vmsnative index e018f7a0458b..dd13010d51cf 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2022 Free Software Foundation, Inc. +# Copyright (C) 2010-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/vms-ar.c b/gcc/config/vms/vms-ar.c index cebc89189f44..48e81f277308 100644 --- a/gcc/config/vms/vms-ar.c +++ b/gcc/config/vms/vms-ar.c @@ -1,5 +1,5 @@ /* VMS archive wrapper. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by AdaCore. This file is part of GCC. diff --git a/gcc/config/vms/vms-c.cc b/gcc/config/vms/vms-c.cc index ccf6d5fe3b67..a765383e2215 100644 --- a/gcc/config/vms/vms-c.cc +++ b/gcc/config/vms/vms-c.cc @@ -1,5 +1,5 @@ /* VMS specific, C compiler specific functions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Tristan Gingold (gingold@adacore.com). This file is part of GCC. diff --git a/gcc/config/vms/vms-f.cc b/gcc/config/vms/vms-f.cc index 4f71c7d59dcd..74654428f560 100644 --- a/gcc/config/vms/vms-f.cc +++ b/gcc/config/vms/vms-f.cc @@ -1,5 +1,5 @@ /* VMS support needed only by Fortran frontends. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-ld.c b/gcc/config/vms/vms-ld.c index 045301171ad4..892eafa68c40 100644 --- a/gcc/config/vms/vms-ld.c +++ b/gcc/config/vms/vms-ld.c @@ -1,5 +1,5 @@ /* VMS linker wrapper. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by AdaCore This file is part of GCC. diff --git a/gcc/config/vms/vms-opts.h b/gcc/config/vms/vms-opts.h index 477ad9b06004..728ba45c21c5 100644 --- a/gcc/config/vms/vms-opts.h +++ b/gcc/config/vms/vms-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for OpenVMS. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h index b47aa83d8867..9107f1cdad3a 100644 --- a/gcc/config/vms/vms-protos.h +++ b/gcc/config/vms/vms-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for VMS. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-stdint.h b/gcc/config/vms/vms-stdint.h index ddf6c53ec9ba..75de6c2a6a83 100644 --- a/gcc/config/vms/vms-stdint.h +++ b/gcc/config/vms/vms-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on VMS systems. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms.cc b/gcc/config/vms/vms.cc index d0d44bad2ce0..4b86d94fb735 100644 --- a/gcc/config/vms/vms.cc +++ b/gcc/config/vms/vms.cc @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. 32bit VMS version. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.h b/gcc/config/vms/vms.h index 847624aaa931..e3a700ab61a7 100644 --- a/gcc/config/vms/vms.h +++ b/gcc/config/vms/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. VMS common version. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index 3e2c26bdf23c..d0e54573e81d 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2009-2022 Free Software Foundation, Inc. +; Copyright (C) 2009-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/x-vms b/gcc/config/vms/x-vms index 7545f5fc4607..757e1393e524 100644 --- a/gcc/config/vms/x-vms +++ b/gcc/config/vms/x-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2022 Free Software Foundation, Inc. +# Copyright (C) 2001-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/xm-vms.h b/gcc/config/vms/xm-vms.h index 2f1c4bec2e37..30fa6cbf05f0 100644 --- a/gcc/config/vms/xm-vms.h +++ b/gcc/config/vms/xm-vms.h @@ -1,6 +1,6 @@ /* Configuration for GCC for hosting on VMS using a Unix style C library. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index bf5823af6bf3..83580d0dec28 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -1,5 +1,5 @@ /* Target-independent configuration for VxWorks and VxWorks AE. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/vxworks-c.cc b/gcc/config/vxworks-c.cc index 81336eb447b7..b02ffb9aaeff 100644 --- a/gcc/config/vxworks-c.cc +++ b/gcc/config/vxworks-c.cc @@ -1,5 +1,5 @@ /* C-family target hooks initializer for VxWorks targets. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks-driver.cc b/gcc/config/vxworks-driver.cc index da5f015f1de7..d7732d7edb69 100644 --- a/gcc/config/vxworks-driver.cc +++ b/gcc/config/vxworks-driver.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 Free Software Foundation, Inc. +/* Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks-dummy.h b/gcc/config/vxworks-dummy.h index 6d78d9be6f6e..53704a5eceb4 100644 --- a/gcc/config/vxworks-dummy.h +++ b/gcc/config/vxworks-dummy.h @@ -1,5 +1,5 @@ /* Dummy definitions of VxWorks-related macros - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks-stdint.h b/gcc/config/vxworks-stdint.h index f62fce8d8058..b6c48baf1684 100644 --- a/gcc/config/vxworks-stdint.h +++ b/gcc/config/vxworks-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using VxWorks. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks.cc b/gcc/config/vxworks.cc index f0c0df29367d..2246ecc73014 100644 --- a/gcc/config/vxworks.cc +++ b/gcc/config/vxworks.cc @@ -1,5 +1,5 @@ /* Common VxWorks target definitions for GNU compiler. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index e7e5ffe99994..d3b6fcf135ee 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -1,5 +1,5 @@ /* Common VxWorks target definitions for GNU compiler. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Wind River Systems. Rewritten by CodeSourcery, LLC. diff --git a/gcc/config/vxworks.opt b/gcc/config/vxworks.opt index 384603ce05f2..6811226a191d 100644 --- a/gcc/config/vxworks.opt +++ b/gcc/config/vxworks.opt @@ -1,6 +1,6 @@ ; Processor-independent options for VxWorks. ; -; Copyright (C) 2005-2022 Free Software Foundation, Inc. +; Copyright (C) 2005-2023 Free Software Foundation, Inc. ; Contributed by CodeSourcery, LLC. ; ; This file is part of GCC. diff --git a/gcc/config/vxworksae.h b/gcc/config/vxworksae.h index 0cc45467ab83..9e8f28e49113 100644 --- a/gcc/config/vxworksae.h +++ b/gcc/config/vxworksae.h @@ -1,5 +1,5 @@ /* Common VxWorks AE target definitions for GNU compiler. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/winnt-c.cc b/gcc/config/winnt-c.cc index 10329defba9c..744cf2a4d9ea 100644 --- a/gcc/config/winnt-c.cc +++ b/gcc/config/winnt-c.cc @@ -1,5 +1,5 @@ /* Default C-family target hooks initializer. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/configure.ac b/gcc/configure.ac index 92a0f15ab740..62bc908b991f 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1,7 +1,7 @@ # configure.ac for GCC # Process this file with autoconf to generate a configuration script. -# Copyright (C) 1997-2022 Free Software Foundation, Inc. +# Copyright (C) 1997-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/context.cc b/gcc/context.cc index 401c2f3ae24a..f97801313352 100644 --- a/gcc/context.cc +++ b/gcc/context.cc @@ -1,5 +1,5 @@ /* context.cc - Holder for global state - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/context.h b/gcc/context.h index 00c01fedc58c..ad921f2eba34 100644 --- a/gcc/context.h +++ b/gcc/context.h @@ -1,5 +1,5 @@ /* context.h - Holder for global state - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.cc b/gcc/convert.cc index 25cc3ff3bd1b..a882c67d7c13 100644 --- a/gcc/convert.cc +++ b/gcc/convert.cc @@ -1,5 +1,5 @@ /* Utility routines for data type conversion for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.h b/gcc/convert.h index 323b4af6f722..5351e820d93f 100644 --- a/gcc/convert.h +++ b/gcc/convert.h @@ -1,5 +1,5 @@ /* Definition of functions in convert.cc. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coretypes.h b/gcc/coretypes.h index 08b9ac9094ce..ca8837cef67c 100644 --- a/gcc/coretypes.h +++ b/gcc/coretypes.h @@ -1,5 +1,5 @@ /* GCC core type declarations. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coroutine-builtins.def b/gcc/coroutine-builtins.def index feecdb5ad351..6ba10b1cf95b 100644 --- a/gcc/coroutine-builtins.def +++ b/gcc/coroutine-builtins.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the coroutines builtins used in GCC. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by Iain Sandoe under contract to Facebook. diff --git a/gcc/coroutine-passes.cc b/gcc/coroutine-passes.cc index 21ac94698052..0e9bb15062c4 100644 --- a/gcc/coroutine-passes.cc +++ b/gcc/coroutine-passes.cc @@ -1,6 +1,6 @@ /* coroutine expansion and optimisation passes. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by Iain Sandoe under contract to Facebook. diff --git a/gcc/coverage.cc b/gcc/coverage.cc index 8ece5db680e6..7ed3a5d4cebf 100644 --- a/gcc/coverage.cc +++ b/gcc/coverage.cc @@ -1,5 +1,5 @@ /* Read and write coverage files, and associated functionality. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/coverage.h b/gcc/coverage.h index 0ac046c88d5f..504a235487c5 100644 --- a/gcc/coverage.h +++ b/gcc/coverage.h @@ -1,5 +1,5 @@ /* coverage.h - Defines data exported from coverage.cc - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.cc b/gcc/cppbuiltin.cc index 8c918bee54a6..cb170e005ba1 100644 --- a/gcc/cppbuiltin.cc +++ b/gcc/cppbuiltin.cc @@ -1,5 +1,5 @@ /* Define builtin-in macros for all front ends that perform preprocessing - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.h b/gcc/cppbuiltin.h index e84bcc66e08b..84daf5a97d2d 100644 --- a/gcc/cppbuiltin.h +++ b/gcc/cppbuiltin.h @@ -1,5 +1,5 @@ /* Define builtin-in macros for all front ends that perform preprocessing - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppdefault.cc b/gcc/cppdefault.cc index 7d8f9a532317..141bb4d25f63 100644 --- a/gcc/cppdefault.cc +++ b/gcc/cppdefault.cc @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h index fb97c0b5814f..e26b424e99c2 100644 --- a/gcc/cppdefault.h +++ b/gcc/cppdefault.h @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/gcc/cprop.cc b/gcc/cprop.cc index 580f811545d6..5b203ecff20b 100644 --- a/gcc/cprop.cc +++ b/gcc/cprop.cc @@ -1,5 +1,5 @@ /* Global constant/copy propagation for RTL. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cse.cc b/gcc/cse.cc index b030f06ade79..8fbda4ecc867 100644 --- a/gcc/cse.cc +++ b/gcc/cse.cc @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.cc b/gcc/cselib.cc index 2abc763a3f8e..4a9b8d9d48d7 100644 --- a/gcc/cselib.cc +++ b/gcc/cselib.cc @@ -1,5 +1,5 @@ /* Common subexpression elimination library for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.h b/gcc/cselib.h index b0905053ea58..12e54a43d21d 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ctfc.cc b/gcc/ctfc.cc index 11ec1f9c6470..ee569b12ac65 100644 --- a/gcc/ctfc.cc +++ b/gcc/ctfc.cc @@ -1,5 +1,5 @@ /* Generate CTF. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ctfc.h b/gcc/ctfc.h index 48c381a008d6..bf1841a7fcb7 100644 --- a/gcc/ctfc.h +++ b/gcc/ctfc.h @@ -1,5 +1,5 @@ /* ctfc.h - Declarations and definitions related to the CTF container. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ctfout.cc b/gcc/ctfout.cc index 3cf89b94f993..9b32b64a8c3a 100644 --- a/gcc/ctfout.cc +++ b/gcc/ctfout.cc @@ -1,5 +1,5 @@ /* Output CTF format from GCC. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/data-streamer-in.cc b/gcc/data-streamer-in.cc index 1d1df3a5ef13..8ebcac434795 100644 --- a/gcc/data-streamer-in.cc +++ b/gcc/data-streamer-in.cc @@ -1,7 +1,7 @@ /* Routines for restoring various data types from a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer-out.cc b/gcc/data-streamer-out.cc index bf46165e9169..cd25745b8dc7 100644 --- a/gcc/data-streamer-out.cc +++ b/gcc/data-streamer-out.cc @@ -1,7 +1,7 @@ /* Routines for saving various data types to a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer.cc b/gcc/data-streamer.cc index 2b4214d6b5c6..d4b663ba6df0 100644 --- a/gcc/data-streamer.cc +++ b/gcc/data-streamer.cc @@ -1,6 +1,6 @@ /* Generic streaming support for basic data types. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer.h b/gcc/data-streamer.h index df01d004965e..c91c5ab75e8c 100644 --- a/gcc/data-streamer.h +++ b/gcc/data-streamer.h @@ -1,6 +1,6 @@ /* Generic streaming support for various data types. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/dbgcnt.cc b/gcc/dbgcnt.cc index 11a8171d9433..c1cb69108588 100644 --- a/gcc/dbgcnt.cc +++ b/gcc/dbgcnt.cc @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.def b/gcc/dbgcnt.def index 365d5cbc6b85..9e2f1d857b49 100644 --- a/gcc/dbgcnt.def +++ b/gcc/dbgcnt.def @@ -1,5 +1,5 @@ /* This file contains the list of the debug counter for GCC. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.h b/gcc/dbgcnt.h index 39873ff60804..3ff43fcb6643 100644 --- a/gcc/dbgcnt.h +++ b/gcc/dbgcnt.h @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.cc b/gcc/dce.cc index 64aa0aa471d6..fd468b754088 100644 --- a/gcc/dce.cc +++ b/gcc/dce.cc @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.h b/gcc/dce.h index 90af30175f09..2f1602ab047f 100644 --- a/gcc/dce.h +++ b/gcc/dce.h @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ddg.cc b/gcc/ddg.cc index 6069b0c86308..12b834637706 100644 --- a/gcc/ddg.cc +++ b/gcc/ddg.cc @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph implementation. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/ddg.h b/gcc/ddg.h index 1048ea235874..0583fa1387c7 100644 --- a/gcc/ddg.h +++ b/gcc/ddg.h @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph - interface. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/debug.cc b/gcc/debug.cc index 270a2a459ca7..b23f723da09f 100644 --- a/gcc/debug.cc +++ b/gcc/debug.cc @@ -1,5 +1,5 @@ /* Do-nothing debug hooks for GCC. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/debug.h b/gcc/debug.h index fe85115d5f30..799d5e316a26 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -1,5 +1,5 @@ /* Debug hooks for GCC. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/defaults.h b/gcc/defaults.h index 376687d91b13..dc6f09cacae8 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1,5 +1,5 @@ /* Definitions of various defaults for tm.h macros. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com) This file is part of GCC. diff --git a/gcc/df-core.cc b/gcc/df-core.cc index b53464ccfde8..e5ae9ab93489 100644 --- a/gcc/df-core.cc +++ b/gcc/df-core.cc @@ -1,5 +1,5 @@ /* Allocation for dataflow support routines. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df-problems.cc b/gcc/df-problems.cc index 238424ceac8a..d2cfaf7f50f6 100644 --- a/gcc/df-problems.cc +++ b/gcc/df-problems.cc @@ -1,5 +1,5 @@ /* Standard problems for dataflow support routines. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df-scan.cc b/gcc/df-scan.cc index 1a41e6d3e1cc..9515740728c3 100644 --- a/gcc/df-scan.cc +++ b/gcc/df-scan.cc @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df.h b/gcc/df.h index 71e249ad20a5..b2d1300f6d43 100644 --- a/gcc/df.h +++ b/gcc/df.h @@ -1,6 +1,6 @@ /* Form lists of pseudo register references for autoinc optimization for GNU compiler. This is part of flow optimization. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/dfp.cc b/gcc/dfp.cc index 084ceb70a7d2..3c7f787feba7 100644 --- a/gcc/dfp.cc +++ b/gcc/dfp.cc @@ -1,5 +1,5 @@ /* Decimal floating point support. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dfp.h b/gcc/dfp.h index 15667dd376c6..fc20340550a8 100644 --- a/gcc/dfp.h +++ b/gcc/dfp.h @@ -1,5 +1,5 @@ /* Decimal floating point support functions for GNU compiler. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-client-data-hooks.h b/gcc/diagnostic-client-data-hooks.h index ba78546abebf..5f8b9a25294a 100644 --- a/gcc/diagnostic-client-data-hooks.h +++ b/gcc/diagnostic-client-data-hooks.h @@ -1,5 +1,5 @@ /* Additional metadata about a client for a diagnostic context. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/diagnostic-color.cc b/gcc/diagnostic-color.cc index 95047d78c2e6..532f31926cfe 100644 --- a/gcc/diagnostic-color.cc +++ b/gcc/diagnostic-color.cc @@ -1,5 +1,5 @@ /* Output colorization. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/diagnostic-color.h b/gcc/diagnostic-color.h index f0b50c5d40bf..213fd5ab4f2d 100644 --- a/gcc/diagnostic-color.h +++ b/gcc/diagnostic-color.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2022 Free Software Foundation, Inc. +/* Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez This file is part of GCC. @@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see /* Based on code from: */ /* grep.c - main driver file for grep. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/diagnostic-core.h b/gcc/diagnostic-core.h index 286954ac2f82..7334c79e8e6a 100644 --- a/gcc/diagnostic-core.h +++ b/gcc/diagnostic-core.h @@ -1,7 +1,7 @@ /* Declarations of core diagnostic functionality for code that does not need to deal with diagnostic contexts or diagnostic info structures. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-event-id.h b/gcc/diagnostic-event-id.h index 35c6697ba908..84f4b65611e6 100644 --- a/gcc/diagnostic-event-id.h +++ b/gcc/diagnostic-event-id.h @@ -1,5 +1,5 @@ /* A class for referring to events within a diagnostic_path. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/diagnostic-format-json.cc b/gcc/diagnostic-format-json.cc index baadc4b27c9c..694dddca9e8c 100644 --- a/gcc/diagnostic-format-json.cc +++ b/gcc/diagnostic-format-json.cc @@ -1,5 +1,5 @@ /* JSON output for diagnostics - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/diagnostic-format-sarif.cc b/gcc/diagnostic-format-sarif.cc index 7110db4edd6d..f8fdd586ff02 100644 --- a/gcc/diagnostic-format-sarif.cc +++ b/gcc/diagnostic-format-sarif.cc @@ -1,5 +1,5 @@ /* SARIF output for diagnostics - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/diagnostic-metadata.h b/gcc/diagnostic-metadata.h index 80017d35fa9d..8e06c89d74a4 100644 --- a/gcc/diagnostic-metadata.h +++ b/gcc/diagnostic-metadata.h @@ -1,5 +1,5 @@ /* Additional metadata for a diagnostic. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/diagnostic-path.h b/gcc/diagnostic-path.h index aa5cda8c23a8..9d9d6296eb06 100644 --- a/gcc/diagnostic-path.h +++ b/gcc/diagnostic-path.h @@ -1,5 +1,5 @@ /* Paths through the code associated with a diagnostic. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/diagnostic-show-locus.cc b/gcc/diagnostic-show-locus.cc index 9d430b5189cd..301102779b98 100644 --- a/gcc/diagnostic-show-locus.cc +++ b/gcc/diagnostic-show-locus.cc @@ -1,5 +1,5 @@ /* Diagnostic subroutines for printing source-code - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/diagnostic-spec.cc b/gcc/diagnostic-spec.cc index 7a03fc493e6b..916606ca4030 100644 --- a/gcc/diagnostic-spec.cc +++ b/gcc/diagnostic-spec.cc @@ -1,6 +1,6 @@ /* Functions to enable and disable individual warnings on an expression and statement basis. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Martin Sebor This file is part of GCC. diff --git a/gcc/diagnostic-spec.h b/gcc/diagnostic-spec.h index e5f1c127d4fc..5632689506ae 100644 --- a/gcc/diagnostic-spec.h +++ b/gcc/diagnostic-spec.h @@ -1,6 +1,6 @@ /* Language-independent APIs to enable/disable per-location warnings. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Martin Sebor This file is part of GCC. diff --git a/gcc/diagnostic-url.h b/gcc/diagnostic-url.h index f349f9ef60bf..93f0a69aa4ad 100644 --- a/gcc/diagnostic-url.h +++ b/gcc/diagnostic-url.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2022 Free Software Foundation, Inc. +/* Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/diagnostic.cc b/gcc/diagnostic.cc index 322515b32428..c90c14e993e9 100644 --- a/gcc/diagnostic.cc +++ b/gcc/diagnostic.cc @@ -1,5 +1,5 @@ /* Language-independent diagnostic subroutines for the GNU Compiler Collection - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/diagnostic.def b/gcc/diagnostic.def index 502081159e60..813b8daa4cc2 100644 --- a/gcc/diagnostic.def +++ b/gcc/diagnostic.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2022 Free Software Foundation, Inc. +/* Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index ae6f2dfb7f43..e20f6edfc811 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -1,5 +1,5 @@ /* Various declarations for language-independent diagnostics subroutines. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/digraph.cc b/gcc/digraph.cc index 6a1cb1bfe441..0592cebaf3c7 100644 --- a/gcc/digraph.cc +++ b/gcc/digraph.cc @@ -1,5 +1,5 @@ /* Template classes for directed graphs. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/digraph.h b/gcc/digraph.h index df1b8709febe..c880739eeeb5 100644 --- a/gcc/digraph.h +++ b/gcc/digraph.h @@ -1,5 +1,5 @@ /* Template classes for directed graphs. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/dojump.cc b/gcc/dojump.cc index 190324f36f1a..564343e821e3 100644 --- a/gcc/dojump.cc +++ b/gcc/dojump.cc @@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dojump.h b/gcc/dojump.h index d1d79c490c42..5217a9af6aa6 100644 --- a/gcc/dojump.h +++ b/gcc/dojump.h @@ -1,5 +1,5 @@ /* Export function prototypes from dojump.cc. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dominance.cc b/gcc/dominance.cc index 09d12d0f6188..13d5498443b6 100644 --- a/gcc/dominance.cc +++ b/gcc/dominance.cc @@ -1,5 +1,5 @@ /* Calculate (post)dominators in slightly super-linear time. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Michael Matz (matz@ifh.de). This file is part of GCC. diff --git a/gcc/dominance.h b/gcc/dominance.h index 5dea8005fbc5..abdcf76e6f24 100644 --- a/gcc/dominance.h +++ b/gcc/dominance.h @@ -1,5 +1,5 @@ /* Calculate (post)dominators header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/domwalk.cc b/gcc/domwalk.cc index e36e9eb8b552..17162e9edd7c 100644 --- a/gcc/domwalk.cc +++ b/gcc/domwalk.cc @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/domwalk.h b/gcc/domwalk.h index b71d29400ad6..d518d08d7cb1 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/double-int.cc b/gcc/double-int.cc index 9b0ce09b9eae..0212d137ce78 100644 --- a/gcc/double-int.cc +++ b/gcc/double-int.cc @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/double-int.h b/gcc/double-int.h index 8f865959cb1d..41abe847bc5a 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dse.cc b/gcc/dse.cc index 0f7b0fb97967..a2db8d1cc32f 100644 --- a/gcc/dse.cc +++ b/gcc/dse.cc @@ -1,5 +1,5 @@ /* RTL dead store elimination. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Richard Sandiford and Kenneth Zadeck diff --git a/gcc/dump-context.h b/gcc/dump-context.h index 818b26e0da8d..c9aeac176797 100644 --- a/gcc/dump-context.h +++ b/gcc/dump-context.h @@ -1,5 +1,5 @@ /* Support code for handling the various dump_* calls in dumpfile.h - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/dumpfile.cc b/gcc/dumpfile.cc index ac79aa09245e..51f68c8c6b40 100644 --- a/gcc/dumpfile.cc +++ b/gcc/dumpfile.cc @@ -1,5 +1,5 @@ /* Dump infrastructure for optimizations and intermediate representation. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index b2219c55f154..5b97c5ca8b59 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -1,5 +1,5 @@ /* Definitions for the shared dumpfile. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.cc b/gcc/dwarf2asm.cc index 274f574f25ef..65b95fee243f 100644 --- a/gcc/dwarf2asm.cc +++ b/gcc/dwarf2asm.cc @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index 871a77b4998e..37a0a05e5bb1 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2cfi.cc b/gcc/dwarf2cfi.cc index bef3165e691e..1c70bd83f28e 100644 --- a/gcc/dwarf2cfi.cc +++ b/gcc/dwarf2cfi.cc @@ -1,5 +1,5 @@ /* Dwarf2 Call Frame Information helper routines. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2ctf.cc b/gcc/dwarf2ctf.cc index 748dd0cd8af4..b2945713036a 100644 --- a/gcc/dwarf2ctf.cc +++ b/gcc/dwarf2ctf.cc @@ -1,5 +1,5 @@ /* Generate CTF types and objects from the GCC DWARF. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2ctf.h b/gcc/dwarf2ctf.h index ae917ac810e7..a5f645a211f7 100644 --- a/gcc/dwarf2ctf.h +++ b/gcc/dwarf2ctf.h @@ -1,5 +1,5 @@ /* dwarf2ctf.h - DWARF interface for CTF/BTF generation. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc index dce3f05fce70..1f39df3b1e25 100644 --- a/gcc/dwarf2out.cc +++ b/gcc/dwarf2out.cc @@ -1,5 +1,5 @@ /* Output Dwarf2 format symbol table information from GCC. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Gary Funck (gary@intrepid.com). Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com). Extensively modified by Jason Merrill (jason@cygnus.com). diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 656ef94afde0..870b56a6a372 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -1,5 +1,5 @@ /* dwarf2out.h - Various declarations for functions found in dwarf2out.cc - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/early-remat.cc b/gcc/early-remat.cc index 5c368293c35e..b76771eaf0d8 100644 --- a/gcc/early-remat.cc +++ b/gcc/early-remat.cc @@ -1,5 +1,5 @@ /* Early (pre-RA) rematerialization - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.cc b/gcc/edit-context.cc index 6879ddd41b49..6f5bc6b9d8f4 100644 --- a/gcc/edit-context.cc +++ b/gcc/edit-context.cc @@ -1,5 +1,5 @@ /* Determining the results of applying fix-it hints. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.h b/gcc/edit-context.h index 383c181ccac0..f2e69a664d6d 100644 --- a/gcc/edit-context.h +++ b/gcc/edit-context.h @@ -1,5 +1,5 @@ /* Determining the results of applying fix-it hints. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.cc b/gcc/emit-rtl.cc index f25fb70ab974..a11f72f606b3 100644 --- a/gcc/emit-rtl.cc +++ b/gcc/emit-rtl.cc @@ -1,5 +1,5 @@ /* Emit RTL for the GCC expander. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index 7a58fedb97a1..483e0bb96ee9 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -1,5 +1,5 @@ /* Exported functions from emit-rtl.cc - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.cc b/gcc/errors.cc index 766e12e6059d..1a7e3afd17ca 100644 --- a/gcc/errors.cc +++ b/gcc/errors.cc @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.h b/gcc/errors.h index 994d9c20b47b..a621bb4e040c 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/escaped_string.h b/gcc/escaped_string.h index fd9a6fc29c3b..f1c0d7e7506a 100644 --- a/gcc/escaped_string.h +++ b/gcc/escaped_string.h @@ -1,5 +1,5 @@ /* Shared escaped string class. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/et-forest.cc b/gcc/et-forest.cc index ebdcccb9f1d9..9dc1d4e2fa5e 100644 --- a/gcc/et-forest.cc +++ b/gcc/et-forest.cc @@ -1,6 +1,6 @@ /* ET-trees data structure implementation. Contributed by Pavel Nejedly - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/gcc/et-forest.h b/gcc/et-forest.h index 5dafea383fd9..157b6af779fa 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -1,5 +1,5 @@ /* Et-forest data structure implementation. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/except.cc b/gcc/except.cc index 57064cf25339..e728aa43b6a2 100644 --- a/gcc/except.cc +++ b/gcc/except.cc @@ -1,5 +1,5 @@ /* Implements exception handling. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. diff --git a/gcc/except.h b/gcc/except.h index b7fd0f419be6..2b5c9feb7058 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -1,5 +1,5 @@ /* Exception Handling interface routines. - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. diff --git a/gcc/exec-tool.in b/gcc/exec-tool.in index cf7222745fb5..bddf46ab70a0 100644 --- a/gcc/exec-tool.in +++ b/gcc/exec-tool.in @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2007-2022 Free Software Foundation, Inc. +# Copyright (C) 2007-2023 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/explow.cc b/gcc/explow.cc index 568e0eb1a158..83439b32abe1 100644 --- a/gcc/explow.cc +++ b/gcc/explow.cc @@ -1,5 +1,5 @@ /* Subroutines for manipulating rtx's in semantically interesting ways. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/explow.h b/gcc/explow.h index 2b9f7e432152..2db4f5c0de0e 100644 --- a/gcc/explow.h +++ b/gcc/explow.h @@ -1,5 +1,5 @@ /* Export function prototypes from explow.cc. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.cc b/gcc/expmed.cc index b12b0e000c21..917360199ca5 100644 --- a/gcc/expmed.cc +++ b/gcc/expmed.cc @@ -1,6 +1,6 @@ /* Medium-level subroutines: convert bit-field store and extract and shifts, multiplies and divides to rtl instructions. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.h b/gcc/expmed.h index 98fc5b7750d2..0419e2dac858 100644 --- a/gcc/expmed.h +++ b/gcc/expmed.h @@ -1,5 +1,5 @@ /* Target-dependent costs for expmed.cc. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.cc b/gcc/expr.cc index d9407432ea5d..372ad3439a8a 100644 --- a/gcc/expr.cc +++ b/gcc/expr.cc @@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.h b/gcc/expr.h index 08b59b8d869a..e3ba9eb53700 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fibonacci_heap.cc b/gcc/fibonacci_heap.cc index f4b52d6e3afb..9b336a36e6cf 100644 --- a/gcc/fibonacci_heap.cc +++ b/gcc/fibonacci_heap.cc @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/fibonacci_heap.h b/gcc/fibonacci_heap.h index e7dfba94cdb7..17c360ef270a 100644 --- a/gcc/fibonacci_heap.h +++ b/gcc/fibonacci_heap.h @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). Re-implemented in C++ by Martin Liska diff --git a/gcc/file-find.cc b/gcc/file-find.cc index f4caea50d474..d747b644ee7e 100644 --- a/gcc/file-find.cc +++ b/gcc/file-find.cc @@ -1,5 +1,5 @@ /* Utility functions for finding files relative to GCC binaries. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/file-find.h b/gcc/file-find.h index 54a276c72717..95f2b3b28227 100644 --- a/gcc/file-find.h +++ b/gcc/file-find.h @@ -1,6 +1,6 @@ /* Prototypes and data structures used for implementing functions for finding files relative to GCC binaries. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/file-prefix-map.cc b/gcc/file-prefix-map.cc index 40b10edcf928..795756ccc881 100644 --- a/gcc/file-prefix-map.cc +++ b/gcc/file-prefix-map.cc @@ -1,5 +1,5 @@ /* Implementation of file prefix remapping support (-f*-prefix-map options). - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/file-prefix-map.h b/gcc/file-prefix-map.h index d9758409698d..73b48abe2e27 100644 --- a/gcc/file-prefix-map.h +++ b/gcc/file-prefix-map.h @@ -1,5 +1,5 @@ /* Declarations for file prefix remapping support (-f*-prefix-map options). - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/final.cc b/gcc/final.cc index eea572238f60..e614491a69a2 100644 --- a/gcc/final.cc +++ b/gcc/final.cc @@ -1,5 +1,5 @@ /* Convert RTL to assembler code and output it, for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.cc b/gcc/fixed-value.cc index 655edd338392..94bf41d7e7e3 100644 --- a/gcc/fixed-value.cc +++ b/gcc/fixed-value.cc @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.h b/gcc/fixed-value.h index 722b26ce50d4..f16e41a32fa1 100644 --- a/gcc/fixed-value.h +++ b/gcc/fixed-value.h @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flag-types.h b/gcc/flag-types.h index 60dff0a38e94..78dbdbe90dd2 100644 --- a/gcc/flag-types.h +++ b/gcc/flag-types.h @@ -1,5 +1,5 @@ /* Compilation switch flag type definitions for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flags.h b/gcc/flags.h index f679f006fff1..e4bafa310d62 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -1,5 +1,5 @@ /* Compilation switch flag definitions for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const-call.cc b/gcc/fold-const-call.cc index 8ceed8f02f97..43819c1f9843 100644 --- a/gcc/fold-const-call.cc +++ b/gcc/fold-const-call.cc @@ -1,5 +1,5 @@ /* Constant folding for calls to built-in and internal functions. - Copyright (C) 1988-2022 Free Software Foundation, Inc. + Copyright (C) 1988-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const-call.h b/gcc/fold-const-call.h index becd5a1c0fd2..ccb8f6db9f81 100644 --- a/gcc/fold-const-call.h +++ b/gcc/fold-const-call.h @@ -1,5 +1,5 @@ /* Fold calls to built-in and internal functions with constant arguments. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.cc b/gcc/fold-const.cc index d4ee3b309834..9ab76fb1079a 100644 --- a/gcc/fold-const.cc +++ b/gcc/fold-const.cc @@ -1,5 +1,5 @@ /* Fold a constant sub-tree into a single node for C-compiler - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.h b/gcc/fold-const.h index fa284c712bfe..56ecaa87fc6d 100644 --- a/gcc/fold-const.h +++ b/gcc/fold-const.h @@ -1,5 +1,5 @@ /* Fold a constant sub-tree into a single node for C-compiler - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fp-test.cc b/gcc/fp-test.cc index eef4b43fcebb..290a390986e2 100644 --- a/gcc/fp-test.cc +++ b/gcc/fp-test.cc @@ -1,5 +1,5 @@ /* fp-test.cc - Check that all floating-point operations are available. - Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Contributed by Ronald F. Guilmette . This file is part of GCC. diff --git a/gcc/function-abi.cc b/gcc/function-abi.cc index a66eb2d5253a..2ab9b2c56492 100644 --- a/gcc/function-abi.cc +++ b/gcc/function-abi.cc @@ -1,5 +1,5 @@ /* Information about fuunction binary interfaces. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC diff --git a/gcc/function-abi.h b/gcc/function-abi.h index 388f5d8525ab..379e2351f97d 100644 --- a/gcc/function-abi.h +++ b/gcc/function-abi.h @@ -1,5 +1,5 @@ /* Information about function binary interfaces. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC diff --git a/gcc/function-tests.cc b/gcc/function-tests.cc index 68e8b97cd025..846226d99e20 100644 --- a/gcc/function-tests.cc +++ b/gcc/function-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for function-handling. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.cc b/gcc/function.cc index dc333c27e920..d975b001ec9b 100644 --- a/gcc/function.cc +++ b/gcc/function.cc @@ -1,5 +1,5 @@ /* Expands front end tree to back end RTL for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.h b/gcc/function.h index d7deaebee9c4..9b3b5a2fb7dc 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -1,5 +1,5 @@ /* Structure for saving state for a nested function. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fwprop.cc b/gcc/fwprop.cc index fc652ab9a1f0..ae342f59407b 100644 --- a/gcc/fwprop.cc +++ b/gcc/fwprop.cc @@ -1,5 +1,5 @@ /* RTL-based forward propagation pass for GNU compiler. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Paolo Bonzini and Steven Bosscher. This file is part of GCC. diff --git a/gcc/gcc-ar.cc b/gcc/gcc-ar.cc index c693d9a33ae7..5e5b63e19889 100644 --- a/gcc/gcc-ar.cc +++ b/gcc/gcc-ar.cc @@ -1,5 +1,5 @@ /* Wrapper for ar/ranlib/nm to pass the LTO plugin. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Andi Kleen. This file is part of GCC. diff --git a/gcc/gcc-main.cc b/gcc/gcc-main.cc index 2d0ef4d99ffd..66588f50276c 100644 --- a/gcc/gcc-main.cc +++ b/gcc/gcc-main.cc @@ -1,5 +1,5 @@ /* "main" for the compiler driver. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index ee9aa8651141..730aae7ee80b 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -1,5 +1,5 @@ /* Public header file for plugins to include. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-rich-location.cc b/gcc/gcc-rich-location.cc index 0fa4239bd29b..d02a5144cc65 100644 --- a/gcc/gcc-rich-location.cc +++ b/gcc/gcc-rich-location.cc @@ -1,5 +1,5 @@ /* Implementation of gcc_rich_location class - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-rich-location.h b/gcc/gcc-rich-location.h index 789ce0eed3ae..ffba4b8abcfd 100644 --- a/gcc/gcc-rich-location.h +++ b/gcc/gcc-rich-location.h @@ -1,5 +1,5 @@ /* Declarations relating to class gcc_rich_location - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-symtab.h b/gcc/gcc-symtab.h index feb103387213..3602ad686037 100644 --- a/gcc/gcc-symtab.h +++ b/gcc/gcc-symtab.h @@ -2,7 +2,7 @@ FIXME - This file should be named symtab.h, but that name conflicts with libcpp's symtab.h. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.cc b/gcc/gcc.cc index cfa27d6beee5..91313a8516d1 100644 --- a/gcc/gcc.cc +++ b/gcc/gcc.cc @@ -1,5 +1,5 @@ /* Compiler driver program that can handle many languages. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.h b/gcc/gcc.h index 63231ddb3ee7..19a61b373ee6 100644 --- a/gcc/gcc.h +++ b/gcc/gcc.h @@ -1,5 +1,5 @@ /* Header file for modules that link with gcc.cc - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-counter.def b/gcc/gcov-counter.def index 6d2182bd3dbd..727ef4241816 100644 --- a/gcc/gcov-counter.def +++ b/gcc/gcov-counter.def @@ -1,5 +1,5 @@ /* Definitions for the gcov counters in the GNU compiler. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-dump.cc b/gcc/gcov-dump.cc index e2492408c952..20e464022dc0 100644 --- a/gcc/gcov-dump.cc +++ b/gcc/gcov-dump.cc @@ -1,5 +1,5 @@ /* Dump a gcov file, for debugging use. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Nathan Sidwell Gcov is free software; you can redistribute it and/or modify diff --git a/gcc/gcov-io.cc b/gcc/gcov-io.cc index af5b13c2cf9c..6728b01c78ef 100644 --- a/gcc/gcov-io.cc +++ b/gcc/gcov-io.cc @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Bob Manson . Completely remangled by Nathan Sidwell . diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index e91cd736556d..bfe4439d02d0 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. Contributed by Bob Manson . Completely remangled by Nathan Sidwell . diff --git a/gcc/gcov-tool.cc b/gcc/gcov-tool.cc index 952790ddf973..88b7936a4f44 100644 --- a/gcc/gcov-tool.cc +++ b/gcc/gcov-tool.cc @@ -1,5 +1,5 @@ /* Gcc offline profile processing tool support. */ -/* Copyright (C) 2014-2022 Free Software Foundation, Inc. +/* Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Rong Xu . This file is part of GCC. diff --git a/gcc/gcov.cc b/gcc/gcov.cc index 4e25ded610bb..2ec7248cc0ef 100644 --- a/gcc/gcov.cc +++ b/gcc/gcov.cc @@ -1,6 +1,6 @@ /* Gcov.c: prepend line execution counts and branch probabilities to a source file. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. Mangled further by Nathan Sidwell diff --git a/gcc/gcse-common.cc b/gcc/gcse-common.cc index e86d4c4f4779..544a7d219cb2 100644 --- a/gcc/gcse-common.cc +++ b/gcc/gcse-common.cc @@ -1,5 +1,5 @@ /* Shared code for before and after reload gcse implementations. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse-common.h b/gcc/gcse-common.h index 358616eafb9e..210188000c6e 100644 --- a/gcc/gcse-common.h +++ b/gcc/gcse-common.h @@ -1,6 +1,6 @@ /* Structures and prototypes common across the normal GCSE implementation and the post-reload implementation. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.cc b/gcc/gcse.cc index f06278a5534c..728327365728 100644 --- a/gcc/gcse.cc +++ b/gcc/gcse.cc @@ -1,5 +1,5 @@ /* Partial redundancy elimination / Hoisting for RTL. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.h b/gcc/gcse.h index 4a201f34d785..5582b29eec2f 100644 --- a/gcc/gcse.h +++ b/gcc/gcse.h @@ -1,6 +1,6 @@ /* Global common subexpression elimination/Partial redundancy elimination and global constant/copy propagation for GNU compiler. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gdbhooks.py b/gcc/gdbhooks.py index 8736eca8cd41..c9dea9bf828d 100644 --- a/gcc/gdbhooks.py +++ b/gcc/gdbhooks.py @@ -1,5 +1,5 @@ # Python hooks for gdb for debugging GCC -# Copyright (C) 2013-2022 Free Software Foundation, Inc. +# Copyright (C) 2013-2023 Free Software Foundation, Inc. # Contributed by David Malcolm diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 95287b271919..1f7592b0e26a 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2022 Free Software Foundation, Inc. +# Copyright (C) 2001-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/gen-pass-instances.awk b/gcc/gen-pass-instances.awk index b80fb9866b30..972f45d50f3f 100644 --- a/gcc/gen-pass-instances.awk +++ b/gcc/gen-pass-instances.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2022 Free Software Foundation, Inc. +# Copyright (C) 2013-2023 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/gcc/genattr-common.cc b/gcc/genattr-common.cc index 9d78036e543e..c6f8ffcc54f2 100644 --- a/gcc/genattr-common.cc +++ b/gcc/genattr-common.cc @@ -1,7 +1,7 @@ /* Generate attribute information shared between driver and core compilers (insn-attr-common.h) from machine description. Split out of genattr.cc. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genattr.cc b/gcc/genattr.cc index 3be9d995fbea..cc4f0f488bf5 100644 --- a/gcc/genattr.cc +++ b/gcc/genattr.cc @@ -1,5 +1,5 @@ /* Generate attribute information (insn-attr.h) from machine description. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/genattrtab.cc b/gcc/genattrtab.cc index 4f8157b19309..a5f7c0b8764d 100644 --- a/gcc/genattrtab.cc +++ b/gcc/genattrtab.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to compute values of attributes. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/genautomata.cc b/gcc/genautomata.cc index 389c1c3e0ed7..bf2dcdf2967e 100644 --- a/gcc/genautomata.cc +++ b/gcc/genautomata.cc @@ -1,5 +1,5 @@ /* Pipeline hazard description translator. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Written by Vladimir Makarov diff --git a/gcc/gencfn-macros.cc b/gcc/gencfn-macros.cc index 6bf7ecb0e9bb..b4badf7c48cf 100644 --- a/gcc/gencfn-macros.cc +++ b/gcc/gencfn-macros.cc @@ -1,5 +1,5 @@ /* Generate macros based on the combined_fn enum. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencheck.cc b/gcc/gencheck.cc index aa0ae6700431..c0b82554f14a 100644 --- a/gcc/gencheck.cc +++ b/gcc/gencheck.cc @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genchecksum.cc b/gcc/genchecksum.cc index 6ad0a12b5151..1fe39af71af5 100644 --- a/gcc/genchecksum.cc +++ b/gcc/genchecksum.cc @@ -1,5 +1,5 @@ /* Generate checksums of executables for PCH validation - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencodes.cc b/gcc/gencodes.cc index 328496aa8f70..841bd502438d 100644 --- a/gcc/gencodes.cc +++ b/gcc/gencodes.cc @@ -1,7 +1,7 @@ /* Generate from machine description: - some macros CODE_FOR_... giving the insn_code_number value for each of the defined standard insn names. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconditions.cc b/gcc/genconditions.cc index f63a3f495c5d..28655fa44706 100644 --- a/gcc/genconditions.cc +++ b/gcc/genconditions.cc @@ -1,5 +1,5 @@ /* Process machine description and calculate constant conditions. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconfig.cc b/gcc/genconfig.cc index b7c6b48eec6d..2ee323f80c37 100644 --- a/gcc/genconfig.cc +++ b/gcc/genconfig.cc @@ -1,6 +1,6 @@ /* Generate from machine description: - some #define configuration flags. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconstants.cc b/gcc/genconstants.cc index 73b0ecd7bac8..4397c68c87b8 100644 --- a/gcc/genconstants.cc +++ b/gcc/genconstants.cc @@ -2,7 +2,7 @@ a series of #define statements, one for each constant named in a (define_constants ...) pattern. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genemit.cc b/gcc/genemit.cc index 909ac89a16bf..33c9ec05d6fc 100644 --- a/gcc/genemit.cc +++ b/gcc/genemit.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to emit insns as rtl. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genenums.cc b/gcc/genenums.cc index dfd9765d9274..bdd31e72810e 100644 --- a/gcc/genenums.cc +++ b/gcc/genenums.cc @@ -1,5 +1,5 @@ /* Generate from machine description the strings for each enum. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/generic-match-head.cc b/gcc/generic-match-head.cc index aed4dcc8c3d7..a3672bf73418 100644 --- a/gcc/generic-match-head.cc +++ b/gcc/generic-match-head.cc @@ -1,5 +1,5 @@ /* Preamble and helpers for the autogenerated generic-match.cc file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/generic-match.h b/gcc/generic-match.h index 0fc252610f17..8b1f92591aed 100644 --- a/gcc/generic-match.h +++ b/gcc/generic-match.h @@ -1,6 +1,6 @@ /* Generic simplify definitions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/genextract.cc b/gcc/genextract.cc index 6259cb579083..910eee3fe7f1 100644 --- a/gcc/genextract.cc +++ b/gcc/genextract.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to extract operands from insn as rtl. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genflags.cc b/gcc/genflags.cc index 729aaf0b0524..a07afd2a3c65 100644 --- a/gcc/genflags.cc +++ b/gcc/genflags.cc @@ -1,7 +1,7 @@ /* Generate from machine description: - some flags HAVE_... saying which simple standard instructions are available for this machine. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengenrtl.cc b/gcc/gengenrtl.cc index b2b5c3c94926..68f1bb6a2ed4 100644 --- a/gcc/gengenrtl.cc +++ b/gcc/gengenrtl.cc @@ -1,5 +1,5 @@ /* Generate code to allocate RTL structures. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-lex.l b/gcc/gengtype-lex.l index 86006180bc09..34837d9dc9a8 100644 --- a/gcc/gengtype-lex.l +++ b/gcc/gengtype-lex.l @@ -1,6 +1,6 @@ /* -*- indented-text -*- */ /* Process source files and output type information. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-parse.cc b/gcc/gengtype-parse.cc index 1223ad0af7dd..2b2156c5f452 100644 --- a/gcc/gengtype-parse.cc +++ b/gcc/gengtype-parse.cc @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-state.cc b/gcc/gengtype-state.cc index 770abab0bd57..4bba37f718f2 100644 --- a/gcc/gengtype-state.cc +++ b/gcc/gengtype-state.cc @@ -1,7 +1,7 @@ /* Gengtype persistent state serialization & de-serialization. Useful for gengtype in plugin mode. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype.cc b/gcc/gengtype.cc index 2ded1bf67c22..7763f40e9abc 100644 --- a/gcc/gengtype.cc +++ b/gcc/gengtype.cc @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype.h b/gcc/gengtype.h index 76c1fe663752..03264feb623d 100644 --- a/gcc/gengtype.h +++ b/gcc/gengtype.h @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genhooks.cc b/gcc/genhooks.cc index 6bae85d7b8dc..8bcf99292073 100644 --- a/gcc/genhooks.cc +++ b/gcc/genhooks.cc @@ -1,6 +1,6 @@ /* Process target.def to create initialization macros definition in target-hooks-def.h and documentation in target-hooks.texi. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmatch.cc b/gcc/genmatch.cc index b56c17711e05..fb9e37ae434d 100644 --- a/gcc/genmatch.cc +++ b/gcc/genmatch.cc @@ -1,7 +1,7 @@ /* Generate pattern matching and transform code shared between GENERIC and GIMPLE folding code from match-and-simplify description. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/genmddeps.cc b/gcc/genmddeps.cc index 577d3a7b4fed..a51a81f96820 100644 --- a/gcc/genmddeps.cc +++ b/gcc/genmddeps.cc @@ -1,5 +1,5 @@ /* genmddeps.cc - creates a makefile dependency fragment for the md file. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/genmddump.cc b/gcc/genmddump.cc index b2c60b6de918..68fbd2778a2a 100644 --- a/gcc/genmddump.cc +++ b/gcc/genmddump.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmodes.cc b/gcc/genmodes.cc index 9f0cc9c317de..2d418f09aab6 100644 --- a/gcc/genmodes.cc +++ b/gcc/genmodes.cc @@ -1,5 +1,5 @@ /* Generate the machine mode enumeration and associated tables. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmultilib b/gcc/genmultilib index c0c271eddd60..f8bd90b116cd 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -1,6 +1,6 @@ #!/bin/sh # Generates multilib.h. -# Copyright (C) 1994-2022 Free Software Foundation, Inc. +# Copyright (C) 1994-2023 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/genopinit.cc b/gcc/genopinit.cc index fe0791c27d6d..83cb7504fa18 100644 --- a/gcc/genopinit.cc +++ b/gcc/genopinit.cc @@ -1,5 +1,5 @@ /* Generate code to initialize optabs from machine description. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genoutput.cc b/gcc/genoutput.cc index 6bb03e2864f6..163e8dfef4ca 100644 --- a/gcc/genoutput.cc +++ b/gcc/genoutput.cc @@ -1,5 +1,5 @@ /* Generate code from to output assembler insns as recognized from rtl. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpeep.cc b/gcc/genpeep.cc index 24b991afd165..a2b6f5e19926 100644 --- a/gcc/genpeep.cc +++ b/gcc/genpeep.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to perform peephole optimizations. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpreds.cc b/gcc/genpreds.cc index 4571ac7ec6b2..bdd65ef7d7a1 100644 --- a/gcc/genpreds.cc +++ b/gcc/genpreds.cc @@ -2,7 +2,7 @@ - prototype declarations for operand predicates (tm-preds.h) - function definitions of operand predicates, if defined new-style (insn-preds.cc) - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genrecog.cc b/gcc/genrecog.cc index 77f8fb978530..6dd375da5e35 100644 --- a/gcc/genrecog.cc +++ b/gcc/genrecog.cc @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.cc b/gcc/gensupport.cc index 8fcacf8f9d27..f9efc6eb7572 100644 --- a/gcc/gensupport.cc +++ b/gcc/gensupport.cc @@ -1,5 +1,5 @@ /* Support routines for the various generation passes. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.h b/gcc/gensupport.h index 9a0fd7393bd7..a1edfbd71908 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -1,5 +1,5 @@ /* Declarations for rtx-reader support for gen* routines. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gentarget-def.cc b/gcc/gentarget-def.cc index c9acc7171b42..35f9a3142c86 100644 --- a/gcc/gentarget-def.cc +++ b/gcc/gentarget-def.cc @@ -1,5 +1,5 @@ /* Generate insn-target-def.h, an automatically-generated part of targetm. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genversion.cc b/gcc/genversion.cc index 4c5cf28268b9..0d7e78a8ddfe 100644 --- a/gcc/genversion.cc +++ b/gcc/genversion.cc @@ -1,6 +1,6 @@ /* Generate version strings. See gcov-io.h for description of how the version string is generated. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Nathan Sidwell This file is part of GCC. diff --git a/gcc/ggc-common.cc b/gcc/ggc-common.cc index 62da09d66a73..db317f499936 100644 --- a/gcc/ggc-common.cc +++ b/gcc/ggc-common.cc @@ -1,5 +1,5 @@ /* Simple garbage collection for the GNU compiler. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h index a353de43a185..25e6ce66ebcf 100644 --- a/gcc/ggc-internal.h +++ b/gcc/ggc-internal.h @@ -1,7 +1,7 @@ /* Garbage collection for the GNU compiler. Internal definitions for ggc-*.c and stringpool.cc. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-none.cc b/gcc/ggc-none.cc index 37894b05e26f..da8a90819b84 100644 --- a/gcc/ggc-none.cc +++ b/gcc/ggc-none.cc @@ -1,5 +1,5 @@ /* Null garbage collection for the GNU compiler. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-page.cc b/gcc/ggc-page.cc index 7a7a1b0901fe..c25218d7415f 100644 --- a/gcc/ggc-page.cc +++ b/gcc/ggc-page.cc @@ -1,5 +1,5 @@ /* "Bag-of-pages" garbage collector for the GNU compiler. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-tests.cc b/gcc/ggc-tests.cc index 620989489b69..668d6385d69c 100644 --- a/gcc/ggc-tests.cc +++ b/gcc/ggc-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for GCC's garbage collector (and gengtype etc). - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc.h b/gcc/ggc.h index 7bc74ec82b53..78eab7eaba64 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -1,6 +1,6 @@ /* Garbage collection for the GNU compiler. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-array-bounds.cc b/gcc/gimple-array-bounds.cc index 9fd42fe3919e..116200a317f8 100644 --- a/gcc/gimple-array-bounds.cc +++ b/gcc/gimple-array-bounds.cc @@ -1,5 +1,5 @@ /* Array bounds checking. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-array-bounds.h b/gcc/gimple-array-bounds.h index eb399271da7f..13e5f29dabfc 100644 --- a/gcc/gimple-array-bounds.h +++ b/gcc/gimple-array-bounds.h @@ -1,5 +1,5 @@ /* Array bounds checking. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.cc b/gcc/gimple-builder.cc index 9c3e92feccee..60aed66359ef 100644 --- a/gcc/gimple-builder.cc +++ b/gcc/gimple-builder.cc @@ -1,5 +1,5 @@ /* Functions for high level gimple building routines. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.h b/gcc/gimple-builder.h index 4546c50049f9..f9dd9fb88ac5 100644 --- a/gcc/gimple-builder.h +++ b/gcc/gimple-builder.h @@ -1,5 +1,5 @@ /* Header file for high level statement building routines. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-expr.cc b/gcc/gimple-expr.cc index 4fbce9369c7f..83dc340a35df 100644 --- a/gcc/gimple-expr.cc +++ b/gcc/gimple-expr.cc @@ -1,6 +1,6 @@ /* Gimple decl, type, and expression support functions. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-expr.h b/gcc/gimple-expr.h index 0c3ac096ed77..42a16764be97 100644 --- a/gcc/gimple-expr.h +++ b/gcc/gimple-expr.h @@ -1,5 +1,5 @@ /* Header file for gimple decl, type and expressions. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-fold.cc b/gcc/gimple-fold.cc index c87e17f57639..379d2e930ea3 100644 --- a/gcc/gimple-fold.cc +++ b/gcc/gimple-fold.cc @@ -1,5 +1,5 @@ /* Statement simplification on GIMPLE. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Split out from tree-ssa-ccp.cc. This file is part of GCC. diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h index 87ed4e56d257..2fd58db9a2e9 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -1,6 +1,6 @@ /* Gimple folding definitions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/gimple-harden-conditionals.cc b/gcc/gimple-harden-conditionals.cc index 1b3dd563baaa..78b8d5692d76 100644 --- a/gcc/gimple-harden-conditionals.cc +++ b/gcc/gimple-harden-conditionals.cc @@ -1,5 +1,5 @@ /* Harden conditionals. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva . This file is part of GCC. diff --git a/gcc/gimple-if-to-switch.cc b/gcc/gimple-if-to-switch.cc index 4441206c4810..7792a6024cdb 100644 --- a/gcc/gimple-if-to-switch.cc +++ b/gcc/gimple-if-to-switch.cc @@ -1,5 +1,5 @@ /* If-elseif-else to switch conversion pass - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-isel.cc b/gcc/gimple-isel.cc index aa9c12907356..ef688ddb57f3 100644 --- a/gcc/gimple-isel.cc +++ b/gcc/gimple-isel.cc @@ -1,5 +1,5 @@ /* Schedule GIMPLE vector statements. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-iterator.cc b/gcc/gimple-iterator.cc index 670588157a04..1cc3d581b967 100644 --- a/gcc/gimple-iterator.cc +++ b/gcc/gimple-iterator.cc @@ -1,5 +1,5 @@ /* Iterator routines for GIMPLE statements. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-iterator.h b/gcc/gimple-iterator.h index 67d95ca71a00..8857a7e94bc2 100644 --- a/gcc/gimple-iterator.h +++ b/gcc/gimple-iterator.h @@ -1,5 +1,5 @@ /* Header file for gimple iterators. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-laddress.cc b/gcc/gimple-laddress.cc index 11754dac5c38..0fd50c234c15 100644 --- a/gcc/gimple-laddress.cc +++ b/gcc/gimple-laddress.cc @@ -1,5 +1,5 @@ /* Lower and optimize address expressions. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/gimple-loop-interchange.cc b/gcc/gimple-loop-interchange.cc index 71772b6d149e..1b77bfd46b20 100644 --- a/gcc/gimple-loop-interchange.cc +++ b/gcc/gimple-loop-interchange.cc @@ -1,5 +1,5 @@ /* Loop interchange. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/gimple-loop-jam.cc b/gcc/gimple-loop-jam.cc index 4f7a6e5bbae5..c6b2fc28d1c3 100644 --- a/gcc/gimple-loop-jam.cc +++ b/gcc/gimple-loop-jam.cc @@ -1,5 +1,5 @@ /* Loop unroll-and-jam. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-loop-versioning.cc b/gcc/gimple-loop-versioning.cc index b2e3c4319a1a..640bb28016f0 100644 --- a/gcc/gimple-loop-versioning.cc +++ b/gcc/gimple-loop-versioning.cc @@ -1,5 +1,5 @@ /* Loop versioning pass. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-low.cc b/gcc/gimple-low.cc index 53df2e7b2125..e6f04f234dfa 100644 --- a/gcc/gimple-low.cc +++ b/gcc/gimple-low.cc @@ -1,6 +1,6 @@ /* GIMPLE lowering pass. Converts High GIMPLE into Low GIMPLE. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-low.h b/gcc/gimple-low.h index 08d687857487..8587c288040c 100644 --- a/gcc/gimple-low.h +++ b/gcc/gimple-low.h @@ -1,5 +1,5 @@ /* Header file for gimple lowering pass. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-match-head.cc b/gcc/gimple-match-head.cc index 9986e3479f90..ec603f9d043c 100644 --- a/gcc/gimple-match-head.cc +++ b/gcc/gimple-match-head.cc @@ -1,5 +1,5 @@ /* Preamble and helpers for the autogenerated gimple-match.cc file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-match.h b/gcc/gimple-match.h index d03789b6902c..b20585dca4b0 100644 --- a/gcc/gimple-match.h +++ b/gcc/gimple-match.h @@ -1,6 +1,6 @@ /* Gimple simplify definitions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/gimple-predicate-analysis.cc b/gcc/gimple-predicate-analysis.cc index afe01e7f4b8d..a7719ff493fa 100644 --- a/gcc/gimple-predicate-analysis.cc +++ b/gcc/gimple-predicate-analysis.cc @@ -1,6 +1,6 @@ /* Support for simple predicate analysis. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Xinliang David Li Generalized by Martin Sebor diff --git a/gcc/gimple-predicate-analysis.h b/gcc/gimple-predicate-analysis.h index c4a7ed51967b..09ceebc55a22 100644 --- a/gcc/gimple-predicate-analysis.h +++ b/gcc/gimple-predicate-analysis.h @@ -1,6 +1,6 @@ /* Support for simple predicate analysis. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Martin Sebor This file is part of GCC. diff --git a/gcc/gimple-predict.h b/gcc/gimple-predict.h index 0e37dd84cae6..c557b76f17b1 100644 --- a/gcc/gimple-predict.h +++ b/gcc/gimple-predict.h @@ -1,6 +1,6 @@ /* Gimple prediction routines. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-pretty-print.cc b/gcc/gimple-pretty-print.cc index af7042576338..300e9d7ed1e7 100644 --- a/gcc/gimple-pretty-print.cc +++ b/gcc/gimple-pretty-print.cc @@ -1,5 +1,5 @@ /* Pretty formatting of GIMPLE statements and expressions. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez and Diego Novillo diff --git a/gcc/gimple-pretty-print.h b/gcc/gimple-pretty-print.h index 2adac2a83ea2..dd7c4a3aac9e 100644 --- a/gcc/gimple-pretty-print.h +++ b/gcc/gimple-pretty-print.h @@ -1,6 +1,6 @@ /* Various declarations for pretty formatting of GIMPLE statements and expressions. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-range-cache.cc b/gcc/gimple-range-cache.cc index 9848d140242f..a8202f0e8951 100644 --- a/gcc/gimple-range-cache.cc +++ b/gcc/gimple-range-cache.cc @@ -1,5 +1,5 @@ /* Gimple ranger SSA cache implementation. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod . This file is part of GCC. diff --git a/gcc/gimple-range-cache.h b/gcc/gimple-range-cache.h index 8e3ae8f58c61..4ff435dc5c10 100644 --- a/gcc/gimple-range-cache.h +++ b/gcc/gimple-range-cache.h @@ -1,5 +1,5 @@ /* Header file for gimple ranger SSA cache. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod . This file is part of GCC. diff --git a/gcc/gimple-range-edge.cc b/gcc/gimple-range-edge.cc index 95deadffc55d..31fc6c267057 100644 --- a/gcc/gimple-range-edge.cc +++ b/gcc/gimple-range-edge.cc @@ -1,5 +1,5 @@ /* Gimple range edge functionaluity. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-edge.h b/gcc/gimple-range-edge.h index 1a4dee9f41b3..b1dbf8e4b9b5 100644 --- a/gcc/gimple-range-edge.h +++ b/gcc/gimple-range-edge.h @@ -1,5 +1,5 @@ /* Gimple range edge header file. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-fold.cc b/gcc/gimple-range-fold.cc index a899d8260b3d..91eb62982543 100644 --- a/gcc/gimple-range-fold.cc +++ b/gcc/gimple-range-fold.cc @@ -1,5 +1,5 @@ /* Code for GIMPLE range related routines. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-fold.h b/gcc/gimple-range-fold.h index d1ed2bca80f6..b7098c22b7b4 100644 --- a/gcc/gimple-range-fold.h +++ b/gcc/gimple-range-fold.h @@ -1,5 +1,5 @@ /* Header file for the GIMPLE fold_using_range interface. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-gori.cc b/gcc/gimple-range-gori.cc index 610a5295e628..930e2a0f0ab1 100644 --- a/gcc/gimple-range-gori.cc +++ b/gcc/gimple-range-gori.cc @@ -1,5 +1,5 @@ /* Gimple range GORI functions. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-gori.h b/gcc/gimple-range-gori.h index 6cc533b58b22..ee77dc2913e0 100644 --- a/gcc/gimple-range-gori.h +++ b/gcc/gimple-range-gori.h @@ -1,5 +1,5 @@ /* Header file for gimple range GORI structures. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-infer.cc b/gcc/gimple-range-infer.cc index 8714ef2ed419..4677ae21ccce 100644 --- a/gcc/gimple-range-infer.cc +++ b/gcc/gimple-range-infer.cc @@ -1,5 +1,5 @@ /* Gimple range inference implementation. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod . This file is part of GCC. diff --git a/gcc/gimple-range-infer.h b/gcc/gimple-range-infer.h index 10705e046d3a..3c85e29c0bdc 100644 --- a/gcc/gimple-range-infer.h +++ b/gcc/gimple-range-infer.h @@ -1,5 +1,5 @@ /* Header file for gimple range inference. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod . This file is part of GCC. diff --git a/gcc/gimple-range-op.cc b/gcc/gimple-range-op.cc index 12068544bc5c..d9dfdc56939b 100644 --- a/gcc/gimple-range-op.cc +++ b/gcc/gimple-range-op.cc @@ -1,5 +1,5 @@ /* Code for GIMPLE range op related routines. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-op.h b/gcc/gimple-range-op.h index be1305c58aa3..743b858126e3 100644 --- a/gcc/gimple-range-op.h +++ b/gcc/gimple-range-op.h @@ -1,5 +1,5 @@ /* Header file for the GIMPLE range-op interface. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-path.cc b/gcc/gimple-range-path.cc index bc2879c0c570..7c45a8815cb2 100644 --- a/gcc/gimple-range-path.cc +++ b/gcc/gimple-range-path.cc @@ -1,5 +1,5 @@ /* Basic block path solver. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/gimple-range-path.h b/gcc/gimple-range-path.h index 9f2d6d92dab9..e8b06b60e665 100644 --- a/gcc/gimple-range-path.h +++ b/gcc/gimple-range-path.h @@ -1,5 +1,5 @@ /* Header file for jump threading path solver. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/gimple-range-tests.cc b/gcc/gimple-range-tests.cc index 84ecc486889d..7e4d234ddda8 100644 --- a/gcc/gimple-range-tests.cc +++ b/gcc/gimple-range-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for GIMPLE range related routines. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-range-trace.cc b/gcc/gimple-range-trace.cc index 46827f9c5809..6171fe4224fe 100644 --- a/gcc/gimple-range-trace.cc +++ b/gcc/gimple-range-trace.cc @@ -1,5 +1,5 @@ /* Code for GIMPLE range trace and debugging related routines. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range-trace.h b/gcc/gimple-range-trace.h index 3f92e51803b8..356603580ea0 100644 --- a/gcc/gimple-range-trace.h +++ b/gcc/gimple-range-trace.h @@ -1,5 +1,5 @@ /* Header file for the GIMPLE range tracing/debugging facilties. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range.cc b/gcc/gimple-range.cc index 8c055826e176..4bdb0bdbc825 100644 --- a/gcc/gimple-range.cc +++ b/gcc/gimple-range.cc @@ -1,5 +1,5 @@ /* Code for GIMPLE range related routines. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-range.h b/gcc/gimple-range.h index dfe8199b8b0d..4bf9c4829218 100644 --- a/gcc/gimple-range.h +++ b/gcc/gimple-range.h @@ -1,5 +1,5 @@ /* Header file for the GIMPLE range interface. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/gimple-ssa-backprop.cc b/gcc/gimple-ssa-backprop.cc index 7de6e78ecd8d..65a65590017b 100644 --- a/gcc/gimple-ssa-backprop.cc +++ b/gcc/gimple-ssa-backprop.cc @@ -1,5 +1,5 @@ /* Back-propagation of usage information to definitions. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-isolate-paths.cc b/gcc/gimple-ssa-isolate-paths.cc index e4a4e08f549e..175598a189c5 100644 --- a/gcc/gimple-ssa-isolate-paths.cc +++ b/gcc/gimple-ssa-isolate-paths.cc @@ -1,7 +1,7 @@ /* Detect paths through the CFG which can never be executed in a conforming program and isolate them. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-nonnull-compare.cc b/gcc/gimple-ssa-nonnull-compare.cc index f9ce8c7a0834..b7729c3f9ec2 100644 --- a/gcc/gimple-ssa-nonnull-compare.cc +++ b/gcc/gimple-ssa-nonnull-compare.cc @@ -1,5 +1,5 @@ /* -Wnonnull-compare warning support. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/gimple-ssa-split-paths.cc b/gcc/gimple-ssa-split-paths.cc index f2e43e52c952..44d87c24f609 100644 --- a/gcc/gimple-ssa-split-paths.cc +++ b/gcc/gimple-ssa-split-paths.cc @@ -1,5 +1,5 @@ /* Support routines for Splitting Paths to loop backedges - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Ajit Kumar Agarwal . This file is part of GCC. diff --git a/gcc/gimple-ssa-sprintf.cc b/gcc/gimple-ssa-sprintf.cc index 1dd9b0dc46b4..18975708d2c2 100644 --- a/gcc/gimple-ssa-sprintf.cc +++ b/gcc/gimple-ssa-sprintf.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-store-merging.cc b/gcc/gimple-ssa-store-merging.cc index b80b8eac4444..5a477c4704e1 100644 --- a/gcc/gimple-ssa-store-merging.cc +++ b/gcc/gimple-ssa-store-merging.cc @@ -1,5 +1,5 @@ /* GIMPLE store merging and byte swapping passes. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/gimple-ssa-strength-reduction.cc b/gcc/gimple-ssa-strength-reduction.cc index fb2bb9f4e74c..65d6c06b629a 100644 --- a/gcc/gimple-ssa-strength-reduction.cc +++ b/gcc/gimple-ssa-strength-reduction.cc @@ -1,5 +1,5 @@ /* Straight-line strength reduction. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Bill Schmidt, IBM This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-access.cc b/gcc/gimple-ssa-warn-access.cc index 854e47cf3890..ad9dac54874b 100644 --- a/gcc/gimple-ssa-warn-access.cc +++ b/gcc/gimple-ssa-warn-access.cc @@ -1,7 +1,7 @@ /* Pass to detect and issue warnings for invalid accesses, including invalid or mismatched allocation/deallocation calls. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-access.h b/gcc/gimple-ssa-warn-access.h index 79ff0ffcf469..a8a2918f0b14 100644 --- a/gcc/gimple-ssa-warn-access.h +++ b/gcc/gimple-ssa-warn-access.h @@ -1,7 +1,7 @@ /* Pass to detect and issue warnings for invalid accesses, including invalid or mismatched allocation/deallocation calls. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-alloca.cc b/gcc/gimple-ssa-warn-alloca.cc index dcc62ca77bfc..5b220a5c68e2 100644 --- a/gcc/gimple-ssa-warn-alloca.cc +++ b/gcc/gimple-ssa-warn-alloca.cc @@ -1,5 +1,5 @@ /* Warn on problematic uses of alloca and variable length arrays. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-restrict.cc b/gcc/gimple-ssa-warn-restrict.cc index 107ba278798d..ee7040a881d1 100644 --- a/gcc/gimple-ssa-warn-restrict.cc +++ b/gcc/gimple-ssa-warn-restrict.cc @@ -1,6 +1,6 @@ /* Pass to detect and issue warnings for violations of the restrict qualifier. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-restrict.h b/gcc/gimple-ssa-warn-restrict.h index 2bdde0300238..722a89551471 100644 --- a/gcc/gimple-ssa-warn-restrict.h +++ b/gcc/gimple-ssa-warn-restrict.h @@ -1,5 +1,5 @@ /* Warn on violations of the restrict qualifier. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa.h b/gcc/gimple-ssa.h index 53bc6bc146d2..98d5bc6d47d4 100644 --- a/gcc/gimple-ssa.h +++ b/gcc/gimple-ssa.h @@ -1,6 +1,6 @@ /* Header file for routines that straddle the border between GIMPLE and SSA in gimple. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-streamer-in.cc b/gcc/gimple-streamer-in.cc index ea8891e8e927..a74983a6d0fa 100644 --- a/gcc/gimple-streamer-in.cc +++ b/gcc/gimple-streamer-in.cc @@ -1,6 +1,6 @@ /* Routines for reading GIMPLE from a file stream. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-streamer-out.cc b/gcc/gimple-streamer-out.cc index 45832547bf54..df32f17caade 100644 --- a/gcc/gimple-streamer-out.cc +++ b/gcc/gimple-streamer-out.cc @@ -1,6 +1,6 @@ /* Routines for emitting GIMPLE to a file stream. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-streamer.h b/gcc/gimple-streamer.h index aa88ea2aa7d8..83d62ae03d25 100644 --- a/gcc/gimple-streamer.h +++ b/gcc/gimple-streamer.h @@ -1,6 +1,6 @@ /* Data structures and functions for streaming GIMPLE. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-walk.cc b/gcc/gimple-walk.cc index cad36f76e904..a019515438c9 100644 --- a/gcc/gimple-walk.cc +++ b/gcc/gimple-walk.cc @@ -1,6 +1,6 @@ /* Gimple walk support. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-walk.h b/gcc/gimple-walk.h index bf51c16f0992..c0222e02a5d9 100644 --- a/gcc/gimple-walk.h +++ b/gcc/gimple-walk.h @@ -1,5 +1,5 @@ /* Header file for gimple statement walk support. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-warn-recursion.cc b/gcc/gimple-warn-recursion.cc index 9b04899cf787..60997468db01 100644 --- a/gcc/gimple-warn-recursion.cc +++ b/gcc/gimple-warn-recursion.cc @@ -1,5 +1,5 @@ /* -Winfinite-recursion support. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. Contributed by Martin Sebor This file is part of GCC. diff --git a/gcc/gimple.cc b/gcc/gimple.cc index dd054e164537..b97fbd54da20 100644 --- a/gcc/gimple.cc +++ b/gcc/gimple.cc @@ -1,6 +1,6 @@ /* Gimple IR support functions. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple.def b/gcc/gimple.def index 7c617cdccc42..274350d9534e 100644 --- a/gcc/gimple.def +++ b/gcc/gimple.def @@ -1,6 +1,6 @@ /* This file contains the definitions of the GIMPLE IR tuples used in GCC. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple.h b/gcc/gimple.h index adbeb063186d..ddb9a4c0f5f4 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -1,6 +1,6 @@ /* Gimple IR definitions. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimplify-me.cc b/gcc/gimplify-me.cc index 24f624851ab5..478782a474df 100644 --- a/gcc/gimplify-me.cc +++ b/gcc/gimplify-me.cc @@ -1,7 +1,7 @@ /* Tree lowering to gimple for middle end use only. This converts the GENERIC functions-as-trees tree representation into the GIMPLE form. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Major work done by Sebastian Pop , Diego Novillo and Jason Merrill . diff --git a/gcc/gimplify-me.h b/gcc/gimplify-me.h index caac850daee8..50b480294ac7 100644 --- a/gcc/gimplify-me.h +++ b/gcc/gimplify-me.h @@ -1,5 +1,5 @@ /* Header file for middle end gimplification. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc index c9c800a58509..1b362dd83e35 100644 --- a/gcc/gimplify.cc +++ b/gcc/gimplify.cc @@ -1,6 +1,6 @@ /* Tree lowering pass. This pass converts the GENERIC functions-as-trees tree representation into the GIMPLE form. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Major work done by Sebastian Pop , Diego Novillo and Jason Merrill . diff --git a/gcc/gimplify.h b/gcc/gimplify.h index 94c91fbb9276..f4a3eea2606e 100644 --- a/gcc/gimplify.h +++ b/gcc/gimplify.h @@ -1,5 +1,5 @@ /* Header file for gimplification. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/glimits.h b/gcc/glimits.h index 994f7e33bbea..5aadbaa102ed 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2022 Free Software Foundation, Inc. +/* Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/godump.cc b/gcc/godump.cc index c0f52bbd0f20..0893d5fbc976 100644 --- a/gcc/godump.cc +++ b/gcc/godump.cc @@ -1,5 +1,5 @@ /* Output Go language descriptions of types. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GCC. diff --git a/gcc/graph.cc b/gcc/graph.cc index bc29862fcad2..a8f70d35f3e3 100644 --- a/gcc/graph.cc +++ b/gcc/graph.cc @@ -1,5 +1,5 @@ /* Output routines for graphical representation. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1998. Rewritten for DOT output by Steven Bosscher, 2012. diff --git a/gcc/graph.h b/gcc/graph.h index 092aca8d760c..8e68a355e0af 100644 --- a/gcc/graph.h +++ b/gcc/graph.h @@ -1,5 +1,5 @@ /* Header file for graph routines. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.cc b/gcc/graphds.cc index 2a108fd475f7..77f5b4c4c5c7 100644 --- a/gcc/graphds.cc +++ b/gcc/graphds.cc @@ -1,5 +1,5 @@ /* Graph representation and manipulation functions. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.h b/gcc/graphds.h index e0e4d802cbbc..40efde57463a 100644 --- a/gcc/graphds.h +++ b/gcc/graphds.h @@ -1,5 +1,5 @@ /* Graph representation. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphite-dependences.cc b/gcc/graphite-dependences.cc index 3dd0e66d704a..618a15b9c260 100644 --- a/gcc/graphite-dependences.cc +++ b/gcc/graphite-dependences.cc @@ -1,5 +1,5 @@ /* Data dependence analysis for Graphite. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop and Konrad Trifunovic . diff --git a/gcc/graphite-isl-ast-to-gimple.cc b/gcc/graphite-isl-ast-to-gimple.cc index 844b6d4e2b51..6c0d6f9b4986 100644 --- a/gcc/graphite-isl-ast-to-gimple.cc +++ b/gcc/graphite-isl-ast-to-gimple.cc @@ -1,5 +1,5 @@ /* Translation of isl AST to Gimple. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Roman Gareev . This file is part of GCC. diff --git a/gcc/graphite-optimize-isl.cc b/gcc/graphite-optimize-isl.cc index 9c81a70c6a46..d8fcc754a8bd 100644 --- a/gcc/graphite-optimize-isl.cc +++ b/gcc/graphite-optimize-isl.cc @@ -1,5 +1,5 @@ /* A scheduling optimizer for Graphite - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Tobias Grosser . This file is part of GCC. diff --git a/gcc/graphite-poly.cc b/gcc/graphite-poly.cc index 173aae074424..9c40f4ab825b 100644 --- a/gcc/graphite-poly.cc +++ b/gcc/graphite-poly.cc @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/graphite-scop-detection.cc b/gcc/graphite-scop-detection.cc index 9792d87ee0ae..f976451949d4 100644 --- a/gcc/graphite-scop-detection.cc +++ b/gcc/graphite-scop-detection.cc @@ -1,5 +1,5 @@ /* Detection of Static Control Parts (SCoP) for Graphite. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/graphite-sese-to-poly.cc b/gcc/graphite-sese-to-poly.cc index 7eb24c1c991b..fbe7667380a3 100644 --- a/gcc/graphite-sese-to-poly.cc +++ b/gcc/graphite-sese-to-poly.cc @@ -1,5 +1,5 @@ /* Conversion of SESE regions to Polyhedra. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop . This file is part of GCC. diff --git a/gcc/graphite.cc b/gcc/graphite.cc index fd4f7a126e17..19f8975ffa25 100644 --- a/gcc/graphite.cc +++ b/gcc/graphite.cc @@ -1,5 +1,5 @@ /* Gimple Represented as Polyhedra. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop . This file is part of GCC. diff --git a/gcc/graphite.h b/gcc/graphite.h index d37bab79e84a..c4c5e3c6fc5c 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/graphviz.cc b/gcc/graphviz.cc index 1ced4ea0e753..177fc203d9cc 100644 --- a/gcc/graphviz.cc +++ b/gcc/graphviz.cc @@ -1,5 +1,5 @@ /* Helper code for graphviz output. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/graphviz.h b/gcc/graphviz.h index f2757f1ee07b..e6be819084c2 100644 --- a/gcc/graphviz.h +++ b/gcc/graphviz.h @@ -1,5 +1,5 @@ /* Helper code for graphviz output. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/gsstruct.def b/gcc/gsstruct.def index c3f64ef1ad3c..33c033e8b354 100644 --- a/gcc/gsstruct.def +++ b/gcc/gsstruct.def @@ -1,7 +1,7 @@ /* This file contains the definitions for the gimple IR structure enumeration used in GCC. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gsyms.h b/gcc/gsyms.h index a06da15e67a3..9a79f1ae4b8f 100644 --- a/gcc/gsyms.h +++ b/gcc/gsyms.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2022 Free Software Foundation, Inc. +/* Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/haifa-sched.cc b/gcc/haifa-sched.cc index 4efaa94458d5..48b53776fa9a 100644 --- a/gcc/haifa-sched.cc +++ b/gcc/haifa-sched.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index bf5f8a23ac74..320b4349527d 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -1,5 +1,5 @@ /* Sets (bit vectors) of hard registers, and operations on them. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC diff --git a/gcc/hash-map-tests.cc b/gcc/hash-map-tests.cc index c7d3dda8e030..0952525889e8 100644 --- a/gcc/hash-map-tests.cc +++ b/gcc/hash-map-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for hash-map.h. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-map-traits.h b/gcc/hash-map-traits.h index d729d358070e..52f6d4c512ae 100644 --- a/gcc/hash-map-traits.h +++ b/gcc/hash-map-traits.h @@ -1,5 +1,5 @@ /* A hash map traits. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-map.h b/gcc/hash-map.h index e6ca9cf5e642..bc7ca9fd8e2d 100644 --- a/gcc/hash-map.h +++ b/gcc/hash-map.h @@ -1,5 +1,5 @@ /* A type-safe hash map. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-set-tests.cc b/gcc/hash-set-tests.cc index de5c0e7a9035..0edc1bb30a25 100644 --- a/gcc/hash-set-tests.cc +++ b/gcc/hash-set-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for hash-set.h. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-set.h b/gcc/hash-set.h index 08e1851d5118..048e7e750117 100644 --- a/gcc/hash-set.h +++ b/gcc/hash-set.h @@ -1,5 +1,5 @@ /* A type-safe hash set. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-table.cc b/gcc/hash-table.cc index 1015c1ee6e93..6ef7d4cae9e2 100644 --- a/gcc/hash-table.cc +++ b/gcc/hash-table.cc @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/hash-table.h b/gcc/hash-table.h index c09d91f2abbb..a505b1ec9af9 100644 --- a/gcc/hash-table.h +++ b/gcc/hash-table.h @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/hash-traits.h b/gcc/hash-traits.h index f5d12706324c..47d80f520de1 100644 --- a/gcc/hash-traits.h +++ b/gcc/hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashable types. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/highlev-plugin-common.h b/gcc/highlev-plugin-common.h index bfa2cab38cfa..653b536932c2 100644 --- a/gcc/highlev-plugin-common.h +++ b/gcc/highlev-plugin-common.h @@ -1,7 +1,7 @@ /* Interface for high-level plugins in GCC - Parts common between GCC, ICI and high-level plugins. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by INRIA. diff --git a/gcc/hooks.cc b/gcc/hooks.cc index b29233f4f852..e83add432896 100644 --- a/gcc/hooks.cc +++ b/gcc/hooks.cc @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/hooks.h b/gcc/hooks.h index 1056e1e9e4dc..6aa01fc23cc1 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/host-default.cc b/gcc/host-default.cc index 9384e4658cba..bbb797dd3557 100644 --- a/gcc/host-default.cc +++ b/gcc/host-default.cc @@ -1,5 +1,5 @@ /* Default host-specific hook definitions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks-def.h b/gcc/hosthooks-def.h index 90892de29dec..47680623c8ec 100644 --- a/gcc/hosthooks-def.h +++ b/gcc/hosthooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize the lang_hooks data structure. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h index 522edd080311..f8ba635f0c51 100644 --- a/gcc/hosthooks.h +++ b/gcc/hosthooks.h @@ -1,5 +1,5 @@ /* The host_hooks data structure. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hw-doloop.cc b/gcc/hw-doloop.cc index fe031257179a..29ead1cc00c7 100644 --- a/gcc/hw-doloop.cc +++ b/gcc/hw-doloop.cc @@ -1,6 +1,6 @@ /* Code to analyze doloop loops in order for targets to perform late optimizations converting doloops to other forms of hardware loops. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hw-doloop.h b/gcc/hw-doloop.h index d50cf1351183..b683cadc9720 100644 --- a/gcc/hw-doloop.h +++ b/gcc/hw-doloop.h @@ -1,6 +1,6 @@ /* Code to analyze doloop loops in order for targets to perform late optimizations converting doloops to other forms of hardware loops. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.cc b/gcc/hwint.cc index e53e0bf79061..3d44f76bc264 100644 --- a/gcc/hwint.cc +++ b/gcc/hwint.cc @@ -1,5 +1,5 @@ /* Operations on HOST_WIDE_INT. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.h b/gcc/hwint.h index c160bea0cb2a..e31aa006fa47 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -1,5 +1,5 @@ /* HOST_WIDE_INT definitions for the GNU compiler. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.cc b/gcc/ifcvt.cc index eb8efb89a897..008796838f75 100644 --- a/gcc/ifcvt.cc +++ b/gcc/ifcvt.cc @@ -1,5 +1,5 @@ /* If-conversion support. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.h b/gcc/ifcvt.h index d9e8ba05278a..c6ea244aae16 100644 --- a/gcc/ifcvt.h +++ b/gcc/ifcvt.h @@ -1,5 +1,5 @@ /* If-conversion header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.cc b/gcc/inchash.cc index b928f6f6bbd0..a30662b97fe7 100644 --- a/gcc/inchash.cc +++ b/gcc/inchash.cc @@ -1,5 +1,5 @@ /* Incremential hashing for jhash. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.h b/gcc/inchash.h index efee54bbb4bb..bf76308431d9 100644 --- a/gcc/inchash.h +++ b/gcc/inchash.h @@ -1,5 +1,5 @@ /* An incremental hash abstract data type. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/incpath.cc b/gcc/incpath.cc index bd2a97938eba..4d44321183fe 100644 --- a/gcc/incpath.cc +++ b/gcc/incpath.cc @@ -1,5 +1,5 @@ /* Set up combined include path chain for the preprocessor. - Copyright (C) 1986-2022 Free Software Foundation, Inc. + Copyright (C) 1986-2023 Free Software Foundation, Inc. Broken out of cppinit.c and cppfiles.c and rewritten Mar 2003. diff --git a/gcc/incpath.h b/gcc/incpath.h index 1f531523dcf7..9d192220a84b 100644 --- a/gcc/incpath.h +++ b/gcc/incpath.h @@ -1,5 +1,5 @@ /* Set up combined include path for the preprocessor. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/init-regs.cc b/gcc/init-regs.cc index 652befefdaa6..5ec58e77b390 100644 --- a/gcc/init-regs.cc +++ b/gcc/init-regs.cc @@ -1,5 +1,5 @@ /* Initialization of uninitialized regs. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.cc b/gcc/input.cc index 18777a813b0a..9702dbd39f0c 100644 --- a/gcc/input.cc +++ b/gcc/input.cc @@ -1,5 +1,5 @@ /* Data and functions related to line maps and input files. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.h b/gcc/input.h index 2173a39a773f..b1fa14adf5b0 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -1,6 +1,6 @@ /* Declarations for variables relating to reading the source file. Used by parsers, lexical analyzers, and error message routines. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h index c08a97c7de65..aa5fd8ebe0de 100644 --- a/gcc/insn-addr.h +++ b/gcc/insn-addr.h @@ -1,5 +1,5 @@ /* Macros to support INSN_ADDRESSES - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index dd3f1558c5ef..79735d19adef 100644 --- a/gcc/insn-notes.def +++ b/gcc/insn-notes.def @@ -1,5 +1,5 @@ /* Insn note definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/int-vector-builder.h b/gcc/int-vector-builder.h index 36680a7cd740..8c6f25ed7710 100644 --- a/gcc/int-vector-builder.h +++ b/gcc/int-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector integer constants. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.cc b/gcc/internal-fn.cc index 9471f543191e..54ce04c68305 100644 --- a/gcc/internal-fn.cc +++ b/gcc/internal-fn.cc @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.def b/gcc/internal-fn.def index 61516dab66dc..1389c1137d6d 100644 --- a/gcc/internal-fn.def +++ b/gcc/internal-fn.def @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.h b/gcc/internal-fn.h index 21b1ce43df6a..6f7a262a7632 100644 --- a/gcc/internal-fn.h +++ b/gcc/internal-fn.h @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.cc b/gcc/intl.cc index d83e351139cd..15bbb1acd9b1 100644 --- a/gcc/intl.cc +++ b/gcc/intl.cc @@ -1,5 +1,5 @@ /* Message translation utilities. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.h b/gcc/intl.h index a359a037ecb0..ad94090bdb38 100644 --- a/gcc/intl.h +++ b/gcc/intl.h @@ -1,5 +1,5 @@ /* intl.h - internationalization - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/ipa-comdats.cc b/gcc/ipa-comdats.cc index da792065ed3e..a4225f402330 100644 --- a/gcc/ipa-comdats.cc +++ b/gcc/ipa-comdats.cc @@ -1,5 +1,5 @@ /* Localize comdats. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-cp.cc b/gcc/ipa-cp.cc index 300bec54bbde..826bbc6222b7 100644 --- a/gcc/ipa-cp.cc +++ b/gcc/ipa-cp.cc @@ -1,5 +1,5 @@ /* Interprocedural constant propagation - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Razya Ladelsky and Martin Jambor diff --git a/gcc/ipa-devirt.cc b/gcc/ipa-devirt.cc index 265d07bb3541..5e27e4aeb308 100644 --- a/gcc/ipa-devirt.cc +++ b/gcc/ipa-devirt.cc @@ -1,6 +1,6 @@ /* Basic IPA utilities for type inheritance graph construction and devirtualization. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-fnsummary.cc b/gcc/ipa-fnsummary.cc index fd3d7d6c5e86..63bd525b4c56 100644 --- a/gcc/ipa-fnsummary.cc +++ b/gcc/ipa-fnsummary.cc @@ -1,5 +1,5 @@ /* Function summary pass. - 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. diff --git a/gcc/ipa-fnsummary.h b/gcc/ipa-fnsummary.h index 941fea6de0d0..546d15aea303 100644 --- a/gcc/ipa-fnsummary.h +++ b/gcc/ipa-fnsummary.h @@ -1,5 +1,5 @@ /* IPA function body analysis. - 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. diff --git a/gcc/ipa-free-lang-data.cc b/gcc/ipa-free-lang-data.cc index ccdbf849c25c..ff9657a6e068 100644 --- a/gcc/ipa-free-lang-data.cc +++ b/gcc/ipa-free-lang-data.cc @@ -1,7 +1,7 @@ /* Pass to free or clear language-specific data structures from the IL before they reach the middle end. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-icf-gimple.cc b/gcc/ipa-icf-gimple.cc index ab398ca051cd..f4180c0fa813 100644 --- a/gcc/ipa-icf-gimple.cc +++ b/gcc/ipa-icf-gimple.cc @@ -1,5 +1,5 @@ /* Interprocedural Identical Code Folding pass - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf-gimple.h b/gcc/ipa-icf-gimple.h index 8f498b31eefd..09a31e8e55a1 100644 --- a/gcc/ipa-icf-gimple.h +++ b/gcc/ipa-icf-gimple.h @@ -1,5 +1,5 @@ /* Interprocedural semantic function equality pass - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.cc b/gcc/ipa-icf.cc index 65baa84c0116..cb9f768d85de 100644 --- a/gcc/ipa-icf.cc +++ b/gcc/ipa-icf.cc @@ -1,5 +1,5 @@ /* Interprocedural Identical Code Folding pass - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index bb550923ad40..3a4ba290ce81 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -1,5 +1,5 @@ /* Interprocedural semantic function equality pass - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-inline-analysis.cc b/gcc/ipa-inline-analysis.cc index 7bd29c365907..a4ef955cd795 100644 --- a/gcc/ipa-inline-analysis.cc +++ b/gcc/ipa-inline-analysis.cc @@ -1,5 +1,5 @@ /* Analysis used by inlining decision heuristics. - 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. diff --git a/gcc/ipa-inline-transform.cc b/gcc/ipa-inline-transform.cc index 07288e57c732..fefcc8015410 100644 --- a/gcc/ipa-inline-transform.cc +++ b/gcc/ipa-inline-transform.cc @@ -1,5 +1,5 @@ /* Callgraph transformations to handle inlining - 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. diff --git a/gcc/ipa-inline.cc b/gcc/ipa-inline.cc index 14969198cde1..474fbff20574 100644 --- a/gcc/ipa-inline.cc +++ b/gcc/ipa-inline.cc @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - 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. diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h index dbaf8ee28fdd..b238316f9777 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - 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. diff --git a/gcc/ipa-modref-tree.cc b/gcc/ipa-modref-tree.cc index 44cb645954f2..de89d879bf4e 100644 --- a/gcc/ipa-modref-tree.cc +++ b/gcc/ipa-modref-tree.cc @@ -1,5 +1,5 @@ /* Data structure for the modref pass. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by David Cepelik and Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-modref-tree.h b/gcc/ipa-modref-tree.h index b788beed4775..8354e867b3f2 100644 --- a/gcc/ipa-modref-tree.h +++ b/gcc/ipa-modref-tree.h @@ -1,5 +1,5 @@ /* Data structure for the modref pass. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by David Cepelik and Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-modref.cc b/gcc/ipa-modref.cc index 0d9abacf0a6b..16e8bfb97a67 100644 --- a/gcc/ipa-modref.cc +++ b/gcc/ipa-modref.cc @@ -1,5 +1,5 @@ /* Search for references that a functions loads or stores. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by David Cepelik and Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-modref.h b/gcc/ipa-modref.h index 19114bcb4291..7a2fd730db6a 100644 --- a/gcc/ipa-modref.h +++ b/gcc/ipa-modref.h @@ -1,5 +1,5 @@ /* Search for references that a functions loads or stores. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-param-manipulation.cc b/gcc/ipa-param-manipulation.cc index da19d64cbceb..a0e4098a3f1b 100644 --- a/gcc/ipa-param-manipulation.cc +++ b/gcc/ipa-param-manipulation.cc @@ -1,6 +1,6 @@ /* Manipulation of formal and actual parameters of functions and function calls. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-param-manipulation.h b/gcc/ipa-param-manipulation.h index e20d34918b30..0281ac4d901e 100644 --- a/gcc/ipa-param-manipulation.h +++ b/gcc/ipa-param-manipulation.h @@ -1,6 +1,6 @@ /* Manipulation of formal and actual parameters of functions and function calls. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-polymorphic-call.cc b/gcc/ipa-polymorphic-call.cc index 22f28e990b22..a79d39c824b4 100644 --- a/gcc/ipa-polymorphic-call.cc +++ b/gcc/ipa-polymorphic-call.cc @@ -1,5 +1,5 @@ /* Analysis of polymorphic call context. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-predicate.cc b/gcc/ipa-predicate.cc index 3583c3331461..29478692b17d 100644 --- a/gcc/ipa-predicate.cc +++ b/gcc/ipa-predicate.cc @@ -1,5 +1,5 @@ /* IPA predicates. - 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. diff --git a/gcc/ipa-predicate.h b/gcc/ipa-predicate.h index 5dae89c05c51..2882bf8e6f0f 100644 --- a/gcc/ipa-predicate.h +++ b/gcc/ipa-predicate.h @@ -1,5 +1,5 @@ /* IPA predicates. - 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. diff --git a/gcc/ipa-profile.cc b/gcc/ipa-profile.cc index e0acc5d01889..78a40a118bca 100644 --- a/gcc/ipa-profile.cc +++ b/gcc/ipa-profile.cc @@ -1,5 +1,5 @@ /* Basic IPA optimizations based on profile. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.cc b/gcc/ipa-prop.cc index 08c7f97efb96..16c4b0365582 100644 --- a/gcc/ipa-prop.cc +++ b/gcc/ipa-prop.cc @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 0ba6ded47640..ea062e00a65b 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-pure-const.cc b/gcc/ipa-pure-const.cc index 0b748eee0eeb..224a582f77c3 100644 --- a/gcc/ipa-pure-const.cc +++ b/gcc/ipa-pure-const.cc @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-ref.cc b/gcc/ipa-ref.cc index d5708e5abc22..41cef11f75e0 100644 --- a/gcc/ipa-ref.cc +++ b/gcc/ipa-ref.cc @@ -1,5 +1,5 @@ /* Interprocedural reference lists. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h index aac67c18c38c..c07101022ce2 100644 --- a/gcc/ipa-ref.h +++ b/gcc/ipa-ref.h @@ -1,5 +1,5 @@ /* IPA reference lists. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-reference.cc b/gcc/ipa-reference.cc index bd6ee0d8c575..3ad83c3c18f6 100644 --- a/gcc/ipa-reference.cc +++ b/gcc/ipa-reference.cc @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h index 2048e4b81b12..8d8724579d9d 100644 --- a/gcc/ipa-reference.h +++ b/gcc/ipa-reference.h @@ -1,5 +1,5 @@ /* IPA handling of references. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-split.cc b/gcc/ipa-split.cc index 16734617d038..0113461065cc 100644 --- a/gcc/ipa-split.cc +++ b/gcc/ipa-split.cc @@ -1,5 +1,5 @@ /* Function splitting pass - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-sra.cc b/gcc/ipa-sra.cc index 6fe336eeb194..4d7c25c8784a 100644 --- a/gcc/ipa-sra.cc +++ b/gcc/ipa-sra.cc @@ -1,5 +1,5 @@ /* Interprocedural scalar replacement of aggregates - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Martin Jambor This file is part of GCC. diff --git a/gcc/ipa-utils.cc b/gcc/ipa-utils.cc index 67dd42f4faf4..163899af6af7 100644 --- a/gcc/ipa-utils.cc +++ b/gcc/ipa-utils.cc @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 3ca058c0b560..e7322e1bf4c3 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-visibility.cc b/gcc/ipa-visibility.cc index 238f7eb84d43..8ec82bb333e2 100644 --- a/gcc/ipa-visibility.cc +++ b/gcc/ipa-visibility.cc @@ -1,5 +1,5 @@ /* IPA visibility pass - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa.cc b/gcc/ipa.cc index d17aa86aebb5..4de605000b62 100644 --- a/gcc/ipa.cc +++ b/gcc/ipa.cc @@ -1,5 +1,5 @@ /* Basic IPA optimizations and utilities. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ira-build.cc b/gcc/ira-build.cc index 6bb7c30fb9eb..93e460331708 100644 --- a/gcc/ira-build.cc +++ b/gcc/ira-build.cc @@ -1,5 +1,5 @@ /* Building internal representation for IRA. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-color.cc b/gcc/ira-color.cc index f5f76e8089c9..fe6dfc6e7692 100644 --- a/gcc/ira-color.cc +++ b/gcc/ira-color.cc @@ -1,5 +1,5 @@ /* IRA allocation based on graph coloring. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-conflicts.cc b/gcc/ira-conflicts.cc index e43b513e848a..5aa080af4213 100644 --- a/gcc/ira-conflicts.cc +++ b/gcc/ira-conflicts.cc @@ -1,5 +1,5 @@ /* IRA conflict builder. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-costs.cc b/gcc/ira-costs.cc index 964c94a06ef5..4c28171f27dc 100644 --- a/gcc/ira-costs.cc +++ b/gcc/ira-costs.cc @@ -1,5 +1,5 @@ /* IRA hard register and memory cost calculation for allocnos or pseudos. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-emit.cc b/gcc/ira-emit.cc index ef020b56f8ef..bcc4f09f7c4f 100644 --- a/gcc/ira-emit.cc +++ b/gcc/ira-emit.cc @@ -1,5 +1,5 @@ /* Integrated Register Allocator. Changing code and generating moves. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-int.h b/gcc/ira-int.h index f42a314fa7f4..95ad76e96cec 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -1,5 +1,5 @@ /* Integrated Register Allocator (IRA) intercommunication header file. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-lives.cc b/gcc/ira-lives.cc index 7a92c442e2c9..6a3901ee234f 100644 --- a/gcc/ira-lives.cc +++ b/gcc/ira-lives.cc @@ -1,5 +1,5 @@ /* IRA processing allocno lives to build allocno live ranges. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira.cc b/gcc/ira.cc index d28a67b2546f..66df03e8a596 100644 --- a/gcc/ira.cc +++ b/gcc/ira.cc @@ -1,5 +1,5 @@ /* Integrated Register Allocator (IRA) entry point. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira.h b/gcc/ira.h index d19e8cd1a24d..58b50dbe8a22 100644 --- a/gcc/ira.h +++ b/gcc/ira.h @@ -1,6 +1,6 @@ /* Communication between the Integrated Register Allocator (IRA) and the rest of the compiler. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/is-a.h b/gcc/is-a.h index 2012e7bab794..b5355242655a 100644 --- a/gcc/is-a.h +++ b/gcc/is-a.h @@ -1,5 +1,5 @@ /* Dynamic testing for abstract is-a relationships. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Lawrence Crowl. This file is part of GCC. diff --git a/gcc/iterator-utils.h b/gcc/iterator-utils.h index 2da5556ecfc5..2c409bdaef4f 100644 --- a/gcc/iterator-utils.h +++ b/gcc/iterator-utils.h @@ -1,5 +1,5 @@ // Iterator-related utilities. -// Copyright (C) 2002-2022 Free Software Foundation, Inc. +// Copyright (C) 2002-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/json.cc b/gcc/json.cc index 3a79cac02ac5..01879c9c4669 100644 --- a/gcc/json.cc +++ b/gcc/json.cc @@ -1,5 +1,5 @@ /* JSON trees - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/json.h b/gcc/json.h index f7afd843dc54..aa52ba2951a1 100644 --- a/gcc/json.h +++ b/gcc/json.h @@ -1,5 +1,5 @@ /* JSON trees - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jump.cc b/gcc/jump.cc index e6207169be08..7a5db118e7a5 100644 --- a/gcc/jump.cc +++ b/gcc/jump.cc @@ -1,5 +1,5 @@ /* Optimize jump instructions, for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index 0f1bfbf255c9..c6d18526360c 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize the lang_hooks data structure. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/langhooks.cc b/gcc/langhooks.cc index 7d9756759900..9a1a9eccca96 100644 --- a/gcc/langhooks.cc +++ b/gcc/langhooks.cc @@ -1,5 +1,5 @@ /* Default language-specific hooks. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/langhooks.h b/gcc/langhooks.h index b1b2b0e10f09..cca75285fc2e 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -1,5 +1,5 @@ /* The lang_hooks data structure. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.cc b/gcc/lcm.cc index e66b71278b38..d7a86c75cd9b 100644 --- a/gcc/lcm.cc +++ b/gcc/lcm.cc @@ -1,5 +1,5 @@ /* Generic partial redundancy elimination with lazy code motion support. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.h b/gcc/lcm.h index b192ab7ea856..e08339352e03 100644 --- a/gcc/lcm.h +++ b/gcc/lcm.h @@ -1,5 +1,5 @@ /* Generic partial redundancy elimination with lazy code motion header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h index 354be0b78961..6f1bc70aeeba 100644 --- a/gcc/libfuncs.h +++ b/gcc/libfuncs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/limitx.h b/gcc/limitx.h index cac8cd2703ef..a897a4dfdf6c 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2022 Free Software Foundation, Inc. +/* Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lists.cc b/gcc/lists.cc index 63392de253d6..2cdf37ad5330 100644 --- a/gcc/lists.cc +++ b/gcc/lists.cc @@ -1,5 +1,5 @@ /* List management for the GCC expander. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/logical-location.h b/gcc/logical-location.h index 2e7b8e3ad1f4..d6b5c5182ef2 100644 --- a/gcc/logical-location.h +++ b/gcc/logical-location.h @@ -1,5 +1,5 @@ /* Logical location support, without knowledge of "tree". - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/loop-doloop.cc b/gcc/loop-doloop.cc index 30b45c8071a7..4feb0a25ab93 100644 --- a/gcc/loop-doloop.cc +++ b/gcc/loop-doloop.cc @@ -1,5 +1,5 @@ /* Perform doloop optimizations - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Based on code by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) This file is part of GCC. diff --git a/gcc/loop-init.cc b/gcc/loop-init.cc index f03c077cae1f..d8e246304077 100644 --- a/gcc/loop-init.cc +++ b/gcc/loop-init.cc @@ -1,5 +1,5 @@ /* Loop optimizer initialization routines and RTL loop optimization passes. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-invariant.cc b/gcc/loop-invariant.cc index 9b5f6cd3223c..a9b156682bc0 100644 --- a/gcc/loop-invariant.cc +++ b/gcc/loop-invariant.cc @@ -1,5 +1,5 @@ /* RTL-level loop invariant motion. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-iv.cc b/gcc/loop-iv.cc index d639336445a4..dfa4f7613bd0 100644 --- a/gcc/loop-iv.cc +++ b/gcc/loop-iv.cc @@ -1,5 +1,5 @@ /* Rtl-level induction variable analysis. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.cc b/gcc/loop-unroll.cc index 1956c54609c3..93333d8ba116 100644 --- a/gcc/loop-unroll.cc +++ b/gcc/loop-unroll.cc @@ -1,5 +1,5 @@ /* Loop unrolling. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.h b/gcc/loop-unroll.h index ffbba5fd2541..9d5446ac550a 100644 --- a/gcc/loop-unroll.h +++ b/gcc/loop-unroll.h @@ -1,5 +1,5 @@ /* Loop unrolling header file. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lower-subreg.cc b/gcc/lower-subreg.cc index 03e9326c663b..481e1e85a26f 100644 --- a/gcc/lower-subreg.cc +++ b/gcc/lower-subreg.cc @@ -1,5 +1,5 @@ /* Decompose multiword subregs. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Richard Henderson Ian Lance Taylor diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h index 72db4920341f..75b9a7d83e97 100644 --- a/gcc/lower-subreg.h +++ b/gcc/lower-subreg.h @@ -1,5 +1,5 @@ /* Target-dependent costs for lower-subreg.cc. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lra-assigns.cc b/gcc/lra-assigns.cc index 486e94f20063..73fbef299127 100644 --- a/gcc/lra-assigns.cc +++ b/gcc/lra-assigns.cc @@ -1,5 +1,5 @@ /* Assign reload pseudos. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-coalesce.cc b/gcc/lra-coalesce.cc index c82934569688..04a5bbd714b4 100644 --- a/gcc/lra-coalesce.cc +++ b/gcc/lra-coalesce.cc @@ -1,5 +1,5 @@ /* Coalesce spilled pseudos. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-constraints.cc b/gcc/lra-constraints.cc index 02b5ab4a3169..b0b3c5b01dc8 100644 --- a/gcc/lra-constraints.cc +++ b/gcc/lra-constraints.cc @@ -1,5 +1,5 @@ /* Code for RTL transformations to satisfy insn constraints. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-eliminations.cc b/gcc/lra-eliminations.cc index c630ff4af2d1..422063666690 100644 --- a/gcc/lra-eliminations.cc +++ b/gcc/lra-eliminations.cc @@ -1,5 +1,5 @@ /* Code for RTL register eliminations. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-int.h b/gcc/lra-int.h index 04baefef3483..2f1450b345c5 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -1,5 +1,5 @@ /* Local Register Allocator (LRA) intercommunication header file. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-lives.cc b/gcc/lra-lives.cc index a755464ee81f..f7a7066055a7 100644 --- a/gcc/lra-lives.cc +++ b/gcc/lra-lives.cc @@ -1,5 +1,5 @@ /* Build live ranges for pseudos. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-remat.cc b/gcc/lra-remat.cc index 5079eb50f28b..681dcf36331c 100644 --- a/gcc/lra-remat.cc +++ b/gcc/lra-remat.cc @@ -1,5 +1,5 @@ /* Rematerialize pseudos values. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-spills.cc b/gcc/lra-spills.cc index 4ddbe477d920..a8d7e60acd3b 100644 --- a/gcc/lra-spills.cc +++ b/gcc/lra-spills.cc @@ -1,5 +1,5 @@ /* Change pseudos by memory. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra.cc b/gcc/lra.cc index 1444cb759144..f7fdd601e716 100644 --- a/gcc/lra.cc +++ b/gcc/lra.cc @@ -1,5 +1,5 @@ /* LRA (local register allocator) driver and LRA utilities. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra.h b/gcc/lra.h index 4dd6cac7f4d9..ec25947d5fad 100644 --- a/gcc/lra.h +++ b/gcc/lra.h @@ -1,6 +1,6 @@ /* Communication between the Local Register Allocator (LRA) and the rest of the compiler. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lto-cgraph.cc b/gcc/lto-cgraph.cc index ad0005f01d21..eef5ea1d0618 100644 --- a/gcc/lto-cgraph.cc +++ b/gcc/lto-cgraph.cc @@ -1,7 +1,7 @@ /* Write and read the cgraph to the memory mapped representation of a .o file. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-compress.cc b/gcc/lto-compress.cc index 27f0992a838d..71733d91fe5d 100644 --- a/gcc/lto-compress.cc +++ b/gcc/lto-compress.cc @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-compress.h b/gcc/lto-compress.h index 3a3e72be2e18..68661174118c 100644 --- a/gcc/lto-compress.h +++ b/gcc/lto-compress.h @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-opts.cc b/gcc/lto-opts.cc index 968db3546175..896ff4d5c686 100644 --- a/gcc/lto-opts.cc +++ b/gcc/lto-opts.cc @@ -1,6 +1,6 @@ /* LTO IL options. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-section-in.cc b/gcc/lto-section-in.cc index ba87c727670d..07cf7326582b 100644 --- a/gcc/lto-section-in.cc +++ b/gcc/lto-section-in.cc @@ -1,6 +1,6 @@ /* Input functions for reading LTO sections. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-section-names.h b/gcc/lto-section-names.h index b6588f80568e..aa1b2f2eeff2 100644 --- a/gcc/lto-section-names.h +++ b/gcc/lto-section-names.h @@ -1,5 +1,5 @@ /* Definitions for LTO section names. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lto-section-out.cc b/gcc/lto-section-out.cc index df77f2232ebb..c6f252a722c0 100644 --- a/gcc/lto-section-out.cc +++ b/gcc/lto-section-out.cc @@ -1,6 +1,6 @@ /* Functions for writing LTO sections. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-streamer-in.cc b/gcc/lto-streamer-in.cc index 5439651a576c..03cb41cfa16b 100644 --- a/gcc/lto-streamer-in.cc +++ b/gcc/lto-streamer-in.cc @@ -1,6 +1,6 @@ /* Read the GIMPLE representation from a file stream. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck Re-implemented by Diego Novillo diff --git a/gcc/lto-streamer-out.cc b/gcc/lto-streamer-out.cc index 08f75b092041..0bca530313cf 100644 --- a/gcc/lto-streamer-out.cc +++ b/gcc/lto-streamer-out.cc @@ -1,6 +1,6 @@ /* Write the GIMPLE representation to a file stream. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck Re-implemented by Diego Novillo diff --git a/gcc/lto-streamer.cc b/gcc/lto-streamer.cc index 72a75f850eef..4968fd13413e 100644 --- a/gcc/lto-streamer.cc +++ b/gcc/lto-streamer.cc @@ -1,7 +1,7 @@ /* Miscellaneous utilities for GIMPLE streaming. Things that are used in both input and output are here. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 2e3abd97959a..d544dabe184f 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -1,7 +1,7 @@ /* Data structures and declarations used for reading and writing GIMPLE to a file stream. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/lto-wrapper.cc b/gcc/lto-wrapper.cc index b12bcc1ad273..11c4d1b38a4f 100644 --- a/gcc/lto-wrapper.cc +++ b/gcc/lto-wrapper.cc @@ -1,5 +1,5 @@ /* Wrapper to call lto. Used by collect2 and the linker plugin. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Factored out of collect2 by Rafael Espindola diff --git a/gcc/machmode.def b/gcc/machmode.def index d62563601fc3..62e2ba10d457 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the machine modes used in the GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/machmode.h b/gcc/machmode.h index 99b0e4677d65..f1865c1ef425 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -1,5 +1,5 @@ /* Machine mode definitions for GCC; included by rtl.h and tree.h. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/main.cc b/gcc/main.cc index 4ba28b7de53f..21f36fa19dda 100644 --- a/gcc/main.cc +++ b/gcc/main.cc @@ -1,5 +1,5 @@ /* main.c: defines main() for cc1, cc1plus, etc. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/make-unique.h b/gcc/make-unique.h index c9a7d6ef6cec..cd4dca03cc18 100644 --- a/gcc/make-unique.h +++ b/gcc/make-unique.h @@ -1,5 +1,5 @@ /* Minimal implementation of make_unique for C++11 compatibility. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/match.pd b/gcc/match.pd index 697d8de9a40c..d1601567770b 100644 --- a/gcc/match.pd +++ b/gcc/match.pd @@ -2,7 +2,7 @@ This file is consumed by genmatch which produces gimple-match.cc and generic-match.cc from it. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/mcf.cc b/gcc/mcf.cc index af49758621b5..4c65ec9bbb27 100644 --- a/gcc/mcf.cc +++ b/gcc/mcf.cc @@ -1,6 +1,6 @@ /* Routines to implement minimum-cost maximal flow algorithm used to smooth basic block and edge frequency counts. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Paul Yuan (yingbo.com@gmail.com) and Vinodha Ramasamy (vinodha@google.com). diff --git a/gcc/mem-stats-traits.h b/gcc/mem-stats-traits.h index 40df2ac18816..0ffa05efa2ee 100644 --- a/gcc/mem-stats-traits.h +++ b/gcc/mem-stats-traits.h @@ -1,5 +1,5 @@ /* A memory statistics traits. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/mem-stats.h b/gcc/mem-stats.h index 35ceb984de4d..1ddc2567d837 100644 --- a/gcc/mem-stats.h +++ b/gcc/mem-stats.h @@ -1,5 +1,5 @@ /* A memory statistics tracking infrastructure. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/memmodel.h b/gcc/memmodel.h index 01ac7aab8c64..308beca18baf 100644 --- a/gcc/memmodel.h +++ b/gcc/memmodel.h @@ -1,5 +1,5 @@ /* Prototypes of memory model helper functions. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.cc b/gcc/memory-block.cc index 3aa68e34d14e..b859e61d1a4a 100644 --- a/gcc/memory-block.cc +++ b/gcc/memory-block.cc @@ -1,5 +1,5 @@ /* Shared pool of memory blocks for pool allocators. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.h b/gcc/memory-block.h index 2b6ec1e38080..16d5d25cf3db 100644 --- a/gcc/memory-block.h +++ b/gcc/memory-block.h @@ -1,5 +1,5 @@ /* Shared pool of memory blocks for pool allocators. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mkconfig.sh b/gcc/mkconfig.sh index 91cc43f69ff1..054ede89647d 100644 --- a/gcc/mkconfig.sh +++ b/gcc/mkconfig.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2022 Free Software Foundation, Inc. +# Copyright (C) 2001-2023 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/mode-classes.def b/gcc/mode-classes.def index 7df5ad287107..de42d7ee6fb0 100644 --- a/gcc/mode-classes.def +++ b/gcc/mode-classes.def @@ -1,5 +1,5 @@ /* Machine mode class definitions for GCC. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mode-switching.cc b/gcc/mode-switching.cc index b0f6e7cedd42..2d2818f5674d 100644 --- a/gcc/mode-switching.cc +++ b/gcc/mode-switching.cc @@ -1,5 +1,5 @@ /* CPU mode switching - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/modulo-sched.cc b/gcc/modulo-sched.cc index 162de199da68..26752213d19a 100644 --- a/gcc/modulo-sched.cc +++ b/gcc/modulo-sched.cc @@ -1,5 +1,5 @@ /* Swing Modulo Scheduling implementation. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/multiple_target.cc b/gcc/multiple_target.cc index fd88c22b0029..a2ed048d7dd2 100644 --- a/gcc/multiple_target.cc +++ b/gcc/multiple_target.cc @@ -2,7 +2,7 @@ Contributed by Evgeny Stupachenko - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mux-utils.h b/gcc/mux-utils.h index e16964675832..1023540f67df 100644 --- a/gcc/mux-utils.h +++ b/gcc/mux-utils.h @@ -1,5 +1,5 @@ // Multiplexer utilities -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/obstack-utils.h b/gcc/obstack-utils.h index 89fe3ba09377..fde22111dafd 100644 --- a/gcc/obstack-utils.h +++ b/gcc/obstack-utils.h @@ -1,5 +1,5 @@ // Obstack-related utilities. -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/omp-builtins.def b/gcc/omp-builtins.def index ee5213eedcf7..e0f03263db02 100644 --- a/gcc/omp-builtins.def +++ b/gcc/omp-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Offloading and Multi Processing builtins used in the GNU compiler. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.cc b/gcc/omp-expand.cc index c636a174e361..c7ef41924d6e 100644 --- a/gcc/omp-expand.cc +++ b/gcc/omp-expand.cc @@ -2,7 +2,7 @@ directives to separate functions, converts others into explicit calls to the runtime library (libgomp) and so forth -Copyright (C) 2005-2022 Free Software Foundation, Inc. +Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.h b/gcc/omp-expand.h index a6693a04a406..d95d19a94225 100644 --- a/gcc/omp-expand.h +++ b/gcc/omp-expand.h @@ -2,7 +2,7 @@ directives to separate functions, converts others into explicit calls to the runtime library (libgomp) and so forth -Copyright (C) 2005-2022 Free Software Foundation, Inc. +Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.cc b/gcc/omp-general.cc index 0b4ec823479a..eefdcb54590f 100644 --- a/gcc/omp-general.cc +++ b/gcc/omp-general.cc @@ -1,7 +1,7 @@ /* General types and functions that are uselful for processing of OpenMP, OpenACC and similar directivers at various stages of compilation. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.h b/gcc/omp-general.h index 1b5455a0a8ff..74e30c5e3139 100644 --- a/gcc/omp-general.h +++ b/gcc/omp-general.h @@ -1,7 +1,7 @@ /* General types and functions that are uselful for processing of OpenMP, OpenACC and similar directivers at various stages of compilation. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.cc b/gcc/omp-low.cc index 82a93d00f67f..fef41a013ec6 100644 --- a/gcc/omp-low.cc +++ b/gcc/omp-low.cc @@ -4,7 +4,7 @@ Contributed by Diego Novillo - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.h b/gcc/omp-low.h index 0b51b9b9ee2b..6783cd8b113f 100644 --- a/gcc/omp-low.h +++ b/gcc/omp-low.h @@ -1,5 +1,5 @@ /* Header file for openMP lowering directives. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-oacc-kernels-decompose.cc b/gcc/omp-oacc-kernels-decompose.cc index df333ba34ab2..ffc0a8f813e5 100644 --- a/gcc/omp-oacc-kernels-decompose.cc +++ b/gcc/omp-oacc-kernels-decompose.cc @@ -1,7 +1,7 @@ /* Decompose OpenACC 'kernels' constructs into parts, a sequence of compute constructs - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-oacc-neuter-broadcast.cc b/gcc/omp-oacc-neuter-broadcast.cc index b6177794cde7..6328253018ef 100644 --- a/gcc/omp-oacc-neuter-broadcast.cc +++ b/gcc/omp-oacc-neuter-broadcast.cc @@ -1,6 +1,6 @@ /* OpenACC worker partitioning via middle end neutering/broadcasting scheme - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.cc b/gcc/omp-offload.cc index 77be06652675..3bd144e9ccf6 100644 --- a/gcc/omp-offload.cc +++ b/gcc/omp-offload.cc @@ -1,7 +1,7 @@ /* Bits of OpenMP and OpenACC handling that is specific to device offloading and a lowering pass for OpenACC device directives. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.h b/gcc/omp-offload.h index ea8ff1f815f4..73711e74c7de 100644 --- a/gcc/omp-offload.h +++ b/gcc/omp-offload.h @@ -1,7 +1,7 @@ /* Bits of OpenMP and OpenACC handling that is specific to device offloading and a lowering pass for OpenACC device directives. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-simd-clone.cc b/gcc/omp-simd-clone.cc index 21d69aa87470..b0fd2d2ddc55 100644 --- a/gcc/omp-simd-clone.cc +++ b/gcc/omp-simd-clone.cc @@ -1,6 +1,6 @@ /* OMP constructs' SIMD clone supporting code. -Copyright (C) 2005-2022 Free Software Foundation, Inc. +Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-simd-clone.h b/gcc/omp-simd-clone.h index f27068da6837..ce27caa1feab 100644 --- a/gcc/omp-simd-clone.h +++ b/gcc/omp-simd-clone.h @@ -1,6 +1,6 @@ /* OMP constructs' SIMD clone supporting code. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opt-functions.awk b/gcc/opt-functions.awk index 2aee0b9f1c35..36de46393183 100644 --- a/gcc/opt-functions.awk +++ b/gcc/opt-functions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-gather.awk b/gcc/opt-gather.awk index 1a4c66ceb735..93fcf078658c 100644 --- a/gcc/opt-gather.awk +++ b/gcc/opt-gather.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-include.awk b/gcc/opt-include.awk index 4b8898291166..2723e1f5a1c7 100644 --- a/gcc/opt-include.awk +++ b/gcc/opt-include.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2022 Free Software Foundation, Inc. +# Copyright (C) 2010-2023 Free Software Foundation, Inc. # Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) # # This program is free software; you can redistribute it and/or modify it diff --git a/gcc/opt-problem.cc b/gcc/opt-problem.cc index 11fec57d6791..991727192053 100644 --- a/gcc/opt-problem.cc +++ b/gcc/opt-problem.cc @@ -1,5 +1,5 @@ /* Rich optional information on why an optimization wasn't possible. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opt-problem.h b/gcc/opt-problem.h index 9715e9248e0d..e0c9cb3e3d2b 100644 --- a/gcc/opt-problem.h +++ b/gcc/opt-problem.h @@ -1,5 +1,5 @@ /* Rich information on why an optimization wasn't possible. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opt-read.awk b/gcc/opt-read.awk index ce3617c8d4aa..fc4e3d77910c 100644 --- a/gcc/opt-read.awk +++ b/gcc/opt-read.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-suggestions.cc b/gcc/opt-suggestions.cc index 33f298560a1a..cc0adc28ac3a 100644 --- a/gcc/opt-suggestions.cc +++ b/gcc/opt-suggestions.cc @@ -1,6 +1,6 @@ /* Provide option suggestion for --complete option and a misspelled used by a user. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opt-suggestions.h b/gcc/opt-suggestions.h index 1071a76dd5da..89dad0179cf0 100644 --- a/gcc/opt-suggestions.h +++ b/gcc/opt-suggestions.h @@ -1,6 +1,6 @@ /* Provide suggestions to handle misspelled options, and implement the --complete option for auto-completing options from a prefix. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-libfuncs.cc b/gcc/optabs-libfuncs.cc index ba7c78db7391..f1abe6916d34 100644 --- a/gcc/optabs-libfuncs.cc +++ b/gcc/optabs-libfuncs.cc @@ -1,5 +1,5 @@ /* Mapping from optabs to underlying library functions - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-libfuncs.h b/gcc/optabs-libfuncs.h index 499b0449100e..88438c42136c 100644 --- a/gcc/optabs-libfuncs.h +++ b/gcc/optabs-libfuncs.h @@ -1,5 +1,5 @@ /* Mapping from optabs to underlying library functions - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.cc b/gcc/optabs-query.cc index 44ce41e95e36..276f8408dd74 100644 --- a/gcc/optabs-query.cc +++ b/gcc/optabs-query.cc @@ -1,5 +1,5 @@ /* IR-agnostic target query functions relating to optabs - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.h b/gcc/optabs-query.h index 945d2a803b60..ed03bbcc3c3f 100644 --- a/gcc/optabs-query.h +++ b/gcc/optabs-query.h @@ -1,5 +1,5 @@ /* IR-agnostic target query functions relating to optabs - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.cc b/gcc/optabs-tree.cc index 8383fe820b08..8010046c6a8b 100644 --- a/gcc/optabs-tree.cc +++ b/gcc/optabs-tree.cc @@ -1,5 +1,5 @@ /* Tree-based target query functions relating to optabs - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.h b/gcc/optabs-tree.h index 307d9014bdab..526bfe8761bd 100644 --- a/gcc/optabs-tree.h +++ b/gcc/optabs-tree.h @@ -1,5 +1,5 @@ /* Tree-based target query functions relating to optabs - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.cc b/gcc/optabs.cc index 2ffd455202d3..cf22bfec3f55 100644 --- a/gcc/optabs.cc +++ b/gcc/optabs.cc @@ -1,5 +1,5 @@ /* Expand the basic unary and binary arithmetic operations, for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.def b/gcc/optabs.def index 5516a59c1250..695f5911b300 100644 --- a/gcc/optabs.def +++ b/gcc/optabs.def @@ -1,5 +1,5 @@ /* Definitions for operation tables, or "optabs". - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.h b/gcc/optabs.h index cd55604bc3d4..7ab2a85e8180 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk index 595d3cff6777..54897c59463b 100644 --- a/gcc/optc-gen.awk +++ b/gcc/optc-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/optc-save-gen.awk b/gcc/optc-save-gen.awk index 2b8557f41ada..e91adf7f132b 100644 --- a/gcc/optc-save-gen.awk +++ b/gcc/optc-save-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 8bba8ec45492..71404f9eff6e 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2022 Free Software Foundation, Inc. +# Copyright (C) 2003-2023 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/optinfo-emit-json.cc b/gcc/optinfo-emit-json.cc index ca18d26ff52e..a4e8faa83732 100644 --- a/gcc/optinfo-emit-json.cc +++ b/gcc/optinfo-emit-json.cc @@ -1,5 +1,5 @@ /* Emit optimization information as JSON files. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo-emit-json.h b/gcc/optinfo-emit-json.h index e3c5a1466f29..62b0619e565c 100644 --- a/gcc/optinfo-emit-json.h +++ b/gcc/optinfo-emit-json.h @@ -1,5 +1,5 @@ /* Emit optimization information as JSON files. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo.cc b/gcc/optinfo.cc index 4b1f08e81394..c7c07801cd02 100644 --- a/gcc/optinfo.cc +++ b/gcc/optinfo.cc @@ -1,5 +1,5 @@ /* Optimization information. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/optinfo.h b/gcc/optinfo.h index 4585f2e201d3..185c3169978a 100644 --- a/gcc/optinfo.h +++ b/gcc/optinfo.h @@ -1,5 +1,5 @@ /* Optimization information. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/opts-common.cc b/gcc/opts-common.cc index bff2be02d38b..c3ede438ac02 100644 --- a/gcc/opts-common.cc +++ b/gcc/opts-common.cc @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-diagnostic.h b/gcc/opts-diagnostic.h index ced633a38a77..b36fb46cc929 100644 --- a/gcc/opts-diagnostic.h +++ b/gcc/opts-diagnostic.h @@ -1,5 +1,5 @@ /* Command line option handling. Interactions with diagnostics code. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-global.cc b/gcc/opts-global.cc index 4355e26747af..d07838490fd3 100644 --- a/gcc/opts-global.cc +++ b/gcc/opts-global.cc @@ -1,6 +1,6 @@ /* Command line option handling. Code involving global state that should not be shared with the driver. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-jobserver.h b/gcc/opts-jobserver.h index 284b2417837c..4756be824a2c 100644 --- a/gcc/opts-jobserver.h +++ b/gcc/opts-jobserver.h @@ -1,5 +1,5 @@ /* GNU make's jobserver related functionality. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts.cc b/gcc/opts.cc index 7981e2c9540d..9ba47d7deaa2 100644 --- a/gcc/opts.cc +++ b/gcc/opts.cc @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Neil Booth. This file is part of GCC. diff --git a/gcc/opts.h b/gcc/opts.h index ce4fd5c39b9c..9959a440ca1b 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ordered-hash-map-tests.cc b/gcc/ordered-hash-map-tests.cc index 7485dc2aa029..1c26bbfa9793 100644 --- a/gcc/ordered-hash-map-tests.cc +++ b/gcc/ordered-hash-map-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for ordered-hash-map.h. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ordered-hash-map.h b/gcc/ordered-hash-map.h index b711df7bfcd5..6b68cc96305d 100644 --- a/gcc/ordered-hash-map.h +++ b/gcc/ordered-hash-map.h @@ -1,5 +1,5 @@ /* A type-safe hash map that retains the insertion order of keys. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/output.h b/gcc/output.h index 6936bdeeb6ca..877d2afa55ba 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -1,6 +1,6 @@ /* Declarations for insn-output.cc and other code to write to asm_out_file. These functions are defined in final.cc, and varasm.cc. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params.opt b/gcc/params.opt index e0380bf10f9e..e178dec16009 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1,6 +1,6 @@ ; Parameter options of the compiler. -; Copyright (C) 2019-2022 Free Software Foundation, Inc. +; Copyright (C) 2019-2023 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/pass_manager.h b/gcc/pass_manager.h index 43484da27001..5b7f44ad8a04 100644 --- a/gcc/pass_manager.h +++ b/gcc/pass_manager.h @@ -1,5 +1,5 @@ /* pass_manager.h - The pipeline of optimization passes - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.cc b/gcc/passes.cc index 347214e81d0c..91d560720c3d 100644 --- a/gcc/passes.cc +++ b/gcc/passes.cc @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.def b/gcc/passes.def index 462e9afad610..c9a8f19747b2 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -1,5 +1,5 @@ /* Description of pass structure - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.cc b/gcc/plugin.cc index 6c42e057cbc3..71ddbfe6c103 100644 --- a/gcc/plugin.cc +++ b/gcc/plugin.cc @@ -1,5 +1,5 @@ /* Support for GCC plugin mechanism. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.def b/gcc/plugin.def index a8808288b8dd..5cf62acf5387 100644 --- a/gcc/plugin.def +++ b/gcc/plugin.def @@ -1,5 +1,5 @@ /* This file contains the definitions for plugin events in GCC. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.h b/gcc/plugin.h index e7e8b51d15a1..3b6f7fd19ee2 100644 --- a/gcc/plugin.h +++ b/gcc/plugin.h @@ -1,5 +1,5 @@ /* Header file for internal GCC plugin mechanism. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/po/EXCLUDES b/gcc/po/EXCLUDES index 02550beea242..4b319d0186a6 100644 --- a/gcc/po/EXCLUDES +++ b/gcc/po/EXCLUDES @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2022 Free Software Foundation, Inc. +# Copyright (C) 2001-2023 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/po/exgettext b/gcc/po/exgettext index 43b2e81bd243..12c9fd236eb0 100644 --- a/gcc/po/exgettext +++ b/gcc/po/exgettext @@ -1,6 +1,6 @@ #! /bin/sh # Wrapper around gettext for programs using the msgid convention. -# Copyright (C) 1998-2022 Free Software Foundation, Inc. +# Copyright (C) 1998-2023 Free Software Foundation, Inc. # Written by Paul Eggert . # Revised by Zack Weinberg for no-POTFILES operation. diff --git a/gcc/pointer-query.cc b/gcc/pointer-query.cc index ea6ca684d93a..5b05e9bedf88 100644 --- a/gcc/pointer-query.cc +++ b/gcc/pointer-query.cc @@ -1,6 +1,6 @@ /* Definitions of the pointer_query and related classes. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/pointer-query.h b/gcc/pointer-query.h index 19a6f15aab25..2522ac9a4f67 100644 --- a/gcc/pointer-query.h +++ b/gcc/pointer-query.h @@ -1,6 +1,6 @@ /* Definitions of the pointer_query and related classes. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/poly-int-types.h b/gcc/poly-int-types.h index e14143cebc39..07e5da056718 100644 --- a/gcc/poly-int-types.h +++ b/gcc/poly-int-types.h @@ -1,5 +1,5 @@ /* Typedefs for polynomial integers used in GCC. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/poly-int.h b/gcc/poly-int.h index d085544a57e9..12571455081d 100644 --- a/gcc/poly-int.h +++ b/gcc/poly-int.h @@ -1,5 +1,5 @@ /* Polynomial integer classes. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/postreload-gcse.cc b/gcc/postreload-gcse.cc index 2818f54dedd2..1f374eacff57 100644 --- a/gcc/postreload-gcse.cc +++ b/gcc/postreload-gcse.cc @@ -1,5 +1,5 @@ /* Post reload partially redundant load elimination - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/postreload.cc b/gcc/postreload.cc index 41f61d326482..fb392651e1b6 100644 --- a/gcc/postreload.cc +++ b/gcc/postreload.cc @@ -1,5 +1,5 @@ /* Perform simple optimizations to clean up the result of reload. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.cc b/gcc/predict.cc index 1bc7ab944540..851117e5facc 100644 --- a/gcc/predict.cc +++ b/gcc/predict.cc @@ -1,5 +1,5 @@ /* Branch prediction routines for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.def b/gcc/predict.def index c3f76f566b73..1f391a01e856 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -1,5 +1,5 @@ /* Definitions for the branch prediction routines in the GNU compiler. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.h b/gcc/predict.h index 254843737692..d9a7fc3eca1b 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -1,5 +1,5 @@ /* Definitions for branch prediction routines in the GNU compiler. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.cc b/gcc/prefix.cc index 096ed5afa3dd..f03d3575bf15 100644 --- a/gcc/prefix.cc +++ b/gcc/prefix.cc @@ -1,5 +1,5 @@ /* Utility to update paths from internal to external forms. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.h b/gcc/prefix.h index 8276eb86a1dd..73a4175d32d1 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -1,5 +1,5 @@ /* Provide prototypes for functions exported from prefix.cc. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/pretty-print.cc b/gcc/pretty-print.cc index 3ee206d2a42c..7d294717f50c 100644 --- a/gcc/pretty-print.cc +++ b/gcc/pretty-print.cc @@ -1,5 +1,5 @@ /* Various declarations for language-independent pretty-print subroutines. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h index d810e57bb14b..c7788d720f89 100644 --- a/gcc/pretty-print.h +++ b/gcc/pretty-print.h @@ -1,5 +1,5 @@ /* Various declarations for language-independent pretty-print subroutines. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/print-rtl-function.cc b/gcc/print-rtl-function.cc index d7fd2ac31a54..a2a86f6c800c 100644 --- a/gcc/print-rtl-function.cc +++ b/gcc/print-rtl-function.cc @@ -1,5 +1,5 @@ /* Print RTL functions for GCC. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.cc b/gcc/print-rtl.cc index e115f987173c..f67bf8687787 100644 --- a/gcc/print-rtl.cc +++ b/gcc/print-rtl.cc @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h index 7703f3f90d37..ddaec1077100 100644 --- a/gcc/print-rtl.h +++ b/gcc/print-rtl.h @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.cc b/gcc/print-tree.cc index 58a98250cc4f..1f3afcbbc86e 100644 --- a/gcc/print-tree.cc +++ b/gcc/print-tree.cc @@ -1,5 +1,5 @@ /* Prints out tree in human readable form - GCC - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.h b/gcc/print-tree.h index 035e22912a78..7683730484f8 100644 --- a/gcc/print-tree.h +++ b/gcc/print-tree.h @@ -1,5 +1,5 @@ /* Declarations for printing trees in human readable form - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/profile-count.cc b/gcc/profile-count.cc index af8d0374b292..d05fef3fb003 100644 --- a/gcc/profile-count.cc +++ b/gcc/profile-count.cc @@ -1,5 +1,5 @@ /* Profile counter container type. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/profile-count.h b/gcc/profile-count.h index 141a8827001f..0739e26fe747 100644 --- a/gcc/profile-count.h +++ b/gcc/profile-count.h @@ -1,5 +1,5 @@ /* Profile counter container type. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/profile.cc b/gcc/profile.cc index 1527a04124fe..a71800d5ce63 100644 --- a/gcc/profile.cc +++ b/gcc/profile.cc @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/profile.h b/gcc/profile.h index c5b6f4889964..242b0a465075 100644 --- a/gcc/profile.h +++ b/gcc/profile.h @@ -1,6 +1,6 @@ /* Header file for minimum-cost maximal flow routines used to smooth basic block and edge frequency counts. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Paul Yuan (yingbo.com@gmail.com) and Vinodha Ramasamy (vinodha@google.com). diff --git a/gcc/range-op-float.cc b/gcc/range-op-float.cc index 929ff9c3f870..986a3896a4ff 100644 --- a/gcc/range-op-float.cc +++ b/gcc/range-op-float.cc @@ -1,5 +1,5 @@ /* Floating point range operators. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/range-op.cc b/gcc/range-op.cc index e53f3a70ea0a..ec75e07bc8a3 100644 --- a/gcc/range-op.cc +++ b/gcc/range-op.cc @@ -1,5 +1,5 @@ /* Code for range operators. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/range-op.h b/gcc/range-op.h index da85b5b8e437..b7b8a3b9473d 100644 --- a/gcc/range-op.h +++ b/gcc/range-op.h @@ -1,5 +1,5 @@ /* Header file for range operator class. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod and Aldy Hernandez . diff --git a/gcc/range.cc b/gcc/range.cc index b90667ba1179..d9e9e0c788cf 100644 --- a/gcc/range.cc +++ b/gcc/range.cc @@ -1,5 +1,5 @@ /* Misc range functions. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/range.h b/gcc/range.h index ba3a6b2516fb..12f907c4abfa 100644 --- a/gcc/range.h +++ b/gcc/range.h @@ -1,5 +1,5 @@ /* Header file for misc range functions. -*- C++ -*- - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/read-md.cc b/gcc/read-md.cc index 6dce411e456b..fd38818e3a3e 100644 --- a/gcc/read-md.cc +++ b/gcc/read-md.cc @@ -1,5 +1,5 @@ /* MD reader for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-md.h b/gcc/read-md.h index 7d8cd4a8336b..cc0670a04b5c 100644 --- a/gcc/read-md.h +++ b/gcc/read-md.h @@ -1,5 +1,5 @@ /* MD reader definitions. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl-function.cc b/gcc/read-rtl-function.cc index 3bcff1540e7f..74bd4ddb336c 100644 --- a/gcc/read-rtl-function.cc +++ b/gcc/read-rtl-function.cc @@ -1,5 +1,5 @@ /* read-rtl-function.cc - Reader for RTL function dumps - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl-function.h b/gcc/read-rtl-function.h index 11cc3b87777e..1e9806697ebc 100644 --- a/gcc/read-rtl-function.h +++ b/gcc/read-rtl-function.h @@ -1,5 +1,5 @@ /* read-rtl-function.h - Reader for RTL function dumps - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl.cc b/gcc/read-rtl.cc index 62c7895af606..8cb25aebdbb7 100644 --- a/gcc/read-rtl.cc +++ b/gcc/read-rtl.cc @@ -1,5 +1,5 @@ /* RTL reader for GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/real.cc b/gcc/real.cc index 1c71858dd016..126695bf2e22 100644 --- a/gcc/real.cc +++ b/gcc/real.cc @@ -1,5 +1,5 @@ /* real.cc - software floating point emulation. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. Contributed by Stephen L. Moshier (moshier@world.std.com). Re-written by Richard Henderson diff --git a/gcc/real.h b/gcc/real.h index b14bcdd3fdef..dd41c65d7866 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -1,5 +1,5 @@ /* Definitions of floating-point access for GNU compiler. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.cc b/gcc/realmpfr.cc index f7f096330ce9..1627d4983cfc 100644 --- a/gcc/realmpfr.cc +++ b/gcc/realmpfr.cc @@ -1,5 +1,5 @@ /* Conversion routines from GCC internal float representation to MPFR. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.h b/gcc/realmpfr.h index edc08385fe84..5e032c05f25d 100644 --- a/gcc/realmpfr.h +++ b/gcc/realmpfr.h @@ -1,6 +1,6 @@ /* Definitions of floating-point conversion from compiler internal format to MPFR. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.cc b/gcc/recog.cc index dac172bc7c00..200cf4214f14 100644 --- a/gcc/recog.cc +++ b/gcc/recog.cc @@ -1,5 +1,5 @@ /* Subroutines used by or related to instruction recognition. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.h b/gcc/recog.h index 66da18df83e4..86da3c2bdbba 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -1,5 +1,5 @@ /* Declarations for interface to insn recognizer and insn-output.cc. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ree.cc b/gcc/ree.cc index da64ef679b7f..98bd80efd7bb 100644 --- a/gcc/ree.cc +++ b/gcc/ree.cc @@ -1,5 +1,5 @@ /* Redundant Extension Elimination pass for the GNU compiler. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) Based on the Redundant Zero-extension elimination pass contributed by diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index 704bc75b0e7a..23de1f13ee98 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -1,5 +1,5 @@ /* Register note definitions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reg-stack.cc b/gcc/reg-stack.cc index 4046f17f98f1..635b5825333e 100644 --- a/gcc/reg-stack.cc +++ b/gcc/reg-stack.cc @@ -1,5 +1,5 @@ /* Register to Stack convert for GNU compiler. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.cc b/gcc/regcprop.cc index ce9d32a4fb74..f426f4fedcd5 100644 --- a/gcc/regcprop.cc +++ b/gcc/regcprop.cc @@ -1,5 +1,5 @@ /* Copy propagation on hard registers for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.h b/gcc/regcprop.h index 75636bfd5c18..74f29ea52b9c 100644 --- a/gcc/regcprop.h +++ b/gcc/regcprop.h @@ -1,5 +1,5 @@ /* Copy propagation on hard registers. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reginfo.cc b/gcc/reginfo.cc index 705779d5c182..24f612bed59a 100644 --- a/gcc/reginfo.cc +++ b/gcc/reginfo.cc @@ -1,5 +1,5 @@ /* Compute different info about registers. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.cc b/gcc/regrename.cc index b15eb80f0229..0867b8e555c9 100644 --- a/gcc/regrename.cc +++ b/gcc/regrename.cc @@ -1,5 +1,5 @@ /* Register renaming for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.h b/gcc/regrename.h index e8160ec8d80a..ae33cc1b7ce4 100644 --- a/gcc/regrename.h +++ b/gcc/regrename.h @@ -1,5 +1,5 @@ /* This file contains definitions for the register renamer. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regs.h b/gcc/regs.h index f72b06fb5650..d0f029f7749c 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -1,5 +1,5 @@ /* Define per-register tables for data flow info and register allocation. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regset.h b/gcc/regset.h index 0053538060f1..a5f69611aa70 100644 --- a/gcc/regset.h +++ b/gcc/regset.h @@ -1,5 +1,5 @@ /* Define regsets. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regstat.cc b/gcc/regstat.cc index db2835474b87..85165e94dfba 100644 --- a/gcc/regstat.cc +++ b/gcc/regstat.cc @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck (zadeck@naturalbridge.com). This file is part of GCC. diff --git a/gcc/reload.cc b/gcc/reload.cc index 3ed901e39447..d079bc120d52 100644 --- a/gcc/reload.cc +++ b/gcc/reload.cc @@ -1,5 +1,5 @@ /* Search an insn for pseudo regs that must be in hard regs and are not. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload.h b/gcc/reload.h index 927a181b73b7..0982d0c5d51d 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -1,5 +1,5 @@ /* Communication between reload.cc, reload1.cc and the rest of compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload1.cc b/gcc/reload1.cc index 728dc2a1a5ca..6fe22d8b81f9 100644 --- a/gcc/reload1.cc +++ b/gcc/reload1.cc @@ -1,5 +1,5 @@ /* Reload pseudo regs into hard regs for insns that require hard regs. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reorg.cc b/gcc/reorg.cc index 07b2045986cd..ed32c91c3fab 100644 --- a/gcc/reorg.cc +++ b/gcc/reorg.cc @@ -1,5 +1,5 @@ /* Perform instruction reorganizations for delay slot filling. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). Hacked by Michael Tiemann (tiemann@cygnus.com). diff --git a/gcc/resource.cc b/gcc/resource.cc index de28c4095363..65d60395610a 100644 --- a/gcc/resource.cc +++ b/gcc/resource.cc @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/resource.h b/gcc/resource.h index 43ac571cbf4e..155c4e8c229b 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-error.cc b/gcc/rtl-error.cc index b57944d539f2..eabdb3388bf8 100644 --- a/gcc/rtl-error.cc +++ b/gcc/rtl-error.cc @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/rtl-error.h b/gcc/rtl-error.h index f43a7e8cf167..dd123a36e8bf 100644 --- a/gcc/rtl-error.h +++ b/gcc/rtl-error.h @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-iter.h b/gcc/rtl-iter.h index 8ee0d39b5c67..df7b4960ccea 100644 --- a/gcc/rtl-iter.h +++ b/gcc/rtl-iter.h @@ -1,5 +1,5 @@ /* RTL iterators - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-ssa.h b/gcc/rtl-ssa.h index 6fbac5cae416..7355c6c44636 100644 --- a/gcc/rtl-ssa.h +++ b/gcc/rtl-ssa.h @@ -1,5 +1,5 @@ // On-the-side RTL SSA representation -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-tests.cc b/gcc/rtl-tests.cc index 6957d700cedf..ae8669419b60 100644 --- a/gcc/rtl-tests.cc +++ b/gcc/rtl-tests.cc @@ -1,5 +1,5 @@ /* Unit tests for RTL-handling. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.cc b/gcc/rtl.cc index 86c322b19ca1..0748427c8d47 100644 --- a/gcc/rtl.cc +++ b/gcc/rtl.cc @@ -1,5 +1,5 @@ /* RTL utility routines. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.def b/gcc/rtl.def index 08e31fa35443..6ddbce380dcd 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the Register Transfer Expressions (rtx's) that make up the Register Transfer Language (rtl) used in the Back End of the GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.h b/gcc/rtl.h index 7a8c4709257d..f90571231271 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) definitions for GCC - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlanal.cc b/gcc/rtlanal.cc index 56da7435a283..e69d2e8a9f52 100644 --- a/gcc/rtlanal.cc +++ b/gcc/rtlanal.cc @@ -1,5 +1,5 @@ /* Analyze RTL for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlanal.h b/gcc/rtlanal.h index f23aac7a8253..5fbed816e202 100644 --- a/gcc/rtlanal.h +++ b/gcc/rtlanal.h @@ -1,5 +1,5 @@ /* Analyze RTL for GNU compiler. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.cc b/gcc/rtlhash.cc index 1bdfa51e707f..62e4ba9f5dc8 100644 --- a/gcc/rtlhash.cc +++ b/gcc/rtlhash.cc @@ -1,5 +1,5 @@ /* RTL hash functions. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.h b/gcc/rtlhash.h index da1ce2c8678d..52756a9f95c8 100644 --- a/gcc/rtlhash.h +++ b/gcc/rtlhash.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) hash functions. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks-def.h b/gcc/rtlhooks-def.h index a7bb5a877e0a..208dace58c78 100644 --- a/gcc/rtlhooks-def.h +++ b/gcc/rtlhooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize an rtl_hooks data structure. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks.cc b/gcc/rtlhooks.cc index f05e5335cd92..989d3c988071 100644 --- a/gcc/rtlhooks.cc +++ b/gcc/rtlhooks.cc @@ -1,5 +1,5 @@ /* Generic hooks for the RTL middle-end. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtx-vector-builder.cc b/gcc/rtx-vector-builder.cc index 55ffe0d5a767..9509d9fc4531 100644 --- a/gcc/rtx-vector-builder.cc +++ b/gcc/rtx-vector-builder.cc @@ -1,5 +1,5 @@ /* A class for building vector rtx constants. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtx-vector-builder.h b/gcc/rtx-vector-builder.h index 0e5758e391c5..bc6bb867cd75 100644 --- a/gcc/rtx-vector-builder.h +++ b/gcc/rtx-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector rtx constants. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/run-rtl-passes.cc b/gcc/run-rtl-passes.cc index 5399fb947c78..f4a5c7680f59 100644 --- a/gcc/run-rtl-passes.cc +++ b/gcc/run-rtl-passes.cc @@ -1,5 +1,5 @@ /* run-rtl-passes.cc - Run RTL passes directly from frontend - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/run-rtl-passes.h b/gcc/run-rtl-passes.h index 5177baec4441..4474bcd37894 100644 --- a/gcc/run-rtl-passes.h +++ b/gcc/run-rtl-passes.h @@ -1,5 +1,5 @@ /* run-rtl-passes.h - Run a subset of the RTL passes - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sancov.cc b/gcc/sancov.cc index 052fa4ef881e..0ff346bd76fd 100644 --- a/gcc/sancov.cc +++ b/gcc/sancov.cc @@ -1,5 +1,5 @@ /* Code coverage instrumentation for fuzzing. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Dmitry Vyukov and Wish Wu diff --git a/gcc/sanitizer.def b/gcc/sanitizer.def index 4c71858d5286..d47cc7dd9d7c 100644 --- a/gcc/sanitizer.def +++ b/gcc/sanitizer.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Address Sanitizer and Thread Sanitizer builtins used in the GNU compiler. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sanopt.cc b/gcc/sanopt.cc index 6ee51e9e37fc..aed22850079e 100644 --- a/gcc/sanopt.cc +++ b/gcc/sanopt.cc @@ -1,5 +1,5 @@ /* Optimize and expand sanitizer functions. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/sbitmap.cc b/gcc/sbitmap.cc index 5ac2b6d0f67e..820fab55e72e 100644 --- a/gcc/sbitmap.cc +++ b/gcc/sbitmap.cc @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 229ddfb3a27a..751d28c2c9e7 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-deps.cc b/gcc/sched-deps.cc index 948aa0c3b600..08877b344b64 100644 --- a/gcc/sched-deps.cc +++ b/gcc/sched-deps.cc @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file computes dependencies between instructions. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sched-ebb.cc b/gcc/sched-ebb.cc index 71d72b6161fa..3eb6a24f187b 100644 --- a/gcc/sched-ebb.cc +++ b/gcc/sched-ebb.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 5bd3f4de8f0a..ab3ad99cdeb4 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file contains definitions used internally in the scheduler. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-rgn.cc b/gcc/sched-rgn.cc index 420c45dffb46..f2751f624501 100644 --- a/gcc/sched-rgn.cc +++ b/gcc/sched-rgn.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2022 Free Software Foundation, Inc. + Copyright (C) 1992-2023 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sel-sched-dump.cc b/gcc/sel-sched-dump.cc index efeb1cca30f7..b4eef8803df9 100644 --- a/gcc/sel-sched-dump.cc +++ b/gcc/sel-sched-dump.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Log dumping infrastructure. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-dump.h b/gcc/sel-sched-dump.h index 329f023616f2..2a207cefda2f 100644 --- a/gcc/sel-sched-dump.h +++ b/gcc/sel-sched-dump.h @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Log dumping infrastructure. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-ir.cc b/gcc/sel-sched-ir.cc index 92dcef64e4f9..9241987d4fd7 100644 --- a/gcc/sel-sched-ir.cc +++ b/gcc/sel-sched-ir.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Selective scheduler and pipeliner. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-ir.h b/gcc/sel-sched-ir.h index c63d54bd2e82..b36f2caa2b8a 100644 --- a/gcc/sel-sched-ir.h +++ b/gcc/sel-sched-ir.h @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file contains definitions used internally in the scheduler. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.cc b/gcc/sel-sched.cc index ea363656e09b..cb1cf75bfe47 100644 --- a/gcc/sel-sched.cc +++ b/gcc/sel-sched.cc @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Selective scheduler and pipeliner. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.h b/gcc/sel-sched.h index 7504ce925164..36f742f4bdba 100644 --- a/gcc/sel-sched.h +++ b/gcc/sel-sched.h @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-diagnostic.cc b/gcc/selftest-diagnostic.cc index f0e615e49bc4..6ac9f46dd3ce 100644 --- a/gcc/selftest-diagnostic.cc +++ b/gcc/selftest-diagnostic.cc @@ -1,5 +1,5 @@ /* Selftest support for diagnostics. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-diagnostic.h b/gcc/selftest-diagnostic.h index a2047026c017..f8c6dd25bf67 100644 --- a/gcc/selftest-diagnostic.h +++ b/gcc/selftest-diagnostic.h @@ -1,5 +1,5 @@ /* Selftest support for diagnostics. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-rtl.cc b/gcc/selftest-rtl.cc index bee1608bf04e..fad74a8b59dd 100644 --- a/gcc/selftest-rtl.cc +++ b/gcc/selftest-rtl.cc @@ -1,5 +1,5 @@ /* Selftest support for RTL. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-rtl.h b/gcc/selftest-rtl.h index 199ae16753db..255b9e3b0019 100644 --- a/gcc/selftest-rtl.h +++ b/gcc/selftest-rtl.h @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-run-tests.cc b/gcc/selftest-run-tests.cc index d59e0aeddee2..915f2129702b 100644 --- a/gcc/selftest-run-tests.cc +++ b/gcc/selftest-run-tests.cc @@ -1,5 +1,5 @@ /* Implementation of selftests. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.cc b/gcc/selftest.cc index 89abfba5e80d..20c10bbd0558 100644 --- a/gcc/selftest.cc +++ b/gcc/selftest.cc @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.h b/gcc/selftest.h index 7568a6d24d49..1abec2dd69be 100644 --- a/gcc/selftest.h +++ b/gcc/selftest.h @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sese.cc b/gcc/sese.cc index ad587c7868bb..13992a06660d 100644 --- a/gcc/sese.cc +++ b/gcc/sese.cc @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/sese.h b/gcc/sese.h index 4e786ba4c542..e79be7514f11 100644 --- a/gcc/sese.h +++ b/gcc/sese.h @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/shortest-paths.h b/gcc/shortest-paths.h index 8f6817491b1b..8b16afc59d68 100644 --- a/gcc/shortest-paths.h +++ b/gcc/shortest-paths.h @@ -1,5 +1,5 @@ /* Template class for Dijkstra's algorithm on directed graphs. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/shrink-wrap.cc b/gcc/shrink-wrap.cc index 30166bd20eb4..b8d7b5571309 100644 --- a/gcc/shrink-wrap.cc +++ b/gcc/shrink-wrap.cc @@ -1,5 +1,5 @@ /* Shrink-wrapping related optimizations. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/shrink-wrap.h b/gcc/shrink-wrap.h index 04a75442d1cc..161647711a3b 100644 --- a/gcc/shrink-wrap.h +++ b/gcc/shrink-wrap.h @@ -1,5 +1,5 @@ /* Shrink-wrapping related functions. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/signop.h b/gcc/signop.h index 88733a6e61b3..1dcb1940c008 100644 --- a/gcc/signop.h +++ b/gcc/signop.h @@ -1,5 +1,5 @@ /* Operations with SIGNED and UNSIGNED. -*- C++ -*- - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/simplify-rtx.cc b/gcc/simplify-rtx.cc index fc0d6c3ca2ae..7fb1e97fbea4 100644 --- a/gcc/simplify-rtx.cc +++ b/gcc/simplify-rtx.cc @@ -1,5 +1,5 @@ /* RTL simplification functions for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sort.cc b/gcc/sort.cc index eeddfcf1fefe..9a0113fb62fb 100644 --- a/gcc/sort.cc +++ b/gcc/sort.cc @@ -1,5 +1,5 @@ /* Platform-independent deterministic sort function. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. Contributed by Alexander Monakov. This file is part of GCC. diff --git a/gcc/sparseset.cc b/gcc/sparseset.cc index 0dd557b1dfa8..1898471cd216 100644 --- a/gcc/sparseset.cc +++ b/gcc/sparseset.cc @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Peter Bergner This file is part of GCC. diff --git a/gcc/sparseset.h b/gcc/sparseset.h index d5f07bb98568..74934cea18b8 100644 --- a/gcc/sparseset.h +++ b/gcc/sparseset.h @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Peter Bergner This file is part of GCC. diff --git a/gcc/spellcheck-tree.cc b/gcc/spellcheck-tree.cc index 0be1e41b15bb..864959b3f17b 100644 --- a/gcc/spellcheck-tree.cc +++ b/gcc/spellcheck-tree.cc @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck-tree.h b/gcc/spellcheck-tree.h index a584d26f7504..8f1c3cc50340 100644 --- a/gcc/spellcheck-tree.h +++ b/gcc/spellcheck-tree.h @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.cc b/gcc/spellcheck.cc index 6930c0ed9035..5a3b66ea9aff 100644 --- a/gcc/spellcheck.cc +++ b/gcc/spellcheck.cc @@ -1,5 +1,5 @@ /* Find near-matches for strings. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.h b/gcc/spellcheck.h index 1b76a54b6788..cfa1b1281c41 100644 --- a/gcc/spellcheck.h +++ b/gcc/spellcheck.h @@ -1,5 +1,5 @@ /* Find near-matches for strings and identifiers. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/splay-tree-utils.cc b/gcc/splay-tree-utils.cc index 014b6932b8ee..e4fb9e49a9a5 100644 --- a/gcc/splay-tree-utils.cc +++ b/gcc/splay-tree-utils.cc @@ -1,5 +1,5 @@ // Splay tree utilities -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/splay-tree-utils.h b/gcc/splay-tree-utils.h index 9773ea644964..f0f795ad590e 100644 --- a/gcc/splay-tree-utils.h +++ b/gcc/splay-tree-utils.h @@ -1,5 +1,5 @@ // Splay tree utilities -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/splay-tree-utils.tcc b/gcc/splay-tree-utils.tcc index a741c56b242b..1ea92c400fd0 100644 --- a/gcc/splay-tree-utils.tcc +++ b/gcc/splay-tree-utils.tcc @@ -1,5 +1,5 @@ // Splay tree utilities -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/sreal.cc b/gcc/sreal.cc index 75c360e3970d..8e99d871420b 100644 --- a/gcc/sreal.cc +++ b/gcc/sreal.cc @@ -1,5 +1,5 @@ /* Simple data type for real numbers for the GNU compiler. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sreal.h b/gcc/sreal.h index 0decc57e60e3..8700807a131d 100644 --- a/gcc/sreal.h +++ b/gcc/sreal.h @@ -1,5 +1,5 @@ /* Definitions for simple data type for real numbers. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa-iterators.h b/gcc/ssa-iterators.h index ebf80b28a57f..43c9b8614404 100644 --- a/gcc/ssa-iterators.h +++ b/gcc/ssa-iterators.h @@ -1,5 +1,5 @@ /* Header file for SSA iterators. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa.h b/gcc/ssa.h index b0351a435b9e..87c2a59e2cab 100644 --- a/gcc/ssa.h +++ b/gcc/ssa.h @@ -1,5 +1,5 @@ /* Common SSA files - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stack-ptr-mod.cc b/gcc/stack-ptr-mod.cc index 4ccbb1cace32..0a5d04002f93 100644 --- a/gcc/stack-ptr-mod.cc +++ b/gcc/stack-ptr-mod.cc @@ -1,5 +1,5 @@ /* Discover if the stack pointer is modified in a function. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/statistics.cc b/gcc/statistics.cc index 01ad353e3a94..1708e0d3aacf 100644 --- a/gcc/statistics.cc +++ b/gcc/statistics.cc @@ -1,5 +1,5 @@ /* Optimization statistics functions. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/statistics.h b/gcc/statistics.h index c0ce4860011f..264eab504e5d 100644 --- a/gcc/statistics.h +++ b/gcc/statistics.h @@ -1,5 +1,5 @@ /* Memory and optimization statistics helpers. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/stmt.cc b/gcc/stmt.cc index 11cc70f0013f..82a3e1035ece 100644 --- a/gcc/stmt.cc +++ b/gcc/stmt.cc @@ -1,5 +1,5 @@ /* Expands front end tree to back end RTL for GCC - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stmt.h b/gcc/stmt.h index 06e15c86abde..535da8f011fb 100644 --- a/gcc/stmt.h +++ b/gcc/stmt.h @@ -1,5 +1,5 @@ /* Declarations and data structures for stmt.cc. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.cc b/gcc/stor-layout.cc index 88923c4136bf..45bf2d186390 100644 --- a/gcc/stor-layout.cc +++ b/gcc/stor-layout.cc @@ -1,5 +1,5 @@ /* C-compiler utilities for types and variables storage layout - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index 22c915909385..e7768921c22d 100644 --- a/gcc/stor-layout.h +++ b/gcc/stor-layout.h @@ -1,5 +1,5 @@ /* Definitions and declarations for stor-layout.cc. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/store-motion.cc b/gcc/store-motion.cc index b61c06868447..b21b34f223d5 100644 --- a/gcc/store-motion.cc +++ b/gcc/store-motion.cc @@ -1,5 +1,5 @@ /* Store motion via Lazy Code Motion on the reverse CFG. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/streamer-hooks.cc b/gcc/streamer-hooks.cc index 4dda038483f6..858cf48366df 100644 --- a/gcc/streamer-hooks.cc +++ b/gcc/streamer-hooks.cc @@ -1,7 +1,7 @@ /* Streamer hooks. Support for adding streamer-specific callbacks to generic streaming routines. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/streamer-hooks.h b/gcc/streamer-hooks.h index 9b1570fd8172..de4f9d33edfb 100644 --- a/gcc/streamer-hooks.h +++ b/gcc/streamer-hooks.h @@ -1,7 +1,7 @@ /* Streamer hooks. Support for adding streamer-specific callbacks to generic streaming routines. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/stringpool.cc b/gcc/stringpool.cc index 20dbef5580c7..46aff39d7d51 100644 --- a/gcc/stringpool.cc +++ b/gcc/stringpool.cc @@ -1,5 +1,5 @@ /* String pool for GCC. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stringpool.h b/gcc/stringpool.h index 5e301c6011b9..3364b588fad1 100644 --- a/gcc/stringpool.h +++ b/gcc/stringpool.h @@ -1,5 +1,5 @@ /* Declarations and definitons for stringpool.cc. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.cc b/gcc/substring-locations.cc index a05cd6df8f69..a67f77142c33 100644 --- a/gcc/substring-locations.cc +++ b/gcc/substring-locations.cc @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.h b/gcc/substring-locations.h index 1ad188a801f4..ce9995709e87 100644 --- a/gcc/substring-locations.h +++ b/gcc/substring-locations.h @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/symbol-summary.h b/gcc/symbol-summary.h index 45fa250e3f94..3ed616273824 100644 --- a/gcc/symbol-summary.h +++ b/gcc/symbol-summary.h @@ -1,5 +1,5 @@ /* Callgraph summary data structure. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/symtab-clones.cc b/gcc/symtab-clones.cc index c0db4aa33bae..5454b4f2ac9a 100644 --- a/gcc/symtab-clones.cc +++ b/gcc/symtab-clones.cc @@ -1,5 +1,5 @@ /* Support for virtual clones in symbol table. - 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. diff --git a/gcc/symtab-clones.h b/gcc/symtab-clones.h index 9ac950970b1f..3331bc4cc4d8 100644 --- a/gcc/symtab-clones.h +++ b/gcc/symtab-clones.h @@ -1,5 +1,5 @@ /* Representation of adjustment made to virtual clones in the symbol table. - 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. diff --git a/gcc/symtab-thunks.cc b/gcc/symtab-thunks.cc index bd50c6897619..4c04235c41b0 100644 --- a/gcc/symtab-thunks.cc +++ b/gcc/symtab-thunks.cc @@ -1,5 +1,5 @@ /* Support for thunks in symbol table. - 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. diff --git a/gcc/symtab-thunks.h b/gcc/symtab-thunks.h index 89718fa2125b..fdb88268709c 100644 --- a/gcc/symtab-thunks.h +++ b/gcc/symtab-thunks.h @@ -1,5 +1,5 @@ /* Representation of thunks inside symbol table. - 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. diff --git a/gcc/symtab.cc b/gcc/symtab.cc index f2d96c0268bf..cfc8b793531a 100644 --- a/gcc/symtab.cc +++ b/gcc/symtab.cc @@ -1,5 +1,5 @@ /* Symbol table. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/sync-builtins.def b/gcc/sync-builtins.def index 7712d87d6177..254328b238a0 100644 --- a/gcc/sync-builtins.def +++ b/gcc/sync-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the synchronization builtins used in the GNU compiler. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/system.h b/gcc/system.h index 4f9256efbcff..5eaeb9d2d03d 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-def.h b/gcc/target-def.h index 5e5cc3b767e1..847698a1e597 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -1,5 +1,5 @@ /* Default initializers for a generic GCC target. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target-globals.cc b/gcc/target-globals.cc index a49960f94128..81244b127fc7 100644 --- a/gcc/target-globals.cc +++ b/gcc/target-globals.cc @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-globals.h b/gcc/target-globals.h index 23523848665e..551b21e8a601 100644 --- a/gcc/target-globals.h +++ b/gcc/target-globals.h @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-hooks-macros.h b/gcc/target-hooks-macros.h index a179fe718e63..8ce06e88dd31 100644 --- a/gcc/target-hooks-macros.h +++ b/gcc/target-hooks-macros.h @@ -1,5 +1,5 @@ /* Common macros for target hook definitions. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target-insns.def b/gcc/target-insns.def index de8c0092f989..c4415d00735d 100644 --- a/gcc/target-insns.def +++ b/gcc/target-insns.def @@ -1,5 +1,5 @@ /* Target instruction definitions. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target.def b/gcc/target.def index 082a7c62f34d..db8af0cbe816 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -1,5 +1,5 @@ /* Target hook definitions. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target.h b/gcc/target.h index c836036ac7fa..03fd03a52075 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -1,5 +1,5 @@ /* Data structure definitions for a generic GCC target. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/targhooks.cc b/gcc/targhooks.cc index d9e61552ad5a..fe0116521fea 100644 --- a/gcc/targhooks.cc +++ b/gcc/targhooks.cc @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 3ca25ab6edb5..a1df260f5483 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/timevar.cc b/gcc/timevar.cc index cdbf7517df84..d695297aae7f 100644 --- a/gcc/timevar.cc +++ b/gcc/timevar.cc @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/timevar.def b/gcc/timevar.def index 63d9b005180e..9523598f60e1 100644 --- a/gcc/timevar.def +++ b/gcc/timevar.def @@ -1,6 +1,6 @@ /* This file contains the definitions for timing variables used to measure run-time performance of the compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/timevar.h b/gcc/timevar.h index 5715d69beef7..6f3ac3709174 100644 --- a/gcc/timevar.h +++ b/gcc/timevar.h @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/toplev.cc b/gcc/toplev.cc index b53a78bbaf17..42937f0ba004 100644 --- a/gcc/toplev.cc +++ b/gcc/toplev.cc @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/toplev.h b/gcc/toplev.h index a82ef8b8fd3b..981112df1138 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -1,5 +1,5 @@ /* toplev.h - Various declarations for functions found in toplev.cc - Copyright (C) 1998-2022 Free Software Foundation, Inc. + Copyright (C) 1998-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.cc b/gcc/tracer.cc index 64517846dc44..71a3bb76a8d2 100644 --- a/gcc/tracer.cc +++ b/gcc/tracer.cc @@ -1,7 +1,7 @@ /* The tracer pass for the GNU compiler. Contributed by Jan Hubicka, SuSE Labs. Adapted to work on GIMPLE instead of RTL by Robert Kidd, UIUC. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.h b/gcc/tracer.h index 104f01f142b9..c51e1a658120 100644 --- a/gcc/tracer.h +++ b/gcc/tracer.h @@ -1,5 +1,5 @@ /* Header file for Tracer. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/trans-mem.cc b/gcc/trans-mem.cc index cbd1b891266f..080b20d7eb6a 100644 --- a/gcc/trans-mem.cc +++ b/gcc/trans-mem.cc @@ -1,5 +1,5 @@ /* Passes for transactional memory support. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h index ae2ca64463f2..b17bf17c493d 100644 --- a/gcc/trans-mem.h +++ b/gcc/trans-mem.h @@ -1,5 +1,5 @@ /* Miscellaneous transactional memory support definitions. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/tree-affine.cc b/gcc/tree-affine.cc index 08824701cc89..5d0632f09b8b 100644 --- a/gcc/tree-affine.cc +++ b/gcc/tree-affine.cc @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 482c0e8f7d98..4e833bc06ba7 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-call-cdce.cc b/gcc/tree-call-cdce.cc index 1a74eefb8e43..341b3b9be914 100644 --- a/gcc/tree-call-cdce.cc +++ b/gcc/tree-call-cdce.cc @@ -1,5 +1,5 @@ /* Conditional Dead Call Elimination pass for the GNU compiler. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Xinliang David Li This file is part of GCC. diff --git a/gcc/tree-cfg.cc b/gcc/tree-cfg.cc index 0c409b435fb5..9ecf138cbfd9 100644 --- a/gcc/tree-cfg.cc +++ b/gcc/tree-cfg.cc @@ -1,5 +1,5 @@ /* Control flow functions for trees. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-cfg.h b/gcc/tree-cfg.h index 8c22c3dbbe36..9b56a68fe9d8 100644 --- a/gcc/tree-cfg.h +++ b/gcc/tree-cfg.h @@ -1,5 +1,5 @@ /* Data and Control Flow Analysis for Trees. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-cfgcleanup.cc b/gcc/tree-cfgcleanup.cc index b4869aee78d1..075b1560cddd 100644 --- a/gcc/tree-cfgcleanup.cc +++ b/gcc/tree-cfgcleanup.cc @@ -1,5 +1,5 @@ /* CFG cleanup for trees. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-cfgcleanup.h b/gcc/tree-cfgcleanup.h index 16f5f3e7f8e5..c26831915c00 100644 --- a/gcc/tree-cfgcleanup.h +++ b/gcc/tree-cfgcleanup.h @@ -1,5 +1,5 @@ /* Header file for CFG cleanup for trees. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-chrec.cc b/gcc/tree-chrec.cc index dcf26cbae840..f93d8dc406c1 100644 --- a/gcc/tree-chrec.cc +++ b/gcc/tree-chrec.cc @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-chrec.h b/gcc/tree-chrec.h index fcf41710dcc6..83ec0f586598 100644 --- a/gcc/tree-chrec.h +++ b/gcc/tree-chrec.h @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-complex.cc b/gcc/tree-complex.cc index ea9df6114a17..ef40511f67d4 100644 --- a/gcc/tree-complex.cc +++ b/gcc/tree-complex.cc @@ -1,5 +1,5 @@ /* Lower complex number operations to scalar operations. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-core.h b/gcc/tree-core.h index e146b133dbd6..8124a1328d46 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1,5 +1,5 @@ /* Core data structures for the 'tree' type. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-data-ref.cc b/gcc/tree-data-ref.cc index 978c3f002f77..23602518665b 100644 --- a/gcc/tree-data-ref.cc +++ b/gcc/tree-data-ref.cc @@ -1,5 +1,5 @@ /* Data references and dependences detectors. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index f643a95b29b5..50718c0642a8 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -1,5 +1,5 @@ /* Data references and dependences detectors. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-dfa.cc b/gcc/tree-dfa.cc index e75e3d605b34..ec8df0d6401a 100644 --- a/gcc/tree-dfa.cc +++ b/gcc/tree-dfa.cc @@ -1,5 +1,5 @@ /* Data flow functions for trees. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-dfa.h b/gcc/tree-dfa.h index 4376509e3cc6..1632487c3ed0 100644 --- a/gcc/tree-dfa.h +++ b/gcc/tree-dfa.h @@ -1,5 +1,5 @@ /* Header file for tree data flow functions. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic-client-data-hooks.cc b/gcc/tree-diagnostic-client-data-hooks.cc index f8ff271d2f59..1a35f4cb1222 100644 --- a/gcc/tree-diagnostic-client-data-hooks.cc +++ b/gcc/tree-diagnostic-client-data-hooks.cc @@ -1,6 +1,6 @@ /* Implementation of diagnostic_client_data_hooks for the compilers (e.g. with knowledge of "tree" and lang_hooks). - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/tree-diagnostic-path.cc b/gcc/tree-diagnostic-path.cc index 6612b6174717..988ed7f67263 100644 --- a/gcc/tree-diagnostic-path.cc +++ b/gcc/tree-diagnostic-path.cc @@ -1,5 +1,5 @@ /* Paths through the code associated with a diagnostic. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm This file is part of GCC. diff --git a/gcc/tree-diagnostic.cc b/gcc/tree-diagnostic.cc index 5cf3a1c17d23..731e3559cd81 100644 --- a/gcc/tree-diagnostic.cc +++ b/gcc/tree-diagnostic.cc @@ -1,7 +1,7 @@ /* Language-independent diagnostic subroutines for the GNU Compiler Collection that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h index f60f2320e957..9089f2ded1e5 100644 --- a/gcc/tree-diagnostic.h +++ b/gcc/tree-diagnostic.h @@ -1,7 +1,7 @@ /* Various declarations for language-independent diagnostics subroutines that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-dump.cc b/gcc/tree-dump.cc index 03d0bddc9f64..458e4bdc9ca5 100644 --- a/gcc/tree-dump.cc +++ b/gcc/tree-dump.cc @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index f01f2100a853..27a93a1ee364 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-eh.cc b/gcc/tree-eh.cc index ae8fa21d9a37..41cf57d2b305 100644 --- a/gcc/tree-eh.cc +++ b/gcc/tree-eh.cc @@ -1,5 +1,5 @@ /* Exception handling semantics and decomposition for trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-eh.h b/gcc/tree-eh.h index d0466b075ca9..771be50fe9a1 100644 --- a/gcc/tree-eh.h +++ b/gcc/tree-eh.h @@ -1,5 +1,5 @@ /* Header file for exception handling. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-emutls.cc b/gcc/tree-emutls.cc index b5aa307f60d6..eb3ac9bd2da2 100644 --- a/gcc/tree-emutls.cc +++ b/gcc/tree-emutls.cc @@ -1,5 +1,5 @@ /* Lower TLS operations to emulation functions. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-hash-traits.h b/gcc/tree-hash-traits.h index d700ed9ce7f2..48631f4f53cd 100644 --- a/gcc/tree-hash-traits.h +++ b/gcc/tree-hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashing trees. - Copyright (C) 2014-2022 Free Software Foundation, Inc. + Copyright (C) 2014-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-hasher.h b/gcc/tree-hasher.h index 36f2b2653476..9451ba0cb803 100644 --- a/gcc/tree-hasher.h +++ b/gcc/tree-hasher.h @@ -1,5 +1,5 @@ /* Hash Table Helper for Trees - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/tree-if-conv.cc b/gcc/tree-if-conv.cc index 0807201cefbd..b19eebd2dfb2 100644 --- a/gcc/tree-if-conv.cc +++ b/gcc/tree-if-conv.cc @@ -1,5 +1,5 @@ /* If-conversion for vectorizer. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Devang Patel This file is part of GCC. diff --git a/gcc/tree-if-conv.h b/gcc/tree-if-conv.h index b185e326a70a..e1473f0ce13c 100644 --- a/gcc/tree-if-conv.h +++ b/gcc/tree-if-conv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-inline.cc b/gcc/tree-inline.cc index 4556256dc32b..6cb298180bc0 100644 --- a/gcc/tree-inline.cc +++ b/gcc/tree-inline.cc @@ -1,5 +1,5 @@ /* Tree inlining. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index c601cadae201..ec30ccb68797 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -1,5 +1,5 @@ /* Tree inlining hooks and declarations. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/tree-into-ssa.cc b/gcc/tree-into-ssa.cc index ebe7e6992774..067d29698f90 100644 --- a/gcc/tree-into-ssa.cc +++ b/gcc/tree-into-ssa.cc @@ -1,5 +1,5 @@ /* Rewrite a program in Normal form into SSA. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-into-ssa.h b/gcc/tree-into-ssa.h index 7b0d0eeda6f8..ff2d39288ddb 100644 --- a/gcc/tree-into-ssa.h +++ b/gcc/tree-into-ssa.h @@ -1,5 +1,5 @@ /* Header file for normal form into SSA. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-iterator.cc b/gcc/tree-iterator.cc index e8f62bba0634..047d27475a8d 100644 --- a/gcc/tree-iterator.cc +++ b/gcc/tree-iterator.cc @@ -1,5 +1,5 @@ /* Iterator routines for manipulating GENERIC and GIMPLE tree statements. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-iterator.h b/gcc/tree-iterator.h index a00aa756056a..d09ec7d4118d 100644 --- a/gcc/tree-iterator.h +++ b/gcc/tree-iterator.h @@ -1,5 +1,5 @@ /* Iterator routines for manipulating GENERIC tree statement list. -*- C++ -*- - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-logical-location.cc b/gcc/tree-logical-location.cc index 79d8add7d837..cea6ae1018fd 100644 --- a/gcc/tree-logical-location.cc +++ b/gcc/tree-logical-location.cc @@ -1,5 +1,5 @@ /* Subclasses of logical_location with knowledge of "tree". - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/tree-logical-location.h b/gcc/tree-logical-location.h index 3086cac98726..e1b01c6a517e 100644 --- a/gcc/tree-logical-location.h +++ b/gcc/tree-logical-location.h @@ -1,5 +1,5 @@ /* Subclasses of logical_location with knowledge of "tree". - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/tree-loop-distribution.cc b/gcc/tree-loop-distribution.cc index 15ae24108615..431bd45c5223 100644 --- a/gcc/tree-loop-distribution.cc +++ b/gcc/tree-loop-distribution.cc @@ -1,5 +1,5 @@ /* Loop distribution. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Georges-Andre Silber and Sebastian Pop . diff --git a/gcc/tree-nested.cc b/gcc/tree-nested.cc index ea7d57a0591c..0fa844db2767 100644 --- a/gcc/tree-nested.cc +++ b/gcc/tree-nested.cc @@ -1,5 +1,5 @@ /* Nested function decomposition for GIMPLE. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nested.h b/gcc/tree-nested.h index bb44b11a2fd1..0914bcb968fc 100644 --- a/gcc/tree-nested.h +++ b/gcc/tree-nested.h @@ -1,5 +1,5 @@ /* Header file for Nested function decomposition for GIMPLE. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nrv.cc b/gcc/tree-nrv.cc index 1faa481a8c92..ff47439647c2 100644 --- a/gcc/tree-nrv.cc +++ b/gcc/tree-nrv.cc @@ -1,5 +1,5 @@ /* Language independent return value optimizations - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-object-size.cc b/gcc/tree-object-size.cc index d9f25397c71c..356591c22cc5 100644 --- a/gcc/tree-object-size.cc +++ b/gcc/tree-object-size.cc @@ -1,5 +1,5 @@ /* __builtin_object_size (ptr, object_size_type) computation - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-object-size.h b/gcc/tree-object-size.h index f9431c331371..e899cb570e5b 100644 --- a/gcc/tree-object-size.h +++ b/gcc/tree-object-size.h @@ -1,5 +1,5 @@ /* Declarations for tree-object-size.cc. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-outof-ssa.cc b/gcc/tree-outof-ssa.cc index ec883126ad86..0bf57a4bbc59 100644 --- a/gcc/tree-outof-ssa.cc +++ b/gcc/tree-outof-ssa.cc @@ -1,5 +1,5 @@ /* Convert a program in SSA form into Normal form. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Andrew Macleod This file is part of GCC. diff --git a/gcc/tree-outof-ssa.h b/gcc/tree-outof-ssa.h index 5f6ee1cd7594..75264ed2b8a5 100644 --- a/gcc/tree-outof-ssa.h +++ b/gcc/tree-outof-ssa.h @@ -1,5 +1,5 @@ /* Routines for expanding from SSA form to RTL. - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-parloops.cc b/gcc/tree-parloops.cc index b829ba7b873b..4f92c4be7d3e 100644 --- a/gcc/tree-parloops.cc +++ b/gcc/tree-parloops.cc @@ -1,5 +1,5 @@ /* Loop autoparallelization. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop Zdenek Dvorak and Razya Ladelsky . diff --git a/gcc/tree-parloops.h b/gcc/tree-parloops.h index c892106dd067..008cff9d18c9 100644 --- a/gcc/tree-parloops.h +++ b/gcc/tree-parloops.h @@ -1,5 +1,5 @@ /* Header file for loop autoparallelization. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 8480d41384b7..6cdaed7d4b2c 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -1,5 +1,5 @@ /* Definitions for describing one tree-ssa optimization pass. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Richard Henderson This file is part of GCC. diff --git a/gcc/tree-phinodes.cc b/gcc/tree-phinodes.cc index fc7cdccc68a3..976f3dbae104 100644 --- a/gcc/tree-phinodes.cc +++ b/gcc/tree-phinodes.cc @@ -1,5 +1,5 @@ /* Generic routines for manipulating PHIs - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-phinodes.h b/gcc/tree-phinodes.h index 8d11e03435d2..29b2143589b1 100644 --- a/gcc/tree-phinodes.h +++ b/gcc/tree-phinodes.h @@ -1,5 +1,5 @@ /* Header file for PHI node routines - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-predcom.cc b/gcc/tree-predcom.cc index a6e45e36ffda..f85588c722f2 100644 --- a/gcc/tree-predcom.cc +++ b/gcc/tree-predcom.cc @@ -1,5 +1,5 @@ /* Predictive commoning. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-pretty-print.cc b/gcc/tree-pretty-print.cc index cb2a88cbdc58..7947f9647a15 100644 --- a/gcc/tree-pretty-print.cc +++ b/gcc/tree-pretty-print.cc @@ -1,5 +1,5 @@ /* Pretty formatting of GENERIC trees in C syntax. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Adapted from c-pretty-print.cc by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h index 7347878b95ad..681384a8e58a 100644 --- a/gcc/tree-pretty-print.h +++ b/gcc/tree-pretty-print.h @@ -1,7 +1,7 @@ /* Various declarations for language-independent pretty-print subroutines that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-profile.cc b/gcc/tree-profile.cc index 2beb49241f29..ea9d7a234439 100644 --- a/gcc/tree-profile.cc +++ b/gcc/tree-profile.cc @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990-2022 Free Software Foundation, Inc. + Copyright (C) 1990-2023 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/tree-scalar-evolution.cc b/gcc/tree-scalar-evolution.cc index f75398afb7c9..1410c1ac13f6 100644 --- a/gcc/tree-scalar-evolution.cc +++ b/gcc/tree-scalar-evolution.cc @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h index 0f90207bc733..d26bfc7ba797 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-sra.cc b/gcc/tree-sra.cc index 6cbeddfc548b..f0182a454856 100644 --- a/gcc/tree-sra.cc +++ b/gcc/tree-sra.cc @@ -1,7 +1,7 @@ /* Scalar Replacement of Aggregates (SRA) converts some structure references into scalar references, exposing them to the scalar optimizers. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Martin Jambor This file is part of GCC. diff --git a/gcc/tree-sra.h b/gcc/tree-sra.h index 52e6711c2187..e817d0cdd6d3 100644 --- a/gcc/tree-sra.h +++ b/gcc/tree-sra.h @@ -1,7 +1,7 @@ /* Scalar Replacement of Aggregates (SRA) converts some structure references into scalar references, exposing them to the scalar optimizers. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-address.cc b/gcc/tree-ssa-address.cc index ba7b7c931627..0aaddde8d024 100644 --- a/gcc/tree-ssa-address.cc +++ b/gcc/tree-ssa-address.cc @@ -1,5 +1,5 @@ /* Memory address lowering and addressing mode selection. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-address.h b/gcc/tree-ssa-address.h index 95143a099b9a..2eadbdef8102 100644 --- a/gcc/tree-ssa-address.h +++ b/gcc/tree-ssa-address.h @@ -1,5 +1,5 @@ /* Header file for memory address lowering and mode selection. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-alias-compare.h b/gcc/tree-ssa-alias-compare.h index 44836401f0ce..ec872608f796 100644 --- a/gcc/tree-ssa-alias-compare.h +++ b/gcc/tree-ssa-alias-compare.h @@ -1,5 +1,5 @@ /* Comparsion of AO ref. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-alias.cc b/gcc/tree-ssa-alias.cc index d3a91b1f2385..b8f107dfa52a 100644 --- a/gcc/tree-ssa-alias.cc +++ b/gcc/tree-ssa-alias.cc @@ -1,5 +1,5 @@ /* Alias analysis for trees. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-alias.h b/gcc/tree-ssa-alias.h index fa081ab01730..ac676422e416 100644 --- a/gcc/tree-ssa-alias.h +++ b/gcc/tree-ssa-alias.h @@ -1,5 +1,5 @@ /* Tree based alias analysis and alias oracle. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-ccp.cc b/gcc/tree-ssa-ccp.cc index 0d47289b31d8..03a984f2adfd 100644 --- a/gcc/tree-ssa-ccp.cc +++ b/gcc/tree-ssa-ccp.cc @@ -1,5 +1,5 @@ /* Conditional constant propagation pass for the GNU compiler. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. Adapted from original RTL SSA-CCP by Daniel Berlin Adapted to GIMPLE trees by Diego Novillo diff --git a/gcc/tree-ssa-ccp.h b/gcc/tree-ssa-ccp.h index 37ce54ccd0b6..619e770db7a0 100644 --- a/gcc/tree-ssa-ccp.h +++ b/gcc/tree-ssa-ccp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2022 Free Software Foundation, Inc. +/* Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-coalesce.cc b/gcc/tree-ssa-coalesce.cc index dccf41ab8a0b..6e8c39076caf 100644 --- a/gcc/tree-ssa-coalesce.cc +++ b/gcc/tree-ssa-coalesce.cc @@ -1,5 +1,5 @@ /* Coalesce SSA_NAMES together for the out-of-ssa pass. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-coalesce.h b/gcc/tree-ssa-coalesce.h index ef4610befea8..83462c43dd9e 100644 --- a/gcc/tree-ssa-coalesce.h +++ b/gcc/tree-ssa-coalesce.h @@ -1,5 +1,5 @@ /* Header file for tree-ssa-coalesce.cc exports. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-copy.cc b/gcc/tree-ssa-copy.cc index 811161c223e4..4cfa116326f3 100644 --- a/gcc/tree-ssa-copy.cc +++ b/gcc/tree-ssa-copy.cc @@ -1,5 +1,5 @@ /* Copy propagation and SSA_NAME replacement support routines. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dce.cc b/gcc/tree-ssa-dce.cc index 187d58bdd37d..b2fe9f4f55e2 100644 --- a/gcc/tree-ssa-dce.cc +++ b/gcc/tree-ssa-dce.cc @@ -1,5 +1,5 @@ /* Dead code elimination pass for the GNU compiler. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Ben Elliston and Andrew MacLeod Adapted to use control dependence by Steven Bosscher, SUSE Labs. diff --git a/gcc/tree-ssa-dce.h b/gcc/tree-ssa-dce.h index 6cb788226de3..f25421576086 100644 --- a/gcc/tree-ssa-dce.h +++ b/gcc/tree-ssa-dce.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2022 Free Software Foundation, Inc. +/* Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dom.cc b/gcc/tree-ssa-dom.cc index 76834fdbef43..32769c2068a7 100644 --- a/gcc/tree-ssa-dom.cc +++ b/gcc/tree-ssa-dom.cc @@ -1,5 +1,5 @@ /* SSA Dominator optimizations for trees - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-dom.h b/gcc/tree-ssa-dom.h index 98154c5313f5..16aa01fc531a 100644 --- a/gcc/tree-ssa-dom.h +++ b/gcc/tree-ssa-dom.h @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dse.cc b/gcc/tree-ssa-dse.cc index 82976bdbeb0b..89e2fa2c3f50 100644 --- a/gcc/tree-ssa-dse.cc +++ b/gcc/tree-ssa-dse.cc @@ -1,5 +1,5 @@ /* Dead and redundant store elimination - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dse.h b/gcc/tree-ssa-dse.h index 4ee5f4b58b16..14e5a384c0d9 100644 --- a/gcc/tree-ssa-dse.h +++ b/gcc/tree-ssa-dse.h @@ -1,5 +1,5 @@ /* Support routines for dead store elimination. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-forwprop.cc b/gcc/tree-ssa-forwprop.cc index 160e49e097ed..0a7e95683ce5 100644 --- a/gcc/tree-ssa-forwprop.cc +++ b/gcc/tree-ssa-forwprop.cc @@ -1,5 +1,5 @@ /* Forward propagation of expressions for single use variables. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-ifcombine.cc b/gcc/tree-ssa-ifcombine.cc index 80c41c454890..58a2281eff92 100644 --- a/gcc/tree-ssa-ifcombine.cc +++ b/gcc/tree-ssa-ifcombine.cc @@ -1,5 +1,5 @@ /* Combining of if-expressions on trees. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-live.cc b/gcc/tree-ssa-live.cc index 3196c6a22993..c179444e8e1b 100644 --- a/gcc/tree-ssa-live.cc +++ b/gcc/tree-ssa-live.cc @@ -1,5 +1,5 @@ /* Liveness for SSA trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index de0072fe2bf4..33d35496df6d 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -1,5 +1,5 @@ /* Routines for liveness in SSA trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ch.cc b/gcc/tree-ssa-loop-ch.cc index 9c316887d5b9..ddf025c0cfdd 100644 --- a/gcc/tree-ssa-loop-ch.cc +++ b/gcc/tree-ssa-loop-ch.cc @@ -1,5 +1,5 @@ /* Loop header copying on trees. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-im.cc b/gcc/tree-ssa-loop-im.cc index 20a9ca7e8227..784f6f04e7d9 100644 --- a/gcc/tree-ssa-loop-im.cc +++ b/gcc/tree-ssa-loop-im.cc @@ -1,5 +1,5 @@ /* Loop invariant motion. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivcanon.cc b/gcc/tree-ssa-loop-ivcanon.cc index 766bffa02748..ddc31a82fdc7 100644 --- a/gcc/tree-ssa-loop-ivcanon.cc +++ b/gcc/tree-ssa-loop-ivcanon.cc @@ -1,5 +1,5 @@ /* Induction variable canonicalization and loop peeling. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivopts.cc b/gcc/tree-ssa-loop-ivopts.cc index ebd4aecce37e..0dd47910f97a 100644 --- a/gcc/tree-ssa-loop-ivopts.cc +++ b/gcc/tree-ssa-loop-ivopts.cc @@ -1,5 +1,5 @@ /* Induction variable optimizations. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivopts.h b/gcc/tree-ssa-loop-ivopts.h index d2aac19c9523..95148616e70e 100644 --- a/gcc/tree-ssa-loop-ivopts.h +++ b/gcc/tree-ssa-loop-ivopts.h @@ -1,5 +1,5 @@ /* Header file for Induction variable optimizations. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-manip.cc b/gcc/tree-ssa-loop-manip.cc index 410a8516370e..14fe65f134d1 100644 --- a/gcc/tree-ssa-loop-manip.cc +++ b/gcc/tree-ssa-loop-manip.cc @@ -1,5 +1,5 @@ /* High-level loop manipulation functions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-manip.h b/gcc/tree-ssa-loop-manip.h index 924cac0edff8..f0b1ed00f9a2 100644 --- a/gcc/tree-ssa-loop-manip.h +++ b/gcc/tree-ssa-loop-manip.h @@ -1,5 +1,5 @@ /* Header file for High-level loop manipulation functions. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-niter.cc b/gcc/tree-ssa-loop-niter.cc index 17645648326e..58a9d05f974b 100644 --- a/gcc/tree-ssa-loop-niter.cc +++ b/gcc/tree-ssa-loop-niter.cc @@ -1,5 +1,5 @@ /* Functions to determine/estimate number of iterations of a loop. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-niter.h b/gcc/tree-ssa-loop-niter.h index ceaf65e072b8..91c4c5bfb7f6 100644 --- a/gcc/tree-ssa-loop-niter.h +++ b/gcc/tree-ssa-loop-niter.h @@ -1,5 +1,5 @@ /* Header file for loop interation estimates. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-prefetch.cc b/gcc/tree-ssa-loop-prefetch.cc index b6690b0e8059..130c00f3b3a2 100644 --- a/gcc/tree-ssa-loop-prefetch.cc +++ b/gcc/tree-ssa-loop-prefetch.cc @@ -1,5 +1,5 @@ /* Array prefetching. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-split.cc b/gcc/tree-ssa-loop-split.cc index fad4e8361b0e..fca678113eb8 100644 --- a/gcc/tree-ssa-loop-split.cc +++ b/gcc/tree-ssa-loop-split.cc @@ -1,5 +1,5 @@ /* Loop splitting. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-unswitch.cc b/gcc/tree-ssa-loop-unswitch.cc index df7a2019b1c8..588610eaa471 100644 --- a/gcc/tree-ssa-loop-unswitch.cc +++ b/gcc/tree-ssa-loop-unswitch.cc @@ -1,5 +1,5 @@ /* Loop unswitching. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop.cc b/gcc/tree-ssa-loop.cc index 1c058b08c2f3..ab398c3f44d5 100644 --- a/gcc/tree-ssa-loop.cc +++ b/gcc/tree-ssa-loop.cc @@ -1,5 +1,5 @@ /* Loop optimizations over tree-ssa. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop.h b/gcc/tree-ssa-loop.h index c24215be8822..d42ccd455f06 100644 --- a/gcc/tree-ssa-loop.h +++ b/gcc/tree-ssa-loop.h @@ -1,5 +1,5 @@ /* Header file for SSA loop optimizations. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-math-opts.cc b/gcc/tree-ssa-math-opts.cc index 58152b5a01c1..5ab5b944a573 100644 --- a/gcc/tree-ssa-math-opts.cc +++ b/gcc/tree-ssa-math-opts.cc @@ -1,5 +1,5 @@ /* Global, SSA-based optimizations using mathematical identities. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-math-opts.h b/gcc/tree-ssa-math-opts.h index 9d8ea2730e86..52b7938b5995 100644 --- a/gcc/tree-ssa-math-opts.h +++ b/gcc/tree-ssa-math-opts.h @@ -1,5 +1,5 @@ /* Global, SSA-based optimizations using mathematical identities. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-operands.cc b/gcc/tree-ssa-operands.cc index 4c90197860ce..57e393ae1644 100644 --- a/gcc/tree-ssa-operands.cc +++ b/gcc/tree-ssa-operands.cc @@ -1,5 +1,5 @@ /* SSA operands management for trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index eca08bb70f1a..946cd95f1257 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -1,5 +1,5 @@ /* SSA operand management for trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-phiopt.cc b/gcc/tree-ssa-phiopt.cc index 59dc21cee507..c3a889dc593a 100644 --- a/gcc/tree-ssa-phiopt.cc +++ b/gcc/tree-ssa-phiopt.cc @@ -1,5 +1,5 @@ /* Optimization of PHI nodes by converting them into straightline code. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-phiprop.cc b/gcc/tree-ssa-phiprop.cc index 965f1d1c4ebd..3cb4900b6be5 100644 --- a/gcc/tree-ssa-phiprop.cc +++ b/gcc/tree-ssa-phiprop.cc @@ -1,5 +1,5 @@ /* Backward propagation of indirect loads through PHIs. - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-pre.cc b/gcc/tree-ssa-pre.cc index 2afc74fc57c7..f77732d75c33 100644 --- a/gcc/tree-ssa-pre.cc +++ b/gcc/tree-ssa-pre.cc @@ -1,5 +1,5 @@ /* Full and partial redundancy elimination and code hoisting on SSA GIMPLE. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin and Steven Bosscher diff --git a/gcc/tree-ssa-propagate.cc b/gcc/tree-ssa-propagate.cc index 976b035eeece..472c4bcb5406 100644 --- a/gcc/tree-ssa-propagate.cc +++ b/gcc/tree-ssa-propagate.cc @@ -1,5 +1,5 @@ /* Generic SSA value propagation engine. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-propagate.h b/gcc/tree-ssa-propagate.h index 1c03c6c2211d..c9921e569710 100644 --- a/gcc/tree-ssa-propagate.h +++ b/gcc/tree-ssa-propagate.h @@ -1,6 +1,6 @@ /* Data structures and function declarations for the SSA value propagation engine. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-reassoc.cc b/gcc/tree-ssa-reassoc.cc index b39c3c882c4b..580ec0ee0eb4 100644 --- a/gcc/tree-ssa-reassoc.cc +++ b/gcc/tree-ssa-reassoc.cc @@ -1,5 +1,5 @@ /* Reassociation for trees. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-reassoc.h b/gcc/tree-ssa-reassoc.h index a3fa40bd8f0c..cbd7170d1653 100644 --- a/gcc/tree-ssa-reassoc.h +++ b/gcc/tree-ssa-reassoc.h @@ -1,5 +1,5 @@ /* Reassociation for trees. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-sccvn.cc b/gcc/tree-ssa-sccvn.cc index fa2f65df1593..d6c436b41035 100644 --- a/gcc/tree-ssa-sccvn.cc +++ b/gcc/tree-ssa-sccvn.cc @@ -1,5 +1,5 @@ /* SCC value numbering for trees - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-sccvn.h b/gcc/tree-ssa-sccvn.h index abcf7e666c2d..a6f5973a3680 100644 --- a/gcc/tree-ssa-sccvn.h +++ b/gcc/tree-ssa-sccvn.h @@ -1,5 +1,5 @@ /* Tree SCC value numbering - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-scopedtables.cc b/gcc/tree-ssa-scopedtables.cc index 3e6e129e7d5d..528ddf2a2abc 100644 --- a/gcc/tree-ssa-scopedtables.cc +++ b/gcc/tree-ssa-scopedtables.cc @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-scopedtables.h b/gcc/tree-ssa-scopedtables.h index 7f41f4f4c54e..a810b05c6059 100644 --- a/gcc/tree-ssa-scopedtables.h +++ b/gcc/tree-ssa-scopedtables.h @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-sink.cc b/gcc/tree-ssa-sink.cc index eb7c2e6819c2..87b1d40c174f 100644 --- a/gcc/tree-ssa-sink.cc +++ b/gcc/tree-ssa-sink.cc @@ -1,5 +1,5 @@ /* Code sinking for trees - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-strlen.cc b/gcc/tree-ssa-strlen.cc index a2edac4c77fe..7508c1768a54 100644 --- a/gcc/tree-ssa-strlen.cc +++ b/gcc/tree-ssa-strlen.cc @@ -1,5 +1,5 @@ /* String length optimization - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-ssa-strlen.h b/gcc/tree-ssa-strlen.h index fdb4d9d7783d..f06ef85453ec 100644 --- a/gcc/tree-ssa-strlen.h +++ b/gcc/tree-ssa-strlen.h @@ -1,6 +1,6 @@ /* Declarations of tree-ssa-strlen API. - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-structalias.cc b/gcc/tree-ssa-structalias.cc index dcf13d939bde..2ed32de06edc 100644 --- a/gcc/tree-ssa-structalias.cc +++ b/gcc/tree-ssa-structalias.cc @@ -1,5 +1,5 @@ /* Tree based points-to analysis - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-tail-merge.cc b/gcc/tree-ssa-tail-merge.cc index 9721fdade619..13bc8532bf2b 100644 --- a/gcc/tree-ssa-tail-merge.cc +++ b/gcc/tree-ssa-tail-merge.cc @@ -1,5 +1,5 @@ /* Tail merging for gimple. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Tom de Vries (tom@codesourcery.com) This file is part of GCC. diff --git a/gcc/tree-ssa-ter.cc b/gcc/tree-ssa-ter.cc index 4cdad0d27496..cab54a376633 100644 --- a/gcc/tree-ssa-ter.cc +++ b/gcc/tree-ssa-ter.cc @@ -1,5 +1,5 @@ /* Routines for performing Temporary Expression Replacement (TER) in SSA trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-ter.h b/gcc/tree-ssa-ter.h index 85533a9d4a05..9bbaf0f0a7c1 100644 --- a/gcc/tree-ssa-ter.h +++ b/gcc/tree-ssa-ter.h @@ -1,5 +1,5 @@ /* Header file for tree-ssa-ter.cc exports. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadbackward.cc b/gcc/tree-ssa-threadbackward.cc index 2290b95717d2..8a64535d195b 100644 --- a/gcc/tree-ssa-threadbackward.cc +++ b/gcc/tree-ssa-threadbackward.cc @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadedge.cc b/gcc/tree-ssa-threadedge.cc index cc7020ddbb3f..3805d92241e3 100644 --- a/gcc/tree-ssa-threadedge.cc +++ b/gcc/tree-ssa-threadedge.cc @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Jeff Law This file is part of GCC. diff --git a/gcc/tree-ssa-threadedge.h b/gcc/tree-ssa-threadedge.h index 790ac2ea538c..3d67a127996c 100644 --- a/gcc/tree-ssa-threadedge.h +++ b/gcc/tree-ssa-threadedge.h @@ -1,5 +1,5 @@ /* Header file for SSA jump threading. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadupdate.cc b/gcc/tree-ssa-threadupdate.cc index 59c268a3567a..33a910636384 100644 --- a/gcc/tree-ssa-threadupdate.cc +++ b/gcc/tree-ssa-threadupdate.cc @@ -1,5 +1,5 @@ /* Thread edges through blocks and update the control flow and SSA graphs. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadupdate.h b/gcc/tree-ssa-threadupdate.h index cd6be4a9bd85..ab4f77648548 100644 --- a/gcc/tree-ssa-threadupdate.h +++ b/gcc/tree-ssa-threadupdate.h @@ -1,6 +1,6 @@ /* Communication between registering jump thread requests and updating the SSA/CFG for jump threading. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-uncprop.cc b/gcc/tree-ssa-uncprop.cc index 900bf336e2ec..35c3eb864ae4 100644 --- a/gcc/tree-ssa-uncprop.cc +++ b/gcc/tree-ssa-uncprop.cc @@ -1,5 +1,5 @@ /* Routines for discovering and unpropagating edge equivalences. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-uninit.cc b/gcc/tree-ssa-uninit.cc index 7fbc384f2d4c..c555cf5cd504 100644 --- a/gcc/tree-ssa-uninit.cc +++ b/gcc/tree-ssa-uninit.cc @@ -1,5 +1,5 @@ /* Predicate aware uninitialized variable warning. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. Contributed by Xinliang David Li This file is part of GCC. diff --git a/gcc/tree-ssa.cc b/gcc/tree-ssa.cc index 5dedc0947e20..5126020d40ff 100644 --- a/gcc/tree-ssa.cc +++ b/gcc/tree-ssa.cc @@ -1,5 +1,5 @@ /* Miscellaneous SSA utility functions. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa.h b/gcc/tree-ssa.h index 19c1eedc9f96..2153cefd226e 100644 --- a/gcc/tree-ssa.h +++ b/gcc/tree-ssa.h @@ -1,5 +1,5 @@ /* Header file for any pass which requires SSA routines. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.cc b/gcc/tree-ssanames.cc index 5c5d0e346c41..08aa166ef176 100644 --- a/gcc/tree-ssanames.cc +++ b/gcc/tree-ssanames.cc @@ -1,5 +1,5 @@ /* Generic routines for manipulating SSA_NAME expressions - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.h b/gcc/tree-ssanames.h index ce10af9670a5..b45b37b43e7a 100644 --- a/gcc/tree-ssanames.h +++ b/gcc/tree-ssanames.h @@ -1,5 +1,5 @@ /* SSA name expresssons routines - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-stdarg.cc b/gcc/tree-stdarg.cc index ed4c8d8c7758..37c3981316a9 100644 --- a/gcc/tree-stdarg.cc +++ b/gcc/tree-stdarg.cc @@ -1,5 +1,5 @@ /* Pass computing data for optimizing stdarg functions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-stdarg.h b/gcc/tree-stdarg.h index cb7d6f37a74f..ad6c0f0b6b42 100644 --- a/gcc/tree-stdarg.h +++ b/gcc/tree-stdarg.h @@ -1,5 +1,5 @@ /* Header for a pass computing data for optimizing stdarg functions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-streamer-in.cc b/gcc/tree-streamer-in.cc index 0fa1eba86ab1..d4dc30f048f5 100644 --- a/gcc/tree-streamer-in.cc +++ b/gcc/tree-streamer-in.cc @@ -1,6 +1,6 @@ /* Routines for reading trees from a file stream. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer-out.cc b/gcc/tree-streamer-out.cc index 3bf95ffd66c6..d107229da5cc 100644 --- a/gcc/tree-streamer-out.cc +++ b/gcc/tree-streamer-out.cc @@ -1,6 +1,6 @@ /* Routines for emitting trees to a file stream. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer.cc b/gcc/tree-streamer.cc index 09a0c0a5c852..ed65a7692e3f 100644 --- a/gcc/tree-streamer.cc +++ b/gcc/tree-streamer.cc @@ -1,7 +1,7 @@ /* Miscellaneous utilities for tree streaming. Things that are used in both input and output are here. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer.h b/gcc/tree-streamer.h index 2a5b53b6f3e8..acca901d660d 100644 --- a/gcc/tree-streamer.h +++ b/gcc/tree-streamer.h @@ -1,6 +1,6 @@ /* Data structures and functions for streaming trees. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-switch-conversion.cc b/gcc/tree-switch-conversion.cc index 1d75d7c7fc73..6aeabb96c261 100644 --- a/gcc/tree-switch-conversion.cc +++ b/gcc/tree-switch-conversion.cc @@ -1,6 +1,6 @@ /* Lower GIMPLE_SWITCH expressions to something more efficient than a jump table. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-switch-conversion.h b/gcc/tree-switch-conversion.h index 431cf1add46d..07b11a998a59 100644 --- a/gcc/tree-switch-conversion.h +++ b/gcc/tree-switch-conversion.h @@ -1,5 +1,5 @@ /* Tree switch conversion for GNU compiler. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-tailcall.cc b/gcc/tree-tailcall.cc index 6745d57580b6..217357e09c06 100644 --- a/gcc/tree-tailcall.cc +++ b/gcc/tree-tailcall.cc @@ -1,5 +1,5 @@ /* Tail call optimization on trees. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vect-data-refs.cc b/gcc/tree-vect-data-refs.cc index 18b0f962670f..8daf7bd7dd34 100644 --- a/gcc/tree-vect-data-refs.cc +++ b/gcc/tree-vect-data-refs.cc @@ -1,5 +1,5 @@ /* Data References Analysis and Manipulation Utilities for Vectorization. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-generic.cc b/gcc/tree-vect-generic.cc index 6ad6372c55ee..2e2d7567293d 100644 --- a/gcc/tree-vect-generic.cc +++ b/gcc/tree-vect-generic.cc @@ -1,5 +1,5 @@ /* Lower vector operations to scalar operations. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vect-loop-manip.cc b/gcc/tree-vect-loop-manip.cc index 5ec739ed2181..b5c5f859144d 100644 --- a/gcc/tree-vect-loop-manip.cc +++ b/gcc/tree-vect-loop-manip.cc @@ -1,5 +1,5 @@ /* Vectorizer Specific Loop Manipulations - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-loop.cc b/gcc/tree-vect-loop.cc index aacbb12580c8..f0801c23671b 100644 --- a/gcc/tree-vect-loop.cc +++ b/gcc/tree-vect-loop.cc @@ -1,5 +1,5 @@ /* Loop Vectorization - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-patterns.cc b/gcc/tree-vect-patterns.cc index 32f95a7a4097..6934aebc69f2 100644 --- a/gcc/tree-vect-patterns.cc +++ b/gcc/tree-vect-patterns.cc @@ -1,5 +1,5 @@ /* Analysis Utilities for Loop Vectorization. - Copyright (C) 2006-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2023 Free Software Foundation, Inc. Contributed by Dorit Nuzman This file is part of GCC. diff --git a/gcc/tree-vect-slp-patterns.cc b/gcc/tree-vect-slp-patterns.cc index 93735008bd10..8bd4da258d15 100644 --- a/gcc/tree-vect-slp-patterns.cc +++ b/gcc/tree-vect-slp-patterns.cc @@ -1,5 +1,5 @@ /* SLP - Pattern matcher on SLP trees - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vect-slp.cc b/gcc/tree-vect-slp.cc index e54414f6befa..9a4e000925eb 100644 --- a/gcc/tree-vect-slp.cc +++ b/gcc/tree-vect-slp.cc @@ -1,5 +1,5 @@ /* SLP - Basic Block Vectorization - Copyright (C) 2007-2022 Free Software Foundation, Inc. + Copyright (C) 2007-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-stmts.cc b/gcc/tree-vect-stmts.cc index 8f8deaf82bc8..fb3675183969 100644 --- a/gcc/tree-vect-stmts.cc +++ b/gcc/tree-vect-stmts.cc @@ -1,5 +1,5 @@ /* Statement Analysis and Transformation for Vectorization - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vector-builder.cc b/gcc/tree-vector-builder.cc index a09d66737800..0e51bcefa4f8 100644 --- a/gcc/tree-vector-builder.cc +++ b/gcc/tree-vector-builder.cc @@ -1,5 +1,5 @@ /* A class for building vector tree constants. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vector-builder.h b/gcc/tree-vector-builder.h index ac4de0e22dc6..2af6d75dc949 100644 --- a/gcc/tree-vector-builder.h +++ b/gcc/tree-vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector tree constants. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vectorizer.cc b/gcc/tree-vectorizer.cc index 6ec49511d74b..875acbbf948f 100644 --- a/gcc/tree-vectorizer.cc +++ b/gcc/tree-vectorizer.cc @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos This file is part of GCC. diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h index 016961da8510..a2aa71bedc01 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vectorizer.h @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Dorit Naishlos This file is part of GCC. diff --git a/gcc/tree-vrp.cc b/gcc/tree-vrp.cc index e6c6c5a301db..0dfea5ace06c 100644 --- a/gcc/tree-vrp.cc +++ b/gcc/tree-vrp.cc @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Diego Novillo . This file is part of GCC. diff --git a/gcc/tree-vrp.h b/gcc/tree-vrp.h index 127909604f0b..3b1d6dc971e4 100644 --- a/gcc/tree-vrp.h +++ b/gcc/tree-vrp.h @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.cc b/gcc/tree.cc index 6b3273e8997f..78b64ee98b3e 100644 --- a/gcc/tree.cc +++ b/gcc/tree.cc @@ -1,5 +1,5 @@ /* Language-independent node constructors for parse phase of GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.def b/gcc/tree.def index 69783bd44fcc..087265459b74 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the tree codes used in GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.h b/gcc/tree.h index 7e26e726bc59..e730a2a3e56b 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1,5 +1,5 @@ /* Definitions for the ubiquitous 'tree' type for GNU compilers. - Copyright (C) 1989-2022 Free Software Foundation, Inc. + Copyright (C) 1989-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/treestruct.def b/gcc/treestruct.def index cba29f7e323d..2cdc3a57f5a1 100644 --- a/gcc/treestruct.def +++ b/gcc/treestruct.def @@ -1,7 +1,7 @@ /* This file contains the definitions for the tree structure enumeration used in GCC. -Copyright (C) 2005-2022 Free Software Foundation, Inc. +Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tristate.cc b/gcc/tristate.cc index 4b164328dec1..8192b47f8c9a 100644 --- a/gcc/tristate.cc +++ b/gcc/tristate.cc @@ -1,5 +1,5 @@ /* "True" vs "False" vs "Unknown". - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/tristate.h b/gcc/tristate.h index bccfa8bf5235..38293f5a26c5 100644 --- a/gcc/tristate.h +++ b/gcc/tristate.h @@ -1,5 +1,5 @@ /* "True" vs "False" vs "Unknown". - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/tsan.cc b/gcc/tsan.cc index 2406527c96ab..23f4d9e76553 100644 --- a/gcc/tsan.cc +++ b/gcc/tsan.cc @@ -1,5 +1,5 @@ /* GCC instrumentation plugin for ThreadSanitizer. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Dmitry Vyukov This file is part of GCC. diff --git a/gcc/tsan.h b/gcc/tsan.h index fbf09c032447..b735305c8f76 100644 --- a/gcc/tsan.h +++ b/gcc/tsan.h @@ -1,5 +1,5 @@ /* ThreadSanitizer, a data race detector. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Dmitry Vyukov This file is part of GCC. diff --git a/gcc/tsystem.h b/gcc/tsystem.h index dfaf9e86a402..081c73345cdb 100644 --- a/gcc/tsystem.h +++ b/gcc/tsystem.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on target macros. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typeclass.h b/gcc/typeclass.h index d5588b3cb1d6..c4f09332cbe2 100644 --- a/gcc/typeclass.h +++ b/gcc/typeclass.h @@ -1,5 +1,5 @@ /* Type class enum - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typed-splay-tree.cc b/gcc/typed-splay-tree.cc index df4457c16816..65b1f37670fe 100644 --- a/gcc/typed-splay-tree.cc +++ b/gcc/typed-splay-tree.cc @@ -1,5 +1,5 @@ /* Selftests for typed-splay-tree.h. - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typed-splay-tree.h b/gcc/typed-splay-tree.h index a3c353010d1c..ffe96755fda1 100644 --- a/gcc/typed-splay-tree.h +++ b/gcc/typed-splay-tree.h @@ -1,5 +1,5 @@ /* A typesafe wrapper around libiberty's splay-tree.h. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ubsan.cc b/gcc/ubsan.cc index e51d1e41bab0..6dec2c3078a5 100644 --- a/gcc/ubsan.cc +++ b/gcc/ubsan.cc @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/ubsan.h b/gcc/ubsan.h index 71a40a399e4b..c21d31996217 100644 --- a/gcc/ubsan.h +++ b/gcc/ubsan.h @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/valtrack.cc b/gcc/valtrack.cc index 27c98b69ea5e..22f4ddcb3e9b 100644 --- a/gcc/valtrack.cc +++ b/gcc/valtrack.cc @@ -1,6 +1,6 @@ /* Infrastructure for tracking user variable locations and values throughout compilation. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva . This file is part of GCC. diff --git a/gcc/valtrack.h b/gcc/valtrack.h index a07b562ad5e0..98ca8e625381 100644 --- a/gcc/valtrack.h +++ b/gcc/valtrack.h @@ -1,6 +1,6 @@ /* Infrastructure for tracking user variable locations and values throughout compilation. - Copyright (C) 2010-2022 Free Software Foundation, Inc. + Copyright (C) 2010-2023 Free Software Foundation, Inc. Contributed by Alexandre Oliva . This file is part of GCC. diff --git a/gcc/value-pointer-equiv.cc b/gcc/value-pointer-equiv.cc index b768ecda11ae..aeff2e879b9a 100644 --- a/gcc/value-pointer-equiv.cc +++ b/gcc/value-pointer-equiv.cc @@ -1,5 +1,5 @@ /* Context-aware pointer equivalence tracker. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/value-pointer-equiv.h b/gcc/value-pointer-equiv.h index f69c4b33c0a8..37cd2b92260b 100644 --- a/gcc/value-pointer-equiv.h +++ b/gcc/value-pointer-equiv.h @@ -1,5 +1,5 @@ /* Header file for the context-aware pointer equivalence tracker. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/value-prof.cc b/gcc/value-prof.cc index 9656ce5870d9..f40e58ac4f24 100644 --- a/gcc/value-prof.cc +++ b/gcc/value-prof.cc @@ -1,5 +1,5 @@ /* Transformations based on profile information for values. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/value-prof.h b/gcc/value-prof.h index d852c41f33fa..0cfd5adb8bc6 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -1,5 +1,5 @@ /* Definitions for transformations based on profile information for values. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/value-query.cc b/gcc/value-query.cc index f89225d748a3..5345bb477185 100644 --- a/gcc/value-query.cc +++ b/gcc/value-query.cc @@ -1,5 +1,5 @@ /* Support routines for value queries. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez and Andrew MacLeod . diff --git a/gcc/value-query.h b/gcc/value-query.h index b860d66df20f..03be0be9178e 100644 --- a/gcc/value-query.h +++ b/gcc/value-query.h @@ -1,5 +1,5 @@ /* Support routines for value queries. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez and Andrew Macleod . diff --git a/gcc/value-range-pretty-print.cc b/gcc/value-range-pretty-print.cc index 3a3b4b44cbdb..d20e25624316 100644 --- a/gcc/value-range-pretty-print.cc +++ b/gcc/value-range-pretty-print.cc @@ -1,5 +1,5 @@ /* Pretty print support for value ranges. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/value-range-pretty-print.h b/gcc/value-range-pretty-print.h index a9ae5a7b4cc2..30b9c7436108 100644 --- a/gcc/value-range-pretty-print.h +++ b/gcc/value-range-pretty-print.h @@ -1,5 +1,5 @@ /* Pretty print support for value ranges. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/value-range-storage.cc b/gcc/value-range-storage.cc index b57701f0ea10..bf23f6dd4769 100644 --- a/gcc/value-range-storage.cc +++ b/gcc/value-range-storage.cc @@ -1,5 +1,5 @@ /* Support routines for vrange storage. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/value-range-storage.h b/gcc/value-range-storage.h index 0cf95ebf7c12..d3bc6cc9fc35 100644 --- a/gcc/value-range-storage.h +++ b/gcc/value-range-storage.h @@ -1,5 +1,5 @@ /* Support routines for vrange storage. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/value-range.cc b/gcc/value-range.cc index 34fac636cada..26f6f26b01a5 100644 --- a/gcc/value-range.cc +++ b/gcc/value-range.cc @@ -1,5 +1,5 @@ /* Support routines for value ranges. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Major hacks by Aldy Hernandez and Andrew MacLeod . diff --git a/gcc/value-range.h b/gcc/value-range.h index c87734dd8cdb..ea50ed3e64a7 100644 --- a/gcc/value-range.h +++ b/gcc/value-range.h @@ -1,5 +1,5 @@ /* Support routines for value ranges. - Copyright (C) 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Aldy Hernandez and Andrew Macleod . diff --git a/gcc/value-relation.cc b/gcc/value-relation.cc index 178a245f41a6..b8fa76532325 100644 --- a/gcc/value-relation.cc +++ b/gcc/value-relation.cc @@ -1,5 +1,5 @@ /* Header file for the value range relational processing. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/value-relation.h b/gcc/value-relation.h index 027d7416163c..664fd71c925f 100644 --- a/gcc/value-relation.h +++ b/gcc/value-relation.h @@ -1,5 +1,5 @@ /* Header file for the value range relational processing. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/var-tracking.cc b/gcc/var-tracking.cc index 9c40ec4fb8b1..fae0c73e02f1 100644 --- a/gcc/var-tracking.cc +++ b/gcc/var-tracking.cc @@ -1,5 +1,5 @@ /* Variable tracking routines for the GNU compiler. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.cc b/gcc/varasm.cc index 6851201b6a2c..cd0cd88321c6 100644 --- a/gcc/varasm.cc +++ b/gcc/varasm.cc @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.h b/gcc/varasm.h index acbd9fab7f6f..e6190cae0f89 100644 --- a/gcc/varasm.h +++ b/gcc/varasm.h @@ -1,5 +1,5 @@ /* Declarations for varasm.h. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varpool.cc b/gcc/varpool.cc index ccbd6e50f4b0..e7b51b15e4a8 100644 --- a/gcc/varpool.cc +++ b/gcc/varpool.cc @@ -1,5 +1,5 @@ /* Callgraph handling code. - 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. diff --git a/gcc/vec-perm-indices.cc b/gcc/vec-perm-indices.cc index acf90225280e..4ecae71cb284 100644 --- a/gcc/vec-perm-indices.cc +++ b/gcc/vec-perm-indices.cc @@ -1,5 +1,5 @@ /* A representation of vector permutation indices. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vec-perm-indices.h b/gcc/vec-perm-indices.h index e9ef80543098..e69887429e33 100644 --- a/gcc/vec-perm-indices.h +++ b/gcc/vec-perm-indices.h @@ -1,5 +1,5 @@ /* A representation of vector permutation indices. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vec.cc b/gcc/vec.cc index af4a5e5d3ad0..511e6dff50d7 100644 --- a/gcc/vec.cc +++ b/gcc/vec.cc @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Nathan Sidwell Re-implemented in C++ by Diego Novillo diff --git a/gcc/vec.h b/gcc/vec.h index 1abe777baebb..a536b68732dd 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Nathan Sidwell Re-implemented in C++ by Diego Novillo diff --git a/gcc/vector-builder.h b/gcc/vector-builder.h index c2dbdcecf7da..007535659c91 100644 --- a/gcc/vector-builder.h +++ b/gcc/vector-builder.h @@ -1,5 +1,5 @@ /* A class for building vector constant patterns. - Copyright (C) 2017-2022 Free Software Foundation, Inc. + Copyright (C) 2017-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 47df678e26b9..b5b276c783e7 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -1,5 +1,5 @@ /* Definitions for the data structures and codes used in VMS debugging. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbgout.cc b/gcc/vmsdbgout.cc index 2cae4565c051..6efa9ac619ac 100644 --- a/gcc/vmsdbgout.cc +++ b/gcc/vmsdbgout.cc @@ -1,5 +1,5 @@ /* Output VMS debug format symbol table information from GCC. - Copyright (C) 1987-2022 Free Software Foundation, Inc. + Copyright (C) 1987-2023 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). Updated by Bernard W. Giroud (bgiroud@users.sourceforge.net). diff --git a/gcc/vr-values.cc b/gcc/vr-values.cc index a1f7346f2ff0..365f4976a39a 100644 --- a/gcc/vr-values.cc +++ b/gcc/vr-values.cc @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vr-values.h b/gcc/vr-values.h index 6ad9fb2b81d8..00fcf7702aa4 100644 --- a/gcc/vr-values.h +++ b/gcc/vr-values.h @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2016-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vtable-verify.cc b/gcc/vtable-verify.cc index f01058e54121..a4ecb00ee726 100644 --- a/gcc/vtable-verify.cc +++ b/gcc/vtable-verify.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2022 Free Software Foundation, Inc. +/* Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vtable-verify.h b/gcc/vtable-verify.h index d6b2bc61b1d3..37e745a8955a 100644 --- a/gcc/vtable-verify.h +++ b/gcc/vtable-verify.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2022 Free Software Foundation, Inc. +/* Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/warning-control.cc b/gcc/warning-control.cc index 7e9e701cfbe7..b8768cc79a3f 100644 --- a/gcc/warning-control.cc +++ b/gcc/warning-control.cc @@ -1,7 +1,7 @@ /* Functions to enable and disable individual warnings on an expression and statement basis. - Copyright (C) 2021-2022 Free Software Foundation, Inc. + Copyright (C) 2021-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/web.cc b/gcc/web.cc index bd0ec94f1f47..ef2d79e40e8a 100644 --- a/gcc/web.cc +++ b/gcc/web.cc @@ -1,6 +1,6 @@ /* Web construction code for GNU compiler. Contributed by Jan Hubicka. - Copyright (C) 2001-2022 Free Software Foundation, Inc. + Copyright (C) 2001-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-bitmask.h b/gcc/wide-int-bitmask.h index f81146db0a60..1cbe567616da 100644 --- a/gcc/wide-int-bitmask.h +++ b/gcc/wide-int-bitmask.h @@ -1,5 +1,5 @@ /* Operation with 128 bit bitmask. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-print.cc b/gcc/wide-int-print.cc index e531f9832dc0..a09ba024909c 100644 --- a/gcc/wide-int-print.cc +++ b/gcc/wide-int-print.cc @@ -1,5 +1,5 @@ /* Printing operations with very long integers. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/wide-int-print.h b/gcc/wide-int-print.h index 4f5cc9fdea3e..6d5fe7ad11ca 100644 --- a/gcc/wide-int-print.h +++ b/gcc/wide-int-print.h @@ -1,5 +1,5 @@ /* Print wide integers. - Copyright (C) 2013-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int.cc b/gcc/wide-int.cc index 1fee07885546..8c8175765053 100644 --- a/gcc/wide-int.cc +++ b/gcc/wide-int.cc @@ -1,5 +1,5 @@ /* Operations with very long integers. - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/wide-int.h b/gcc/wide-int.h index d6807e3ef024..b3c19ec451c6 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -1,5 +1,5 @@ /* Operations with very long integers. -*- C++ -*- - Copyright (C) 2012-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoff.h b/gcc/xcoff.h index e262dce45b73..7933994aaa00 100644 --- a/gcc/xcoff.h +++ b/gcc/xcoff.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2022 Free Software Foundation, Inc. +/* Copyright (C) 2003-2023 Free Software Foundation, Inc. This file is part of GCC.