[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coredump in scm_ithrow
From: |
Gary Houston |
Subject: |
Re: coredump in scm_ithrow |
Date: |
5 Sep 2000 18:41:52 -0000 |
> Date: Tue, 5 Sep 2000 16:50:38 +0200 (MEST)
> From: Dirk Herrmann <address@hidden>
> I assume this is the GCSE bug which was discussed recently on the
> list. After declaring 'winds' volatile, everything works fine. However,
> configure does not recognise the GCSE bug on this machine :-(
It looks like the same bug. configure defines BROKEN_GCSE, which
is still ignored by throw.c. Do you mean that on your machine
configure prints
checking for broken GCSE optimisation... no
If so, and it's really the same bug, the test needs to be improved.