I just stashed all my changes and pulled in the latest svn HEAD this morning to check if I was seeing these failures:
Repository Root: svn+ssh://gcc.gnu.org/svn/gcc Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4 Revision: 176906 Node Kind: directory Schedule: normal Last Changed Author: crowl Last Changed Rev: 176906 Last Changed Date: 2011-07-28 16:18:55 -0700 (Thu, 28 Jul 2011) I did a successful build + pph check of both debug and opt builds (incremental build only, I didn't actually need to start from scratch; however I was stashing changes to some headers in libcpp, so potentially that rebuilt somethings that weren't rebuilt in a smaller incremental build if there is a missing dependency..?) Gab On Thu, Jul 28, 2011 at 10:01 PM, Diego Novillo <dnovi...@google.com> wrote: > On Thu, Jul 28, 2011 at 16:30, Lawrence Crowl <cr...@google.com> wrote: >> I'm getting massive failures after incorporating this change: >> >> bytecode stream: trying to read 1735 bytes after the end of the >> input buffer >> >> where the number of bytes changes. Suggestions? > > Odd. I'm getting the usual results with: > > $ git svn info > Path: . > URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/gcc > Repository Root: svn+ssh://gcc.gnu.org/svn/gcc > Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4 > Revision: 176671 > Node Kind: directory > Schedule: normal > Last Changed Author: gchare > Last Changed Rev: 176671 > Last Changed Date: 2011-07-22 21:04:48 -0400 (Fri, 22 Jul 2011) > > Perhaps a file did not get rebuilt after you updated your tree? That > may point to a Makefile dependency bug. Or maybe you have some local > patch? > > > Diego. >