Re: IMCC bug: newclass optimized away

2003-12-31 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > Both newclass and addattrib are optimized away by the 'used_once' > optimization under -O2. This is obviously incorrect, since they have > side-effects. Please don't use -O2 :) Its experimental and its not up to all changes. > Luke leo

IMCC bug: newclass optimized away

2003-12-31 Thread Luke Palmer
Both newclass and addattrib are optimized away by the 'used_once' optimization under -O2. This is obviously incorrect, since they have side-effects. Luke