Update copyright years.

This commit is contained in:
Jakub Jelinek
2026-01-02 09:53:48 +01:00
committed by Jakub Jelinek
parent 2dcca7aaf5
commit 254a858ae7
18557 changed files with 18652 additions and 18650 deletions

View File

@@ -1,5 +1,5 @@
# Makefile for c++tools
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 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

View File

@@ -1,5 +1,5 @@
# Configure script for c++tools
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
# Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
#
# This file is free software; you can redistribute it and/or modify it

View File

@@ -1,5 +1,5 @@
/* C++ modules. Experimental! -*- c++ -*-
Copyright (C) 2017-2025 Free Software Foundation, Inc.
Copyright (C) 2017-2026 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
This file is part of GCC.

View File

@@ -1,5 +1,5 @@
/* C++ modules. Experimental! -*- c++ -*-
Copyright (C) 2017-2025 Free Software Foundation, Inc.
Copyright (C) 2017-2026 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
This file is part of GCC.

View File

@@ -1,5 +1,5 @@
/* C++ modules. Experimental!
Copyright (C) 2018-2025 Free Software Foundation, Inc.
Copyright (C) 2018-2026 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> 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-2025 Free Software Foundation, Inc.\n",
fprintf (stdout, "Copyright %s 2018-2026 Free Software Foundation, Inc.\n",
("(C)"));
fnotice (stdout,
("This is free software; see the source for copying conditions.\n"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
# Copyright (C) 2016-2026 Free Software Foundation, Inc.
#
# Script to analyze results of our branch prediction heuristics
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
# Copyright (C) 2016-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -4,7 +4,7 @@
#
# Contributed by Jan Hubicka <jh@suse.cz>
#
# Copyright (C) 2019-2025 Free Software Foundation, Inc.
# Copyright (C) 2019-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
# Copyright (C) 2022-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2018-2025 Free Software Foundation, Inc.
# Copyright (C) 2018-2026 Free Software Foundation, Inc.
#
# Find missing and extra parameters in documentation compared to
# output of: gcc --help=params.

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2025 Free Software Foundation, Inc.
# Copyright (C) 2017-2026 Free Software Foundation, Inc.
#
# Checks some of the GNU style formatting rules in a set of patches.
# The script is a rewritten of the same bash script and should eventually

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Checks some of the GNU style formatting rules in a set of patches.
# Copyright (C) 2010-2025 Free Software Foundation, Inc.
# Copyright (C) 2010-2026 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2025 Free Software Foundation, Inc.
# Copyright (C) 2017-2026 Free Software Foundation, Inc.
#
# Checks some of the GNU style formatting rules in a set of patches.
# The script is a rewritten of the same bash script and should eventually

View File

@@ -2,7 +2,7 @@
#
# Check for accurate dependencies in gcc/Makefile.in.
#
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-2026 Free Software Foundation, Inc.
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@@ -3,7 +3,7 @@
# Check that the warning flags documented in invoke.texi match up
# with what the compiler accepts.
#
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-2026 Free Software Foundation, Inc.
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2015-2025 Free Software Foundation, Inc.
# Copyright (C) 2015-2026 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

View File

@@ -1,7 +1,7 @@
#! /bin/bash
# Compare the assembly language output for all the gcc tests.
# Copyright (C) 2009-2025 Free Software Foundation, Inc.
# Copyright (C) 2009-2026 Free Software Foundation, Inc.
# Contributed by Paolo Bonzini.
#
# Invoke it as "bash compare-all-tests target1 target2 ... targetN".

View File

@@ -2,7 +2,7 @@
# Compare stripped copies of two given object files.
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 Free Software Foundation, Inc.
# Originally by Alexandre Oliva <aoliva@redhat.com>
# This file is part of GCC.

View File

@@ -2,7 +2,7 @@
# Compare copies of two given object files.
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 Free Software Foundation, Inc.
# Originally by Alexandre Oliva <aoliva@redhat.com>
# Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>

View File

@@ -5,7 +5,7 @@
#
# Author: Matthew Sachs <msachs@apple.com>
#
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
# Copyright (C) 2006-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -5,7 +5,7 @@
# Contributed by Lawrence Crowl <crowl@google.com>
#
# Copyright (C) 2012-2025 Free Software Foundation, Inc.
# Copyright (C) 2012-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
# Copyright (C) 2006-2026 Free Software Foundation, Inc.
#
# Analyze changes in GCC DejaGNU test logs for binutils, gcc, gdb, etc.
# Original version written in 2005 by James Lemke <jwlemke@wasabisystems.com>.

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python
#
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
# Copyright (C) 2014-2026 Free Software Foundation, Inc.
#
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@@ -6,7 +6,7 @@
# The resulting file can be used with test result comparison scripts for
# results from tests that were run in parallel. See usage() below.
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-2026 Free Software Foundation, Inc.
# Contributed by Janis Johnson <janis187@us.ibm.com>
#
# This file is part of GCC.

View File

@@ -4,7 +4,7 @@
# Contributed by David Malcolm <dmalcolm@redhat.com>
#
# Copyright (C) 2024-2025 Free Software Foundation, Inc.
# Copyright (C) 2024-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -4,7 +4,7 @@
# Contributed by David Malcolm <dmalcolm@redhat.com>
#
# Copyright (C) 2025 Free Software Foundation, Inc.
# Copyright (C) 2025-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
# Copyright (C) 2022-2026 Free Software Foundation, Inc.
# Contributed by Arsen Arsenović.
#
# This script is free software; you can redistribute it and/or modify

View File

@@ -10,7 +10,7 @@
# true if and only if it is a passing result (PASS, XFAIL, or
# KFAIL.)
#
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
# Copyright (C) 2006-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -82,7 +82,7 @@ The following options are available:
"
versiontext="${program} ${version}
Copyright (C) 2016-2025 Free Software Foundation, Inc.
Copyright (C) 2016-2026 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2018-2025 Free Software Foundation, Inc.
# Copyright (C) 2018-2026 Free Software Foundation, Inc.
#
# Script to analyze warnings produced by clang.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -11,7 +11,7 @@
# Contents:
# Script to automatically download and build GCC.
#
# Copyright (C) 2000-2025 Free Software Foundation, Inc.
# Copyright (C) 2000-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python3
# Generate Intel taken branches Linux perf event script for autofdo profiling.
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
# Copyright (C) 2016-2026 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

View File

@@ -3,7 +3,7 @@
# Script to generate the NEWS file from online release notes.
# Contributed by Joseph Myers <jsm28@cam.ac.uk>.
#
# Copyright (C) 2000-2025 Free Software Foundation, Inc.
# Copyright (C) 2000-2026 Free Software Foundation, Inc.
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -4,7 +4,7 @@
# cases, and which lack test coverage. Tested with Python 2.7 and 3.2
# To be run from the root directory of the source tree.
#
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
# Copyright (C) 2014-2026 Free Software Foundation, Inc.
# Written by David Malcolm <dmalcolm@redhat.com>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2025 Free Software Foundation, Inc.
# Copyright (C) 2017-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,5 +1,5 @@
#!/usr/bin/perl
# Copyright (C) 2012-2025 Free Software Foundation, Inc.
# Copyright (C) 2012-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
# Copyright (C) 2016-2026 Free Software Foundation, Inc.
#
# Script to mark bunch of PRs as spam
#

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Tests a set of patches from a directory.
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -2,7 +2,7 @@
#set -x
# Prepares a patch for the patch tester.
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2024-2025 Free Software Foundation, Inc.
# Copyright (C) 2024-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -3,7 +3,7 @@
# Perform a simple build of GCC for a particular language, using several
# environment variables defined by reghunt scripts and config files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -5,7 +5,7 @@
#
# This doesn't work for sources earlier than about 2003-02-25.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -4,7 +4,7 @@
# by default) between the specified dates. This skips commits that do
# not modify any existing files and changes by gccadmin.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Update or check out GCC sources for a particular Subversion revision
# and a particular branch.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test an "accepts-invalid" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test a "bogus-warning" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test a bug for which the compiler hangs, using environment variables
# set in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test an "ice-on-invalid-code" GCC bug, using environment variables set
# in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test an "ice-on-valid-code" GCC bug, using environment variables set
# in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test a "missing-warning" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test a "rejects-valid" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -4,7 +4,7 @@
# segfault, using environment variables set in several reghunt scripts
# and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -3,7 +3,7 @@
# Test a "wrong-code" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
# Copyright (C) 2007-2026 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

View File

@@ -47,7 +47,7 @@
#
#
#
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
# Copyright (C) 2002-2026 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

View File

@@ -10,7 +10,7 @@
# A nifty improvement would be to record known ranges of failure as
# ranges, and then pick revisions just before and just after the range.
#
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
# Copyright (C) 2006-2026 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

View File

@@ -25,7 +25,7 @@
# is STOP in the current directory.
#
#
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
# Copyright (C) 2002-2026 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

View File

@@ -25,7 +25,7 @@
# is STOP in the current directory.
#
#
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
# Copyright (C) 2002-2026 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

View File

@@ -45,7 +45,7 @@
#
#
#
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
# Copyright (C) 2002-2026 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

View File

@@ -1,5 +1,5 @@
<!-- Get and update the GCC regression tester's web page.
Copyright (C) 2005-2025 Free Software Foundation, Inc.
Copyright (C) 2005-2026 Free Software Foundation, Inc.
This file is part of GCC.

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Test GCC.
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
# Copyright (C) 1999-2026 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

View File

@@ -1,7 +1,7 @@
#!/usr/bin/perl
# Copy log files from a GCC build for HTTP access.
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-2026 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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Build tools for testing GCC.
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
# Copyright (C) 1999-2026 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

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Example listener for SARIF output to a socket.
# Copyright (C) 2025 Free Software Foundation, Inc.
# Copyright (C) 2025-2026 Free Software Foundation, Inc.
# Contributed by David Malcolm <dmalcolm@redhat.com>.
#
# This file is part of GCC.

View File

@@ -69,7 +69,7 @@ while true; do
--help) cat <<\EOF
Runs the testsuite for an installed version of gcc/g++/gfortran/objc
Copyright (C) 1998-2025 Free Software Foundation, Inc.
Copyright (C) 1998-2026 Free Software Foundation, Inc.
by Alexandre Oliva <oliva@dcc.unicamp.br>
Supported arguments:

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -155,7 +155,7 @@ index aab79492357..f0df1002488 100644
+
+
/* Interprocedural Identical Code Folding pass
Copyright (C) 2014-2025 Free Software Foundation, Inc.
Copyright (C) 2014-2026 Free Software Foundation, Inc.
diff --git a/gcc/testsuite/gcc.dg/pr32374.c b/gcc/testsuite/gcc.dg/pr32374.c
deleted file mode 100644
@@ -222,7 +222,7 @@ index f062e48071f..fd3c7ca8cf3 100644
+
+
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987-2025 Free Software Foundation, Inc.
Copyright (C) 1987-2026 Free Software Foundation, Inc.
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 4ad78c1f77b..6687b368038 100644

View File

@@ -5,7 +5,7 @@
# Contributed by Diego Novillo <dnovillo@google.com>
#
# Copyright (C) 2011-2025 Free Software Foundation, Inc.
# Copyright (C) 2011-2026 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
# Copyright (C) 1999-2025 Free Software Foundation, Inc.
# Copyright (C) 1999-2026 Free Software Foundation, Inc.
# This file is part of GCC.

View File

@@ -1,6 +1,6 @@
# Utilities to generate Unicode data for glibc from upstream Unicode data.
#
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
# Copyright (C) 2014-2026 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
# Copyright (C) 2014-2026 Free Software Foundation, Inc.
# Copyright The GNU Toolchain Authors.
# This file is part of the GNU C Library.
#

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018-2025 Free Software Foundation, Inc.
# Copyright (C) 2018-2026 Free Software Foundation, Inc.
# Contributed by Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
# Inspired by bloat-o-meter from busybox.

View File

@@ -805,6 +805,7 @@ class GCCCmdLine (CmdLine):
self.add_dir ('libcpp', LibCppFilter())
self.add_dir ('libdecnumber')
# libffi is imported from upstream.
self.add_dir ('libga68')
self.add_dir ('libgcc', LibGCCFilter())
self.add_dir ('libgfortran')
# libgo is imported from upstream.
@@ -835,6 +836,7 @@ class GCCCmdLine (CmdLine):
'libcpp',
'libdecnumber',
'libgcc',
'libga68',
'libgfortran',
'libgomp',
'libgrust',

View File

@@ -1,6 +1,6 @@
" Vim file type detection rules for GCC development
"
" Copyright (C) 2018-2025 Free Software Foundation, Inc.
" Copyright (C) 2018-2026 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
" Vim syntax highlighting rules for GCC match-and-simplify language.
"
" Copyright (C) 2018-2025 Free Software Foundation, Inc.
" Copyright (C) 2018-2026 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
" Syntax highlighting rules for RTL dump files (for Vim).
"
" Copyright (C) 2018-2025 Free Software Foundation, Inc.
" Copyright (C) 2018-2026 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
" Syntax highlighting rules for GIMPLE dump files (for Vim).
"
" Copyright (C) 2015-2025 Free Software Foundation, Inc.
" Copyright (C) 2015-2026 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@@ -11,7 +11,7 @@
" $ make vimrc
" from GCC build folder.
"
" Copyright (C) 2014-2025 Free Software Foundation, Inc.
" Copyright (C) 2014-2026 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

View File

@@ -65,7 +65,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
rebuilt.
Copyright (C) 1998-2025 Free Software Foundation, Inc.
Copyright (C) 1998-2026 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@@ -57,7 +57,7 @@ Feb 1, 1998:
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
Copyright (C) 1998-2025 Free Software Foundation, Inc.
Copyright (C) 1998-2026 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@@ -1,7 +1,7 @@
# Makefile for GNU Compiler Collection
# Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 1987-2025 Free Software Foundation, Inc.
# Copyright (C) 1987-2026 Free Software Foundation, Inc.
#This file is part of GCC.

View File

@@ -1,4 +1,4 @@
Copyright (C) 2000-2025 Free Software Foundation, Inc.
Copyright (C) 2000-2026 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

View File

@@ -1,4 +1,4 @@
dnl Copyright (C) 2005-2025 Free Software Foundation, Inc.
dnl Copyright (C) 2005-2026 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl

View File

@@ -1,5 +1,5 @@
/* Inline functions to test validity of reg classes for addressing modes.
Copyright (C) 2006-2025 Free Software Foundation, Inc.
Copyright (C) 2006-2026 Free Software Foundation, Inc.
This file is part of GCC.

View File

@@ -1,5 +1,5 @@
/* Adjust alignment for local variable.
Copyright (C) 2020-2025 Free Software Foundation, Inc.
Copyright (C) 2020-2026 Free Software Foundation, Inc.
Contributed by Kito Cheng <kito.cheng@sifive.com>
This file is part of GCC.

View File

@@ -1,7 +1,7 @@
# Make-lang.in -- Top level -*- makefile -*- fragment for GCC Algol 68
# frontend.
# Copyright (C) 2025 Free Software Foundation, Inc.
# Copyright (C) 2025-2026 Free Software Foundation, Inc.
# This file is NOT part of GCC.

View File

@@ -1,6 +1,6 @@
/* Exporting Algol 68 module interfaces.
Copyright (C) 2025 Jose E. Marchesi.
Copyright (C) 2010-2025 Free Software Foundation, Inc.
Copyright (C) 2010-2026 Free Software Foundation, Inc.
Written by Jose E. Marchesi.

View File

@@ -1,6 +1,6 @@
/* Importing Algol 68 module interfaces.
Copyright (C) 2025 Jose E. Marchesi.
Copyright (C) 2010-2025 Free Software Foundation, Inc.
Copyright (C) 2010-2026 Free Software Foundation, Inc.
Written by Jose E. Marchesi.

View File

@@ -1,5 +1,5 @@
/* Libcalls to Algol 68 run-time functions.
Copyright (C) 2006-2025 Free Software Foundation, Inc.
Copyright (C) 2006-2026 Free Software Foundation, Inc.
Copyright (C) 2025 Jose E. Marchesi.
Written by Jose E. Marchesi.

View File

@@ -1,5 +1,5 @@
/* Character conversion functions for the Algol 68 front-end.
Copyright (C) 1999-2002, 2006-2007, 2009-2024 Free Software Foundation, Inc.
Copyright (C) 1999-2026 Free Software Foundation, Inc.
Copyright (C) 2025 Jose E. Marchesi.
The code in this file has been adapted from the unistr gnulib module,

View File

@@ -1,6 +1,6 @@
# config-lang.in -- Top level configure fragment for gcc Algol 68 frontend.
# Copyright (C) 2025 Free Software Foundation, Inc.
# Copyright (C) 2025-2026 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

Some files were not shown because too many files have changed in this diff Show More