public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59595] New: Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h
@ 2013-12-24 18:39 danglin at gcc dot gnu.org
  2014-01-17 19:36 ` [Bug target/59595] " law at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-12-24 18:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59595
           Summary: Segmentation fault: build/genpreds -c
                    ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: armv5tejl-unknown-linux-gnueabi
            Target: armv5tejl-unknown-linux-gnueabi
             Build: armv5tejl-unknown-linux-gnueabi

In stage2, the following segementation fault occurs:

build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h
/bin/sh: line 1: 25814 Segmentation fault      build/genpreds -c
../../gcc/gcc/config/arm/arm.md > tmp-constrs.h
make[3]: *** [s-constrs-h] Error 139
make[3]: Leaving directory `/home/dave/gnu/gcc/objdir/gcc'

Here is backtrace:

(gdb) set args  -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h
(gdb) r
Starting program: /home/dave/gnu/gcc/objdir/gcc/build/genpreds -c
../../gcc/gcc/config/arm/arm.md > tmp-constrs.h

Program received signal SIGSEGV, Segmentation fault.
needs_variable (exp=exp@entry=0x0, var=var@entry=0x19dc4 "ival")
    at ../../gcc/gcc/genpreds.c:169
169       switch (GET_CODE (exp))
(gdb) p exp
$1 = (rtx) 0x0
(gdb) bt
#0  needs_variable (exp=exp@entry=0x0, var=var@entry=0x19dc4 "ival")
    at ../../gcc/gcc/genpreds.c:169
#1  0x00009050 in write_tm_constrs_h () at ../../gcc/gcc/genpreds.c:1051
#2  main (argc=<optimized out>, argv=<optimized out>)
    at ../../gcc/gcc/genpreds.c:1400

Last successful build was r203629.


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

end of thread, other threads:[~2014-02-18 16:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-24 18:39 [Bug target/59595] New: Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h danglin at gcc dot gnu.org
2014-01-17 19:36 ` [Bug target/59595] " law at redhat dot com
2014-01-31 10:49 ` [Bug target/59595] [4.9 Regression] " rguenth at gcc dot gnu.org
2014-02-07 10:38 ` ramana at gcc dot gnu.org
2014-02-07 16:04 ` dave.anglin at bell dot net
2014-02-18 16:23 ` danglin at gcc dot gnu.org

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).