On Mon, 24 Jul 2000, Josef Wegner wrote:
> I have solved this problem by compiling the regapi_spec.c file by hand
> without the -O2 flag. Looks like a egcs bug...
Please note that you are using an old version of the compiler. Please
upgrade to GCC 2.95.2, our official release; if the problem persists,
file a bug report.
However, please also note that the behavior you are observing may well
be due to bad memory, which is triggered by tight loops or different
memory access patterns for higher optimization levels of gcc.
Gerald