This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix memory overflow in mainline (take 2)


On Mon, 17 Feb 2003, Roger Sayle wrote:
> 2003-02-17  Roger Sayle  <roger@eyesopen.com>
>
> 	* sbitmap.c (sbitmap_resize): New function.
> 	* sbitmap.h (sbitmap_resize): Prototype here.
> 	* recog.c (split_all_insns): Use sbitmap_resize.

This does not solve the bootstrap comparison error I'm seeing on
i386-unknown-freebsd4.7 for

  ./configure --prefix=... ; make bootstrap-lean

Or do we now have _two_ different breakages in our tree? :-(

case "compare-lean" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare-lean | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "compare-lean" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
insn-recog.o differs
cp/pt.o differs
gmake[1]: *** [compare-lean] Error 1
gmake[1]: Leaving directory `/files/pfeifer/OBJ-0218-1422/gcc'
gmake: *** [bootstrap-lean] Error 2

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]