Re: IMCC bug: newclass optimized away
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
Both newclass and addattrib are optimized away by the 'used_once' optimization under -O2. This is obviously incorrect, since they have side-effects. Luke