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

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Peter Bergner from comment #6)
> (In reply to Peter Bergner from comment #5)
> > (In reply to Martin Liška from comment #4)
> > > Yep, I can still reproduce it with the current master in a cross compiler.
> > 
> > Ok, thanks.  I'll see if I can recreate it with a cross since I cannot get
> > it to fail with a native build.
> 
> I still cannot reproduce this even in a cross.  What GCC and binutils
> configure options did you use?  I'll note, that I don't have ppc header
> files to build against, so I cannot do a full bootstrap build, but I do get
> far enough to get a cc1/xgcc to compile the test case with.

I built it like this:

$ ~/BIG/bin/ppc64le/dev/shm/buildbot/install/gcc/bin/ppc64le-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=/home/marxin/BIG/bin/ppc64le/dev/shm/buildbot/install/gcc/bin/ppc64le-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/home/marxin/BIG/bin/ppc64le/dev/shm/buildbot/install/gcc/bin/../libexec/gcc/ppc64le-linux-gnu/10.0.0/lto-wrapper
Target: ppc64le-linux-gnu
Configured with:
/home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-trunk-ppc64le/build/configure
--enable-languages=c,c++,fortran --disable-bootstrap --disable-libsanitizer
--disable-multilib --enable-checking=release
--prefix=/dev/shm/buildbot/install/gcc --target=ppc64le-linux-gnu
--with-as=/usr/bin/powerpc64le-suse-linux-as
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.0.0 20200109 (experimental)
51ad584fdbea7291b52f8b93d351ab3b51d405c9 (GCC)

$ /usr/bin/powerpc64le-suse-linux-as --version
GNU assembler (GNU Binutils; openSUSE Tumbleweed) 2.33.1.20191023-2

Reply via email to