This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/78561] Constant pool size (offset) can become stale where constant pool entires become unused


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78561

--- Comment #13 from James Greenhalgh <jgreenhalgh at gcc dot gnu.org> ---
(In reply to Segher Boessenkool from comment #12)
> It still happens here, also on gcc110.  Note you need --disable-werror,
> to avoid another bootstrap error.
> 
> Did you perchance use --disable-bootstrap?

I didn't need disable-werror either, which makes me think I'm building a
completely different toolchain to you.

Maybe I'm missing something very obvious?

All I'm doing is cloning from the git mirror, checking out the revisions we've
discussed here and on IRC, creating a new folder out of tree, running
configure, then running make -j41.

  ssh gcc110.fsffrance.org
  git clone git://gcc.gnu.org/git/gcc.git
  cd gcc
  git checkout <hash of revision - I don't have it to hand right now>
  mkdir ../build-gcc
  cd ../build-gcc
  ../gcc/configure --enable-languages=all,ada,go,obj-c++
  make -j41 >& build.log

And that works for me.

If I'm missing a step or an environment variable, I'm happy to try again.

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