public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/57353] New: unrecognizable insn in decLibrary.c, ICE in extract_insn
@ 2013-05-21 12:30 stigge at antcom dot de
  2014-11-27  5:16 ` [Bug target/57353] " asolokha at gmx dot com
  2014-11-27  9:19 ` stigge at antcom dot de
  0 siblings, 2 replies; 3+ messages in thread
From: stigge at antcom dot de @ 2013-05-21 12:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57353

            Bug ID: 57353
           Summary: unrecognizable insn in decLibrary.c, ICE in
                    extract_insn
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: stigge at antcom dot de

Created attachment 30153
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30153&action=edit
debug file from ICE

Subject: unrecognizable insn in decLibrary.c, ICE in extract_insn

Hi,

on Debian's powerpcspe (i.e. powerpc e500v2, gnuspe), I encountered the
following while building the latest gcc snapshot:

...
/home/ernie/gcc-snapshot-20130509/build/./gcc/xgcc
-B/home/ernie/gcc-snapshot-20130509/build/./gcc/
-B/usr/lib/gcc-snapshot/powerpc-linux-gnuspe/bin/
-B/usr/lib/gcc-snapshot/powerpc-linux-gnuspe/lib/ -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnuspe/include -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnuspe/sys-include    -g -O2 -O2  -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC
-mlong-double-128 -mno-minimal-toc -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector   -fPIC -mlong-double-128 -mno-minimal-toc -I. -I.
-I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/.
-I../../../src/libgcc/../gcc -I../../../src/libgcc/../include
-I../../../src/libgcc/../libdecnumber/dpd -I../../../src/libgcc/../libdecnumber
-DHAVE_CC_TLS  -o decDouble.o -MT decDouble.o -MD -MP -MF decDouble.dep -c
../../../src/libgcc/../libdecnumber/decDouble.c
../../../src/libgcc/../libdecnumber/decLibrary.c: In function 'isinfd64':
../../../src/libgcc/../libdecnumber/decLibrary.c:60:1: error: unrecognizable
insn:
 }
 ^
(insn 2 4 3 2 (set (reg/v:DD 125 [ arg ])
        (reg:DD 3 3 [ arg ]))
../../../src/libgcc/../libdecnumber/decLibrary.c:53 -1
     (nil))
../../../src/libgcc/../libdecnumber/decLibrary.c:60:1: internal compiler error:
in extract_insn, at recog.c:2154
0x1086917f _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
        ../../src/gcc/rtl-error.c:109
0x108691d3 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
        ../../src/gcc/rtl-error.c:117
0x10801bd7 extract_insn(rtx_def*)
        ../../src/gcc/recog.c:2154
0x10573667 instantiate_virtual_regs_in_insn
        ../../src/gcc/function.c:1561
0x105752c3 instantiate_virtual_regs
        ../../src/gcc/function.c:1926
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-snapshot/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccLwS90V.out file, please attach this to
your bugreport.
make[5]: *** [decLibrary.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory
`/home/ernie/gcc-snapshot-20130509/build/powerpc-linux-gnuspe/libgcc'
make[4]: *** [all-stage1-target-libgcc] Error 2
make[4]: Leaving directory `/home/ernie/gcc-snapshot-20130509/build'
...

Attaching the cited debug file ccLwS90V.out

Thanks in advance,

Roland


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/57353] unrecognizable insn in decLibrary.c, ICE in extract_insn
  2013-05-21 12:30 [Bug libgcc/57353] New: unrecognizable insn in decLibrary.c, ICE in extract_insn stigge at antcom dot de
@ 2014-11-27  5:16 ` asolokha at gmx dot com
  2014-11-27  9:19 ` stigge at antcom dot de
  1 sibling, 0 replies; 3+ messages in thread
From: asolokha at gmx dot com @ 2014-11-27  5:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> ---
Cannot reproduce this with neither 4.9.2 nor 5.0 (20141123) for
powerpc-e500v2-linux-gnuspe.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/57353] unrecognizable insn in decLibrary.c, ICE in extract_insn
  2013-05-21 12:30 [Bug libgcc/57353] New: unrecognizable insn in decLibrary.c, ICE in extract_insn stigge at antcom dot de
  2014-11-27  5:16 ` [Bug target/57353] " asolokha at gmx dot com
@ 2014-11-27  9:19 ` stigge at antcom dot de
  1 sibling, 0 replies; 3+ messages in thread
From: stigge at antcom dot de @ 2014-11-27  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Roland Stigge <stigge at antcom dot de> ---
Yes, me neither. Consider it gone. Thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-27  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 12:30 [Bug libgcc/57353] New: unrecognizable insn in decLibrary.c, ICE in extract_insn stigge at antcom dot de
2014-11-27  5:16 ` [Bug target/57353] " asolokha at gmx dot com
2014-11-27  9:19 ` stigge at antcom dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).