On Wed, 8 Feb 2017, Jonathan Wakely wrote: >> + "(Please submit full bug report at http://gcc.gnu.org/bugs/):\n "; > Shouldn't that be https ? :-)
You're right! Fixed by the patch at the end. On Wed, 8 Feb 2017, Jakub Jelinek wrote: > Note ACX_BUGURL in gcc/configure.ac needs adjustments too. That, and a few others such as libquadmath or gcc/po/exgettext. :-( On Wed, 8 Feb 2017, Jakub Jelinek wrote: > I wouldn't, people who configure with 256KB long --with-bugurl arguments > should be adequately punished. Agreed. ;-) Gerald 2017-02-08 Gerald Pfeifer <ger...@pfeifer.com> * src/c++11/snprintf_lite.cc (__err): Use https for bug reporting. Index: src/c++11/snprintf_lite.cc =================================================================== --- src/c++11/snprintf_lite.cc (revision 245268) +++ src/c++11/snprintf_lite.cc (working copy) @@ -52,7 +52,7 @@ const size_t __len = __bufend - __buf + 1; const char __err[] = "not enough space for format expansion " - "(Please submit full bug report at http://gcc.gnu.org/bugs/):\n "; + "(Please submit full bug report at https://gcc.gnu.org/bugs/):\n "; const size_t __errlen = sizeof(__err) - 1; char *const __e