public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/61711] New: thumb1_reorg crashes
@ 2014-07-04  3:38 manjian2006 at gmail dot com
  2014-07-04  8:06 ` [Bug rtl-optimization/61711] " ktkachov at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: manjian2006 at gmail dot com @ 2014-07-04  3:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61711
           Summary: thumb1_reorg crashes
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: manjian2006 at gmail dot com

Compiling the attached source will result in the crash.
arm-linux-androideabi-g++ -c -fpic -ffunction-sections -funwind-tables
-fstack-protector -Wno-psabi -march=armv5te -mtune=xscale -msoft-float
-fno-exceptions -fno-rtti -mthumb -fomit-frame-pointer -fno-strict-aliasing
-finline-limit=64 -gdwarf-2 -funwind-tables -fno-pic -fPIC -fno-stack-protector
-fvisibility=hidden -gdwarf-2 -funwind-tables -fno-pic -fPIC
-fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden
-Wa,--noexecstack -O0 -g -Wreturn-type -Wuninitialized  /tmp/1.cpp

/media/linzj/normal/home/linzj/src/u3/shell-git/core/WebCore/bindings/v8/V8DOMWrapper.h:
In static member function 'static v8::Handle<v8::Object>
WebCore::V8DOMWrapper::getWrapper(WebCore::Node*)':
/media/linzj/normal/home/linzj/src/u3/shell-git/core/WebCore/bindings/v8/V8DOMWrapper.h:136:9:
internal compiler error: Segmentation fault
         }
         ^
0x94564f crash_signal
    ../../building/gcc/toplev.c:337
0xb523a8 thumb1_reorg
    ../../building/gcc/config/arm/arm.c:16728
0xb523a8 arm_reorg
    ../../building/gcc/config/arm/arm.c:16981
0x8fc039 rest_of_handle_machine_reorg
    ../../building/gcc/reorg.c:3936
0x8fc039 execute
    ../../building/gcc/reorg.c:3966
Please submit a full bug report,



As far as I debug, I find out:
      /* Find the last cbranchsi4_insn in basic block BB.  */
      if (INSN_CODE (insn) != CODE_FOR_cbranchsi4_insn)
    continue;

      /* Get the register with which we are comparing.  */
=>      pat = PATTERN (insn);
      op0 = XEXP (XEXP (SET_SRC (pat), 0), 0);

pat is NULL.


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

* [Bug rtl-optimization/61711] thumb1_reorg crashes
  2014-07-04  3:38 [Bug rtl-optimization/61711] New: thumb1_reorg crashes manjian2006 at gmail dot com
@ 2014-07-04  8:06 ` ktkachov at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2014-07-04  8:06 UTC (permalink / raw)
  To: gcc-bugs

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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ktkachov at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #1 from ktkachov at gcc dot gnu.org ---
Duplicate

*** This bug has been marked as a duplicate of bug 61712 ***


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

end of thread, other threads:[~2014-07-04  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-04  3:38 [Bug rtl-optimization/61711] New: thumb1_reorg crashes manjian2006 at gmail dot com
2014-07-04  8:06 ` [Bug rtl-optimization/61711] " ktkachov 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).