public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
@ 2013-02-06  1:19 danglin at gcc dot gnu.org
  2013-02-06  9:56 ` [Bug middle-end/56214] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-02-06  1:19 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56214
           Summary: [4.8 Regression] FAIL:
                    gcc.c-torture/execute/20050121-1.c compilation, ICE
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa*-*-* (32-bit)
            Target: hppa*-*-* (32-bit)
             Build: hppa*-*-* (32-bit)


Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c 
-fno-diagnostics-show-caret  -w  -O0   -lm   -o
/home/dave/gnu/gcc/objdir/gcc/testsuite/gcc/20050121-1.x0    (timeout = 300)
spawn /home/dave/gnu/gcc/objdir/gcc/xgcc -B/home/dave/gnu/gcc/objdir/gcc/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c
-fno-diagnostics-show-caret -w -O0 -lm -o
/home/dave/gnu/gcc/objdir/gcc/testsuite/gcc/20050121-1.x0
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c: In
function 'foo_char':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c:33:1:
error: unrecognizable insn:
(insn 46 25 34 2 (set (reg:SI 20 %r20)
        (subreg:SI (mem/c:CQI (plus:SI (reg/f:SI 3 %r3)
                    (const_int 22 [0x16])) [0 %sfp+22 S2 A64]) 0))
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c:33 -1
     (nil))
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c:33:1:
internal compiler error: in extract_insn, at recog.c:2150
0x4c0f9f _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
        ../../gcc/gcc/rtl-error.c:109
0x4c0ff7 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
        ../../gcc/gcc/rtl-error.c:117
0x48f52f extract_insn(rtx_def*)
        ../../gcc/gcc/recog.c:2150
0x48f5b3 extract_insn_cached(rtx_def*)
        ../../gcc/gcc/recog.c:2053
0x2d3623 cleanup_subreg_operands(rtx_def*)
        ../../gcc/gcc/final.c:3008
0x4b85ff reload(rtx_def*, int)
        ../../gcc/gcc/reload1.c:1240
0x3d2df3 do_reload
        ../../gcc/gcc/ira.c:4635
0x3d2df3 rest_of_handle_reload
        ../../gcc/gcc/ira.c:4736

Introduced between 195690 and 195703.


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

* [Bug middle-end/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
  2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
@ 2013-02-06  9:56 ` rguenth at gcc dot gnu.org
  2013-02-06 16:40 ` [Bug target/56214] " danglin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-02-06  9:56 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug target/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
  2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
  2013-02-06  9:56 ` [Bug middle-end/56214] " rguenth at gcc dot gnu.org
@ 2013-02-06 16:40 ` danglin at gcc dot gnu.org
  2013-02-14 22:04 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-02-06 16:40 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-02-06
          Component|middle-end                  |target
     Ever Confirmed|0                           |1

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2013-02-06 16:40:02 UTC ---
Testing fix.


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

* [Bug target/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
  2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
  2013-02-06  9:56 ` [Bug middle-end/56214] " rguenth at gcc dot gnu.org
  2013-02-06 16:40 ` [Bug target/56214] " danglin at gcc dot gnu.org
@ 2013-02-14 22:04 ` jsm28 at gcc dot gnu.org
  2013-02-18 15:22 ` danglin at gcc dot gnu.org
  2013-02-18 15:26 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-14 22:04 UTC (permalink / raw)
  To: gcc-bugs


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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug target/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
  2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-02-14 22:04 ` jsm28 at gcc dot gnu.org
@ 2013-02-18 15:22 ` danglin at gcc dot gnu.org
  2013-02-18 15:26 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-02-18 15:22 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2013-02-18 15:21:41 UTC ---
Author: danglin
Date: Mon Feb 18 15:21:32 2013
New Revision: 196122

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196122
Log:
    PR target/56214
    * config/pa/predicates.md (base14_operand): Except for BLKmode, QImode
    and HImode, require all displacements to be an integer multiple of the
    mode size.
    * config/pa/pa.c (pa_legitimate_address_p): For REG+BASE addresses,
    only allow QImode and HImode when reload is in progress and strict is
    true.  Likewise for symbolic addresses.  Use base14_operand to check
    displacements in REG+BASE addresses.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/predicates.md


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

* [Bug target/56214] [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE
  2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-02-18 15:22 ` danglin at gcc dot gnu.org
@ 2013-02-18 15:26 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-02-18 15:26 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2013-02-18 15:25:55 UTC ---
Fixed.


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

end of thread, other threads:[~2013-02-18 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06  1:19 [Bug middle-end/56214] New: [4.8 Regression] FAIL: gcc.c-torture/execute/20050121-1.c compilation, ICE danglin at gcc dot gnu.org
2013-02-06  9:56 ` [Bug middle-end/56214] " rguenth at gcc dot gnu.org
2013-02-06 16:40 ` [Bug target/56214] " danglin at gcc dot gnu.org
2013-02-14 22:04 ` jsm28 at gcc dot gnu.org
2013-02-18 15:22 ` danglin at gcc dot gnu.org
2013-02-18 15:26 ` 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).