]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bugzilla: remove `gcc-bugs@` mailing list address
authorBen Boeckel <ben.boeckel@kitware.com>
Sat, 11 Oct 2025 02:01:03 +0000 (22:01 -0400)
committerRichard Biener <rguenther@suse.de>
Fri, 9 Jan 2026 10:10:38 +0000 (11:10 +0100)
Bugzilla is preferred today. Use a URL that gives context about
gathering information prior to actually filing a bug at Bugzilla.

ChangeLog:

* config-ml.in: Replace gcc-bugs@ with bug reporting link.
* symlink-tree: Replace gcc-bugs@ with bug reporting link.

fixincludes/ChangeLog:

* README: Replace gcc-bugs@ with bug reporting link.

gcc/testsuite/ChangeLog:

* lib/file-format.exp: Replace gcc-bugs@ with bug reporting link.

libcpp/ChangeLog:

* configure: Regenerate.
* configure.ac: Replace gcc-bugs@ with bug reporting link.

libdecnumber/ChangeLog:

* configure: Regenerate.
* configure.ac: Replace gcc-bugs@ with bug reporting link.

config-ml.in
fixincludes/README
gcc/testsuite/lib/file-format.exp
libcpp/configure
libcpp/configure.ac
libdecnumber/configure
libdecnumber/configure.ac
symlink-tree

index d184fdc6d8280742b40b62e0f5111b09bf06104c..22021a7fe3c8811e6ce1540ba1ac158e221d4c75 100644 (file)
@@ -24,7 +24,7 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
+# Please report bugs according to <https://gcc.gnu.org/bugs/>
 # and send patches to <gcc-patches@gcc.gnu.org>.
 
 # It is advisable to support a few --enable/--disable options to let the
index 98480165d10afeb1e14cbd55ee9cb10799dd03df..05be62cfc71e5ea18f659c8477b118da49c77031 100644 (file)
@@ -6,8 +6,8 @@ If you are having some problem with a system header that is either
 broken by the manufacturer, or is broken by the fixinclude process,
 then you will need to alter or add information to the include fix
 definitions file, ``inclhack.def''.  Please also send relevant
-information to gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org and,
-please, to me:  bkorb@gnu.org.
+information according to https://gcc.gnu.org/bugs/, to
+gcc-patches@gcc.gnu.org and, please, to me:  bkorb@gnu.org.
 
 To make your fix, you will need to do several things:
 
index ff6a70aeb6938e9d55637920f99193ab195e75ea..b36812a1fa40b2636377c63730dfd936c6cd1ffc 100644 (file)
@@ -14,8 +14,8 @@
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# gcc-bugs@gcc.gnu.org
+# Please report any bugs, comments, and/or additions to this file according
+# to instructions at https://gcc.gnu.org/bugs/
 
 # This file defines a proc for determining the file format in use by the
 # target.  This is useful for tests that are only supported by certain file
index b66f65d921f211638304910e2e84a7766fb9b4e6..dea5ad963ca4af18f834e010c5a29d6f4804d552 100755 (executable)
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for cpplib  .
 #
-# Report bugs to <gcc-bugs@gcc.gnu.org>.
+# Report bugs to <https://gcc.gnu.org/bugs/>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,10 +267,10 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: gcc-bugs@gcc.gnu.org about your system, including any
-$0: error possibly output before this message. Then install
-$0: a modern shell, or manually run the script under such a
-$0: shell if you do have one."
+$0: https://gcc.gnu.org/bugs/ about your system, including
+$0: any error possibly output before this message. Then
+$0: install a modern shell, or manually run the script
+$0: under such a shell if you do have one."
   fi
   exit 1
 fi
@@ -582,7 +582,7 @@ PACKAGE_NAME='cpplib'
 PACKAGE_TARNAME='cpplib'
 PACKAGE_VERSION=' '
 PACKAGE_STRING='cpplib  '
-PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
+PACKAGE_BUGREPORT='https://gcc.gnu.org/bugs/'
 PACKAGE_URL=''
 
 ac_unique_file="ucnid.h"
@@ -1424,7 +1424,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <gcc-bugs@gcc.gnu.org>.
+Report bugs to <https://gcc.gnu.org/bugs/>.
 _ACEOF
 ac_status=$?
 fi
@@ -1684,9 +1684,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ----------------------------------- ##
-## Report this to gcc-bugs@gcc.gnu.org ##
-## ----------------------------------- ##"
+( $as_echo "## ---------------------------------------- ##
+## Report this to https://gcc.gnu.org/bugs/ ##
+## ---------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -9991,7 +9991,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <gcc-bugs@gcc.gnu.org>."
+Report bugs to <https://gcc.gnu.org/bugs/>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
index 845dd6449483f25309309370905770823b1d13c1..5f26356570d5c7835feac14d8efa5f2ab56745cc 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib)
+AC_INIT(cpplib, [ ], https://gcc.gnu.org/bugs/, cpplib)
 AC_CONFIG_SRCDIR(ucnid.h)
 AC_CONFIG_MACRO_DIR(../config)
 AC_CANONICAL_SYSTEM
index 84bc4ffc7673db6c3ff60908f58a1cc00435cb71..f06c7ac1d3f64f7ac45cc1bbf9fae3279129fba1 100755 (executable)
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for libdecnumber  .
 #
-# Report bugs to <gcc-bugs@gcc.gnu.org>.
+# Report bugs to <https://gcc.gnu.org/bugs/>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,10 +267,10 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: gcc-bugs@gcc.gnu.org about your system, including any
-$0: error possibly output before this message. Then install
-$0: a modern shell, or manually run the script under such a
-$0: shell if you do have one."
+$0: https://gcc.gnu.org/bugs/ about your system, including
+$0: any error possibly output before this message. Then
+$0: install a modern shell, or manually run the script
+$0: under such a shell if you do have one."
   fi
   exit 1
 fi
@@ -582,7 +582,7 @@ PACKAGE_NAME='libdecnumber'
 PACKAGE_TARNAME='libdecnumber'
 PACKAGE_VERSION=' '
 PACKAGE_STRING='libdecnumber  '
-PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
+PACKAGE_BUGREPORT='https://gcc.gnu.org/bugs/'
 PACKAGE_URL=''
 
 ac_unique_file="decNumber.h"
@@ -1357,7 +1357,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <gcc-bugs@gcc.gnu.org>.
+Report bugs to <https://gcc.gnu.org/bugs/>.
 _ACEOF
 ac_status=$?
 fi
@@ -1579,9 +1579,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ----------------------------------- ##
-## Report this to gcc-bugs@gcc.gnu.org ##
-## ----------------------------------- ##"
+( $as_echo "## ---------------------------------------- ##
+## Report this to https://gcc.gnu.org/bugs/ ##
+## ---------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -6010,7 +6010,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <gcc-bugs@gcc.gnu.org>."
+Report bugs to <https://gcc.gnu.org/bugs/>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
index 798fff573b3b2641e545f469aee733388e2e96ff..4994f95bc4c7066355a9c0baf54087de4143b6dd 100644 (file)
@@ -19,7 +19,7 @@
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber)
+AC_INIT(libdecnumber, [ ], https://gcc.gnu.org/bugs/, libdecnumber)
 AC_CONFIG_SRCDIR(decNumber.h)
 AC_CONFIG_MACRO_DIR(../config)
 AC_CONFIG_AUX_DIR(..)
index 5cb95ba66aa3695b6c91b4248b43a12d1f1bdafc..817bdc6f5be0357bef38e5896d2298ef2fd268ce 100755 (executable)
@@ -23,7 +23,7 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
+# Please report bugs according to <https://gcc.gnu.org/bugs/>
 # and send patches to <gcc-patches@gcc.gnu.org>.
 
 # Syntax: symlink-tree srcdir "ignore1 ignore2 ..."