public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150
       [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
@ 2013-04-14 19:07 ` pinskia at gcc dot gnu.org
  2013-04-20  8:39 ` raj.khem at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-04-14 19:07 UTC (permalink / raw)
  To: gcc-bugs


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.1
            Summary|internal compiler error: in |[4.8 Regression] internal
                   |extract_insn, at            |compiler error: in
                   |recog.c:2150                |extract_insn, at
                   |                            |recog.c:2150


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

* [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150
       [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
  2013-04-14 19:07 ` [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150 pinskia at gcc dot gnu.org
@ 2013-04-20  8:39 ` raj.khem at gmail dot com
  2013-04-24 14:17 ` gretay at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: raj.khem at gmail dot com @ 2013-04-20  8:39 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Khem Raj <raj.khem at gmail dot com> 2013-04-20 08:39:48 UTC ---
The patch posted here 
http://patchwork.ozlabs.org/patch/237891/
Fixed the problem for my case of building elfutils


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

* [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150
       [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
  2013-04-14 19:07 ` [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150 pinskia at gcc dot gnu.org
  2013-04-20  8:39 ` raj.khem at gmail dot com
@ 2013-04-24 14:17 ` gretay at gcc dot gnu.org
  2013-04-24 14:18 ` gretay at gcc dot gnu.org
  2013-04-24 14:18 ` gretay at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: gretay at gcc dot gnu.org @ 2013-04-24 14:17 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from gretay at gcc dot gnu.org 2013-04-24 14:17:52 UTC ---
Author: gretay
Date: Fri Apr 19 12:55:26 2013
New Revision: 198091

URL: http://gcc.gnu.org/viewcvs?rev=198091&root=gcc&view=rev
Log:
2013-04-19  Greta Yorsh  <Greta.Yorsh@arm.com>

    PR target/56797
    * config/arm/arm.c (load_multiple_sequence): Require SP
    as base register for loads if SP is in the register list.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c


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

* [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150
       [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-04-24 14:17 ` gretay at gcc dot gnu.org
@ 2013-04-24 14:18 ` gretay at gcc dot gnu.org
  2013-04-24 14:18 ` gretay at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: gretay at gcc dot gnu.org @ 2013-04-24 14:18 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from gretay at gcc dot gnu.org 2013-04-24 14:18:04 UTC ---
Author: gretay
Date: Wed Apr 24 10:43:41 2013
New Revision: 198220

URL: http://gcc.gnu.org/viewcvs?rev=198220&root=gcc&view=rev
Log:
2013-04-24  Greta Yorsh  <Greta.Yorsh@arm.com>

    Backported from mainline.
    PR target/56797
    * config/arm/arm.c (load_multiple_sequence): Require SP
    as base register for loads if SP is in the register list.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/arm/arm.c


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

* [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150
       [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-04-24 14:18 ` gretay at gcc dot gnu.org
@ 2013-04-24 14:18 ` gretay at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: gretay at gcc dot gnu.org @ 2013-04-24 14:18 UTC (permalink / raw)
  To: gcc-bugs


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

gretay at gcc dot gnu.org changed:

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

--- Comment #5 from gretay at gcc dot gnu.org 2013-04-24 14:18:50 UTC ---
Fixed.


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

end of thread, other threads:[~2013-04-24 14:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-56797-4@http.gcc.gnu.org/bugzilla/>
2013-04-14 19:07 ` [Bug target/56797] [4.8 Regression] internal compiler error: in extract_insn, at recog.c:2150 pinskia at gcc dot gnu.org
2013-04-20  8:39 ` raj.khem at gmail dot com
2013-04-24 14:17 ` gretay at gcc dot gnu.org
2013-04-24 14:18 ` gretay at gcc dot gnu.org
2013-04-24 14:18 ` gretay 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).