Re: [BUGS] Test suite fails on alpha architecture

2007-11-07 Thread Tom Lane
Falk Hueffner <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> writes: >> It looks to me like Debian's compiler must be allowing the division >> instruction to be speculatively executed before the if-test branch >> is taken. > Can you create

Re: [BUGS] Test suite fails on alpha architecture

2007-11-07 Thread Tom Lane
b --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.2 (Gentoo 4.1.2) Bottom line is that I see nothing here that the Postgres project can f

Re: [BUGS] Test suite fails on alpha architecture

2007-11-06 Thread Tom Lane
o let's try Gentoo first, and then Martin can check if the fix works for Debian. If you could set me up a shell account accessible by ssh, I should have time to poke at this tomorrow. I don't need root access but will need all the usual C development tools (gcc, gdb, etc). Thanks for helping