Re: [PATCH] gcc optimizer bug workaround in SArray

2003-07-20 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > gcc 3.2 has a bug that makes SArray's shift_* not work when compiled > with optimization. This works around it (and is arguably better style > anyway). gcc will receive a bug report if I can manage to reduce the > problem. Thanks, applied. leo

[PATCH] gcc optimizer bug workaround in SArray

2003-07-19 Thread Luke Palmer
gcc 3.2 has a bug that makes SArray's shift_* not work when compiled with optimization. This works around it (and is arguably better style anyway). gcc will receive a bug report if I can manage to reduce the problem. Index: classes/sarray.pmc