This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Vast numbers of execution regressions on trunk? (i686-pc-linux-gnu)
- From: FX Coudert <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Brooks Moses <brooks dot moses at codesourcery dot com>, fortran at gcc dot gnu dot org
- Date: Mon, 27 Nov 2006 09:14:20 +0100
- Subject: Re: Vast numbers of execution regressions on trunk? (i686-pc-linux-gnu)
- References: <456A646D.70106@codesourcery.com> <456A6DFF.8060408@verizon.net>
Its probably the io.h dependency bug. You need to touch all files
in libgfortran/io to make sure they get re-compiled if io.h got
updated.
I'll fix that at some point during stage1. It requires a bit of
reordering, but nothing too hard.
FX