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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-01-29
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |segher at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed with:

$ powerpc64le-suse-linux-gcc pr91903.c -c
during RTL pass: expand
pr91903.c: In function 'test':
pr91903.c:5:5: internal compiler error: in copy_to_mode_reg, at explow.c:629
    5 | ret = vec_ctf(a,b);
      | ~~~~^~~~~~~~~~~~~~
0x7ffff796fe0a __libc_start_main
        ../csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://bugs.opensuse.org/> for instructions.

$ powerpc64le-suse-linux-gcc -v
Using built-in specs.
COLLECT_GCC=powerpc64le-suse-linux-gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/powerpc64le-suse-linux/9/lto-wrapper
Target: powerpc64le-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++ --disable-werror
--with-gxx-include-dir=/usr/include/c++/9 --enable-ssp --disable-libssp
--disable-libvtv --disable-cet --disable-libcc1 --disable-plugin
--with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new
--disable-libstdcxx-pch --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex
--enable-gnu-indirect-function --program-suffix=-9
--program-prefix=powerpc64le-suse-linux- --target=powerpc64le-suse-linux
--disable-nls --with-sysroot=/usr/powerpc64le-suse-linux
--with-build-sysroot=/usr/powerpc64le-suse-linux
--with-build-time-tools=/usr/powerpc64le-suse-linux/bin --with-cpu=power8
--with-tune=power9 --enable-secureplt --with-long-double-128
--enable-targets=powerpcle-linux --disable-multilib --build=x86_64-suse-linux
--host=x86_64-suse-linux
Thread model: posix
gcc version 9.2.1 20200109 [gcc-9-branch revision 280039] (SUSE Linux) 

@Segher: Can you please take a look?

Reply via email to