public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/57731] New: [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux)
@ 2013-06-27  9:51 doko at gcc dot gnu.org
  2013-07-10 22:27 ` [Bug target/57731] " ramana at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: doko at gcc dot gnu.org @ 2013-06-27  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57731
           Summary: [4.9 Regression] ICE in extract_insn, at recog.c:2158
                    (arm-linux)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

Created attachment 30384
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30384&action=edit
preprocessed source

seen with trunk 20130620 on arm-linux-gnueabihf

$ /usr/lib/gcc-snapshot/bin/g++ -c -O2 SVGStyledLocatableElement.ii
In file included from ../../khtml/svg/SVGStyledLocatableElement.cpp:27:0:
../../khtml/svg/SVGStyledLocatableElement.h: In member function 'virtual
WebCore::FloatRect
WebCore::SVGStyledLocatableElement::_ZTv0_n24_NK7WebCore25SVGStyledLocatableElement7getBBoxEv()
const':
../../khtml/svg/SVGStyledLocatableElement.h:45:27: error: unrecognizable insn:
         virtual FloatRect getBBox() const;
                           ^
(call_insn/j 10 9 11 2 (parallel [
            (set (parallel:BLK [
                        (expr_list:REG_DEP_TRUE (reg:SF 16 s0)
                            (const_int 0 [0]))
                        (expr_list:REG_DEP_TRUE (reg:SF 17 s1)
                            (const_int 4 [0x4]))
                        (expr_list:REG_DEP_TRUE (reg:SF 18 s2)
                            (const_int 8 [0x8]))
                        (expr_list:REG_DEP_TRUE (reg:SF 19 s3)
                            (const_int 12 [0xc]))
                    ])
                (call (mem:SI (symbol_ref:SI ("*.LTHUNK10") [flags 0x3]
<function_decl 0xb41d2b00 *.LTHUNK10>) [0 *.LTHUNK10 S4 A32])
                    (const_int 0 [0])))
            (return)
            (use (const_int 0 [0]))
        ]) -1
     (nil)
    (expr_list:REG_CFA_WINDOW_SAVE (use (reg:SI 0 r0))
        (nil)))
../../khtml/svg/SVGStyledLocatableElement.h:45:27: internal compiler error: in
extract_insn, at recog.c:2158
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug target/57731] [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux)
  2013-06-27  9:51 [Bug target/57731] New: [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux) doko at gcc dot gnu.org
@ 2013-07-10 22:27 ` ramana at gcc dot gnu.org
  2013-07-10 22:28 ` ramana at gcc dot gnu.org
  2013-07-26  8:17 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-07-10 22:27 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-07-10
                 CC|                            |ramana at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
confirmed. mine.


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

* [Bug target/57731] [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux)
  2013-06-27  9:51 [Bug target/57731] New: [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux) doko at gcc dot gnu.org
  2013-07-10 22:27 ` [Bug target/57731] " ramana at gcc dot gnu.org
@ 2013-07-10 22:28 ` ramana at gcc dot gnu.org
  2013-07-26  8:17 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-07-10 22:28 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug target/57731] [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux)
  2013-06-27  9:51 [Bug target/57731] New: [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux) doko at gcc dot gnu.org
  2013-07-10 22:27 ` [Bug target/57731] " ramana at gcc dot gnu.org
  2013-07-10 22:28 ` ramana at gcc dot gnu.org
@ 2013-07-26  8:17 ` ramana at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-07-26  8:17 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00672.html
http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00671.html
http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00670.html


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

end of thread, other threads:[~2013-07-26  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27  9:51 [Bug target/57731] New: [4.9 Regression] ICE in extract_insn, at recog.c:2158 (arm-linux) doko at gcc dot gnu.org
2013-07-10 22:27 ` [Bug target/57731] " ramana at gcc dot gnu.org
2013-07-10 22:28 ` ramana at gcc dot gnu.org
2013-07-26  8:17 ` ramana 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).