mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Update copyright years.
This commit is contained in:
committed by
Jakub Jelinek
parent
2dcca7aaf5
commit
254a858ae7
@@ -1,5 +1,5 @@
|
|||||||
# Makefile for c++tools
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Configure script for c++tools
|
# 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
|
# Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* C++ modules. Experimental! -*- c++ -*-
|
/* 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
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* C++ modules. Experimental! -*- c++ -*-
|
/* 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
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* C++ modules. Experimental!
|
/* 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
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
@@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
|
|||||||
print_version (void)
|
print_version (void)
|
||||||
{
|
{
|
||||||
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
|
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)"));
|
("(C)"));
|
||||||
fnotice (stdout,
|
fnotice (stdout,
|
||||||
("This is free software; see the source for copying conditions.\n"
|
("This is free software; see the source for copying conditions.\n"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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
|
# Script to analyze results of our branch prediction heuristics
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Contributed by Jan Hubicka <jh@suse.cz>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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
|
# Find missing and extra parameters in documentation compared to
|
||||||
# output of: gcc --help=params.
|
# output of: gcc --help=params.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# 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
|
# The script is a rewritten of the same bash script and should eventually
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Checks some of the GNU style formatting rules in a set of patches.
|
# 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>
|
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# 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
|
# The script is a rewritten of the same bash script and should eventually
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Check for accurate dependencies in gcc/Makefile.in.
|
# 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>.
|
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
|
||||||
#
|
#
|
||||||
# This script is Free Software, and it can be copied, distributed and
|
# This script is Free Software, and it can be copied, distributed and
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Check that the warning flags documented in invoke.texi match up
|
# Check that the warning flags documented in invoke.texi match up
|
||||||
# with what the compiler accepts.
|
# 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>.
|
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
|
||||||
#
|
#
|
||||||
# This script is Free Software, and it can be copied, distributed and
|
# This script is Free Software, and it can be copied, distributed and
|
||||||
|
|||||||
@@ -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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Compare the assembly language output for all the gcc tests.
|
# 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.
|
# Contributed by Paolo Bonzini.
|
||||||
#
|
#
|
||||||
# Invoke it as "bash compare-all-tests target1 target2 ... targetN".
|
# Invoke it as "bash compare-all-tests target1 target2 ... targetN".
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Compare stripped copies of two given object files.
|
# 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>
|
# Originally by Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Compare copies of two given object files.
|
# 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>
|
# Originally by Alexandre Oliva <aoliva@redhat.com>
|
||||||
# Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>
|
# Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Author: Matthew Sachs <msachs@apple.com>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Contributed by Lawrence Crowl <crowl@google.com>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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.
|
# Analyze changes in GCC DejaGNU test logs for binutils, gcc, gdb, etc.
|
||||||
# Original version written in 2005 by James Lemke <jwlemke@wasabisystems.com>.
|
# Original version written in 2005 by James Lemke <jwlemke@wasabisystems.com>.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# The resulting file can be used with test result comparison scripts for
|
# The resulting file can be used with test result comparison scripts for
|
||||||
# results from tests that were run in parallel. See usage() below.
|
# 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>
|
# Contributed by Janis Johnson <janis187@us.ibm.com>
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Contributed by David Malcolm <dmalcolm@redhat.com>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Contributed by David Malcolm <dmalcolm@redhat.com>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2022-2026 Free Software Foundation, Inc.
|
||||||
# Contributed by Arsen Arsenović.
|
# Contributed by Arsen Arsenović.
|
||||||
#
|
#
|
||||||
# This script is free software; you can redistribute it and/or modify
|
# This script is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# true if and only if it is a passing result (PASS, XFAIL, or
|
# true if and only if it is a passing result (PASS, XFAIL, or
|
||||||
# KFAIL.)
|
# KFAIL.)
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2006-2026 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ The following options are available:
|
|||||||
"
|
"
|
||||||
|
|
||||||
versiontext="${program} ${version}
|
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
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# Script to analyze warnings produced by clang.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
# Contents:
|
# Contents:
|
||||||
# Script to automatically download and build GCC.
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# Generate Intel taken branches Linux perf event script for autofdo profiling.
|
# 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
|
# 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
|
# the terms of the GNU General Public License as published by the Free
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Script to generate the NEWS file from online release notes.
|
# Script to generate the NEWS file from online release notes.
|
||||||
# Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
# GCC is free software; you can redistribute it and/or modify
|
# GCC is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# cases, and which lack test coverage. Tested with Python 2.7 and 3.2
|
# 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.
|
# 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>.
|
# Written by David Malcolm <dmalcolm@redhat.com>.
|
||||||
#
|
#
|
||||||
# This script is Free Software, and it can be copied, distributed and
|
# This script is Free Software, and it can be copied, distributed and
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/perl
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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
|
# Script to mark bunch of PRs as spam
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Tests a set of patches from a directory.
|
# 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>
|
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2020-2026 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
# Prepares a patch for the patch tester.
|
# 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>
|
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Perform a simple build of GCC for a particular language, using several
|
# Perform a simple build of GCC for a particular language, using several
|
||||||
# environment variables defined by reghunt scripts and config files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This doesn't work for sources earlier than about 2003-02-25.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# by default) between the specified dates. This skips commits that do
|
# by default) between the specified dates. This skips commits that do
|
||||||
# not modify any existing files and changes by gccadmin.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Update or check out GCC sources for a particular Subversion revision
|
# Update or check out GCC sources for a particular Subversion revision
|
||||||
# and a particular branch.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test an "accepts-invalid" GCC bug, using environment variables set in
|
# Test an "accepts-invalid" GCC bug, using environment variables set in
|
||||||
# several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test a "bogus-warning" GCC bug, using environment variables set in
|
# Test a "bogus-warning" GCC bug, using environment variables set in
|
||||||
# several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test a bug for which the compiler hangs, using environment variables
|
# Test a bug for which the compiler hangs, using environment variables
|
||||||
# set in several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test an "ice-on-invalid-code" GCC bug, using environment variables set
|
# Test an "ice-on-invalid-code" GCC bug, using environment variables set
|
||||||
# in several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test an "ice-on-valid-code" GCC bug, using environment variables set
|
# Test an "ice-on-valid-code" GCC bug, using environment variables set
|
||||||
# in several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test a "missing-warning" GCC bug, using environment variables set in
|
# Test a "missing-warning" GCC bug, using environment variables set in
|
||||||
# several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test a "rejects-valid" GCC bug, using environment variables set in
|
# Test a "rejects-valid" GCC bug, using environment variables set in
|
||||||
# several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# segfault, using environment variables set in several reghunt scripts
|
# segfault, using environment variables set in several reghunt scripts
|
||||||
# and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Test a "wrong-code" GCC bug, using environment variables set in
|
# Test a "wrong-code" GCC bug, using environment variables set in
|
||||||
# several reghunt scripts and configuration files.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# A nifty improvement would be to record known ranges of failure as
|
# A nifty improvement would be to record known ranges of failure as
|
||||||
# ranges, and then pick revisions just before and just after the range.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
# is STOP in the current directory.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
# is STOP in the current directory.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!-- Get and update the GCC regression tester's web page.
|
<!-- 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.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Test GCC.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# Copy log files from a GCC build for HTTP access.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Build tools for testing GCC.
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Example listener for SARIF output to a socket.
|
# 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>.
|
# Contributed by David Malcolm <dmalcolm@redhat.com>.
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ while true; do
|
|||||||
|
|
||||||
--help) cat <<\EOF
|
--help) cat <<\EOF
|
||||||
Runs the testsuite for an installed version of gcc/g++/gfortran/objc
|
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>
|
by Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
Supported arguments:
|
Supported arguments:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
@@ -155,7 +155,7 @@ index aab79492357..f0df1002488 100644
|
|||||||
+
|
+
|
||||||
+
|
+
|
||||||
/* Interprocedural Identical Code Folding pass
|
/* 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
|
diff --git a/gcc/testsuite/gcc.dg/pr32374.c b/gcc/testsuite/gcc.dg/pr32374.c
|
||||||
deleted file mode 100644
|
deleted file mode 100644
|
||||||
@@ -222,7 +222,7 @@ index f062e48071f..fd3c7ca8cf3 100644
|
|||||||
+
|
+
|
||||||
+
|
+
|
||||||
/* Output variables, constants and external declarations, for GNU compiler.
|
/* 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
|
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
|
||||||
index 4ad78c1f77b..6687b368038 100644
|
index 4ad78c1f77b..6687b368038 100644
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Contributed by Diego Novillo <dnovillo@google.com>
|
# 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.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/perl -w
|
#! /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.
|
# This file is part of GCC.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Utilities to generate Unicode data for glibc from upstream Unicode data.
|
# 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.
|
# This file is part of the GNU C Library.
|
||||||
#
|
#
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
|
# Copyright (C) 2014-2026 Free Software Foundation, Inc.
|
||||||
# Copyright The GNU Toolchain Authors.
|
# Copyright The GNU Toolchain Authors.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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>
|
# Contributed by Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||||
# Inspired by bloat-o-meter from busybox.
|
# Inspired by bloat-o-meter from busybox.
|
||||||
|
|
||||||
|
|||||||
@@ -805,6 +805,7 @@ class GCCCmdLine (CmdLine):
|
|||||||
self.add_dir ('libcpp', LibCppFilter())
|
self.add_dir ('libcpp', LibCppFilter())
|
||||||
self.add_dir ('libdecnumber')
|
self.add_dir ('libdecnumber')
|
||||||
# libffi is imported from upstream.
|
# libffi is imported from upstream.
|
||||||
|
self.add_dir ('libga68')
|
||||||
self.add_dir ('libgcc', LibGCCFilter())
|
self.add_dir ('libgcc', LibGCCFilter())
|
||||||
self.add_dir ('libgfortran')
|
self.add_dir ('libgfortran')
|
||||||
# libgo is imported from upstream.
|
# libgo is imported from upstream.
|
||||||
@@ -835,6 +836,7 @@ class GCCCmdLine (CmdLine):
|
|||||||
'libcpp',
|
'libcpp',
|
||||||
'libdecnumber',
|
'libdecnumber',
|
||||||
'libgcc',
|
'libgcc',
|
||||||
|
'libga68',
|
||||||
'libgfortran',
|
'libgfortran',
|
||||||
'libgomp',
|
'libgomp',
|
||||||
'libgrust',
|
'libgrust',
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Vim file type detection rules for GCC development
|
" 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
|
" 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
|
" it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Vim syntax highlighting rules for GCC match-and-simplify language.
|
" 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
|
" 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
|
" it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Syntax highlighting rules for RTL dump files (for Vim).
|
" 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
|
" 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
|
" it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
" Syntax highlighting rules for GIMPLE dump files (for Vim).
|
" 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
|
" 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
|
" it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
" $ make vimrc
|
" $ make vimrc
|
||||||
" from GCC build folder.
|
" 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
|
" 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
|
" it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
|
|||||||
rebuilt.
|
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,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ Feb 1, 1998:
|
|||||||
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
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,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Makefile for GNU Compiler Collection
|
# Makefile for GNU Compiler Collection
|
||||||
# Run 'configure' to generate Makefile from Makefile.in
|
# 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.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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
|
within GCC so that it compiles without error on the full range of
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
dnl Copyright (C) 2005-2025 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005-2026 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GCC.
|
dnl This file is part of GCC.
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Inline functions to test validity of reg classes for addressing modes.
|
/* 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.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Adjust alignment for local variable.
|
/* 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>
|
Contributed by Kito Cheng <kito.cheng@sifive.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Make-lang.in -- Top level -*- makefile -*- fragment for GCC Algol 68
|
# Make-lang.in -- Top level -*- makefile -*- fragment for GCC Algol 68
|
||||||
# frontend.
|
# frontend.
|
||||||
|
|
||||||
# Copyright (C) 2025 Free Software Foundation, Inc.
|
# Copyright (C) 2025-2026 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is NOT part of GCC.
|
# This file is NOT part of GCC.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Exporting Algol 68 module interfaces.
|
/* Exporting Algol 68 module interfaces.
|
||||||
Copyright (C) 2025 Jose E. Marchesi.
|
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.
|
Written by Jose E. Marchesi.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Importing Algol 68 module interfaces.
|
/* Importing Algol 68 module interfaces.
|
||||||
Copyright (C) 2025 Jose E. Marchesi.
|
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.
|
Written by Jose E. Marchesi.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Libcalls to Algol 68 run-time functions.
|
/* 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.
|
Copyright (C) 2025 Jose E. Marchesi.
|
||||||
|
|
||||||
Written by Jose E. Marchesi.
|
Written by Jose E. Marchesi.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Character conversion functions for the Algol 68 front-end.
|
/* 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.
|
Copyright (C) 2025 Jose E. Marchesi.
|
||||||
|
|
||||||
The code in this file has been adapted from the unistr gnulib module,
|
The code in this file has been adapted from the unistr gnulib module,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# config-lang.in -- Top level configure fragment for gcc Algol 68 frontend.
|
# 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
|
# GCC is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# 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
Reference in New Issue
Block a user