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

            Bug ID: 89827
           Summary: [8/9 Regression] ICE: in convert_op, at
                    config/i386/i386.c:2098 with -Os -maes
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz
  Target Milestone: ---
              Host: x86_64-pc-linux-gnu
            Target: i686-pc-linux-gnu

Created attachment 46024
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46024&action=edit
reduced testcase

Compiler output:
$ i686-pc-linux-gnu-gcc -Os -maes testcase.c 
during RTL pass: stv
testcase.c: In function 'foo':
testcase.c:7:1: internal compiler error: in convert_op, at
config/i386/i386.c:2098
    7 | }
      | ^
0x7303d3 dimode_scalar_chain::convert_op(rtx_def**, rtx_insn*)
        /repo/gcc-trunk/gcc/config/i386/i386.c:2098
0x1198987 dimode_scalar_chain::convert_insn(rtx_insn*)
        /repo/gcc-trunk/gcc/config/i386/i386.c:2168
0x1198da4 scalar_chain::convert()
        /repo/gcc-trunk/gcc/config/i386/i386.c:2408
0x1198da4 scalar_chain::convert()
        /repo/gcc-trunk/gcc/config/i386/i386.c:2392
0x119985c convert_scalars_to_vector
        /repo/gcc-trunk/gcc/config/i386/i386.c:2474
0x119985c execute
        /repo/gcc-trunk/gcc/config/i386/i386.c:2592
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

$ i686-pc-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=/repo/gcc-trunk/binary-latest-i686/bin/i686-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/repo/gcc-trunk/binary-trunk-269932-checking-yes-rtl-df-extra-i686/bin/../libexec/gcc/i686-pc-linux-gnu/9.0.1/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /repo/gcc-trunk//configure --enable-languages=c,c++
--enable-valgrind-annotations --disable-nls --enable-checking=yes,rtl,df,extra
--with-cloog --with-ppl --with-isl --with-sysroot=/usr/i686-pc-linux-gnu
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu
--target=i686-pc-linux-gnu --with-ld=/usr/bin/i686-pc-linux-gnu-ld
--with-as=/usr/bin/i686-pc-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-269932-checking-yes-rtl-df-extra-i686
Thread model: posix
gcc version 9.0.1 20190326 (experimental) (GCC)

Reply via email to