Hmm, this looks like a dataflow bug to me. I believe the problem is that
DF_LIVE_OUT assumes/requires problems_by_index[DF_LIVE] to be non-NULL.
You should replace it with df_get_live_out. Please CC me if you have a
patch.
Paolo
On 12 June 2007 13:13, Paul Richard Thomas wrote:
>> You will excuse me please if I cannot identify the patch that is
>> responsible - this sort of investigation is just a bit too tedious
>> under Cygwin. I will make one further reversion this morning and will
>> report if I have bracketed the pr
The problem is between r125620 and r125628 but is NOT, as I
suspected, r125621.
Is nobody else seeing it, or is it a Cygwin specific problem?
ia64-linux testresults with rev. 12640 appear to be fine (http://
gcc.gnu.org/ml/gcc-testresults/2007-06/msg00572.html).
Doh, wait, it appears that
You will excuse me please if I cannot identify the patch that is
responsible - this sort of investigation is just a bit too tedious
under Cygwin. I will make one further reversion this morning and will
report if I have bracketed the problem.
The problem is between r125620 and r125628 but is NO