------- Comment #3 from joseph at codesourcery dot com 2009-09-09 20:52 ------- Subject: Re: New: [4.5 Regression] Failed to bootstrap
On Wed, 9 Sep 2009, hjl dot tools at gmail dot com wrote: > We aren't consistent where to report gcc bugs: > > [...@gnu-31 src-trunk]$ grep ttp://gcc.gnu.org/bugs.html */configure.* > gcc/configure.ac:ACX_BUGURL([http://gcc.gnu.org/bugs.html]) > libffi/configure.ac:AC_INIT([libffi], [3.0.8], [http://gcc.gnu.org/bugs.html]) Hopefully nothing actually gives an address to the user other than with derived from ACX_BUGURL. I like the "package-unused" and "version-unused" approach to AC_INIT of not putting names, version numbers or bug reporting addresses into individual subdirectory configure scripts as far as possible. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322