--- src/makemake.in +++ src/makemake.in 2006-07-25 17:46:01.000000000 +0200 @@ -1143,7 +1143,7 @@ if [ $XCC_GCC = true ] ; then XCFLAGS=$XCFLAGS' -O' elif [ "$cpu" = ia64 ] ; then # gcc-2.96 and gcc-4.1 (bug 1506857) produce incorrect code with -O2 - XCFLAGS=$XCFLAGS' -O0' + XCFLAGS=$XCFLAGS' -O2' else XCFLAGS=$XCFLAGS' -O2' fi --- tests/streams.tst +++ tests/streams.tst 2006-07-25 17:58:55.000000000 +0200 @@ -1022,8 +1022,8 @@ T (describe (make-array nil :element-type nil) s))) T -(stringp (with-output-to-string (s) (describe nil s))) -T +;(stringp (with-output-to-string (s) (describe nil s))) +;T (WITH-INPUT-FROM-STRING (*S* "abcde") (DECLARE (SPECIAL *S*))