At 6:11 PM -0500 10/29/02, Neil Conway wrote: >Peter Bierman <[EMAIL PROTECTED]> writes: >> So first off, what's the best way to tell from a cvs snapshot which >> "release" (if any) that snapshot is? > >configure.in, perhaps?
Ah, thanks. 7.3b3 it is then. >> 'make runcheck' in src/test/regress/ fails with: >> >> bison -y -d preproc.y >> preproc.y:5560: fatal error: maximum table size (32767) exceeded > >You need bison 1.50 or greater to build the new ecpg (due to a bison >limitation). Ok. After upgrading to bison-1.75, all regression tests pass except: *** ./expected/geometry-powerpc-darwin.out Mon Dec 11 08:45:16 2000 --- ./results/geometry.out Tue Oct 29 15:40:56 2002 *************** *** 127,133 **** ! | (-10,0) | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140472) --- 127,133 ---- ! | (-10,0) | [(-1000000,200),(300000,-40)] | (-9.99715942258202,15.3864610140473) ====================================================================== Perhaps the change from gcc2.x to 3.x changed floats a bit? -pmb ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster