This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Culprits... (Re: pthread related breakage (mainline))
Janis Johnson wrote:
Sounds like you need automated regression hunting tools.
Yes ;) Could you possibly help?
But we are already quite close: the breakage happened between 36 and
24 hours ago, and the candidates are the changes to gcc/aclocal.m4,
gcc/configure and gcc/configure.in that happened in that time span.
Just a couple of commits: can you help pinpointing the exact one?
2003-12-07 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in, aclocal.m4: Revert to pre-2.5x conversion status.
* configure: Regenerate with autoconf 2.13.
* configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
with modern equivalents.
* configure: Regenerate.
* configure.in: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
* aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
* configure: Regenerate.
* configure: Regenerate with (preferred) autoconf 2.57.
* doc/install.texi: Note that 'gcc' is now a 2.57 directory.
2003-12-07 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make minimum necessary changes for autoconf 2.5x.
* aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
* configure: Regenerate with autoconf 2.58.
Thanks!
Paolo.