On 9/9/07, Matthias Klose <[EMAIL PROTECTED]> wrote: > this is now PR 33368, only seen when building with BOOT_CFLAGS="-O2" > CFLAGS="-g -O2", an oversight on my side. > > Seems to be introduced by r128190.
CFLAGS="-g -O2' pulls in all of the nasty dependence on a working host compiler. Which is? If it is 4.1 I would suggest to only use -O at most (no strict aliasing, no VRP and thus less integer overflow issues). Richard.