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

            Bug ID: 68729
           Summary: ../Xbae/Methods.c:1772:1: ICE: in extract_insn, at
                    recog.c:2343
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu

Created attachment 36934
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36934&action=edit
Preprocessed source

gcc -c -DALLOW_COLUMN_RESIZE -DDRAW_RESIZE_SHADOW -I../Xmt310
-DSGE_ARCH_STRING=
\"lx26-parisc\" -O3 -Wall -Wstrict-prototypes -DUSE_POLL -DLINUX -DLINUXPARISC
-
DLINUXPARISC_26 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8 -g 
-DSGE_LO
CK_DEBUG -DHAS_IN_PORT_T -DLOAD_OPENSSL -I/usr/include/ -DTARGET_32BIT 
-DSPOOLI
NG_dynamic -DSECURE -I/usr/include -D_FILE_OFFSET_BITS=64 -DCOMPILE_DC
-D__SGE_C
OMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -Wno-strict-prototypes
-Wno-erro
r  -DHAVE_MEMMOVE -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310
-I/usr/include/fr
eetype2 -I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist
-I../3rdparty/qmon/l
tree -I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol
-I../3rdparty/qmon/spi
nbox -I../clients/qmon -I../3rdparty/qmon/tab -I/usr/X11R6/include -fPIC
../Xbae/Methods.c 
../Xbae/Methods.c: In function ‘xbaeDeselectAll’:
../Xbae/Methods.c:2443:22: warning: variable ‘do_row’ set but not used
[-Wunused-but-set-variable]
     register Boolean do_row, once = False;
                      ^
../Xbae/Methods.c: In function ‘xbaeSelectAll’:
../Xbae/Methods.c:2493:22: warning: variable ‘do_row’ set but not used
[-Wunused
-but-set-variable]
     register Boolean do_row, once = False;
                      ^
../Xbae/Methods.c: In function ‘xbaeResize’:
../Xbae/Methods.c:1772:1: error: unrecognizable insn:
 }
 ^
(insn 8086 1202 8087 120 (set (reg:SI 68 %fr22)
        (subreg:SI (mem/c:HI (plus:SI (reg/f:SI 30 %r30)
                    (const_int -254 [0xffffffffffffff02])) [38 %sfp+66 S2 A16])
0)) ../Xbae/Methods.c:1415 -1
     (nil))
../Xbae/Methods.c:1772:1: internal compiler error: in extract_insn, at
recog.c:2343
0x557dbb _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
        ../../src/gcc/rtl-error.c:110
0x557e03 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
        ../../src/gcc/rtl-error.c:118
0x51b0c7 extract_insn(rtx_insn*)
        ../../src/gcc/recog.c:2343
0x51b153 extract_insn_cached(rtx_insn*)
        ../../src/gcc/recog.c:2234
0x30ef83 cleanup_subreg_operands(rtx_insn*)
        ../../src/gcc/final.c:3137
0x54d773 reload(rtx_insn*, int)
        ../../src/gcc/reload1.c:1278
0x427873 do_reload
        ../../src/gcc/ira.c:5433
0x427873 execute
        ../../src/gcc/ira.c:5592
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
../Xbae/Makefile.aimk:99: recipe for target 'Methods.o' failed
make[1]: *** [Methods.o] Error 1

dave@mx3210:~/debian/gridengine/gridengine-6.2u5/source/3rdparty/qmon/LINUXPARISC_26$
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/hppa-linux-gnu/5/lto-wrapper
Target: hppa-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-27+b1'
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs
--enable-languages=c,ada,c++,java,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-5 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libssp
--disable-libitm --disable-libsanitizer --disable-libquadmath --enable-plugin
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-hppa/jre
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-hppa
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-hppa
--with-arch-directory=parisc --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-libstdcxx-pch
--enable-checking=release --build=hppa-linux-gnu --host=hppa-linux-gnu
--target=hppa-linux-gnu
Thread model: posix
gcc version 5.2.1 20151129 (Debian 5.2.1-27+b1)

Reply via email to