public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19137] New: ICE with load of TImode constant
@ 2004-12-23  6:44 amodra at bigpond dot net dot au
  2004-12-23 12:56 ` [Bug target/19137] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-12-23  6:44 UTC (permalink / raw)
  To: gcc-bugs

In regclass() -> scan_one_insn() -> extract_insn ()
gcc.dg/pr17055-1.c: In function 'testi':
gcc.dg/pr17055-1.c:23: error: unrecognizable insn:
(insn:HI 10 9 11 0 (set (reg:TI 120)
        (const_int 0 [0x0])) -1 (nil)
    (nil))
gcc.dg/pr17055-1.c:23: internal compiler error: in extract_insn, at recog.c:2020

-- 
           Summary: ICE with load of TImode constant
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: amodra at bigpond dot net dot au
        ReportedBy: amodra at bigpond dot net dot au
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-linux


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


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

* [Bug target/19137] ICE with load of TImode constant
  2004-12-23  6:44 [Bug target/19137] New: ICE with load of TImode constant amodra at bigpond dot net dot au
@ 2004-12-23 12:56 ` pinskia at gcc dot gnu dot org
  2004-12-23 14:58 ` amodra at bigpond dot net dot au
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-23 12:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-23 12:56 -------
Also happens on ppc-darwin.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|powerpc-linux               |powerpc-*-linux, powerpc-
                   |                            |darwin
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-23 12:56:06
               date|                            |


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


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

* [Bug target/19137] ICE with load of TImode constant
  2004-12-23  6:44 [Bug target/19137] New: ICE with load of TImode constant amodra at bigpond dot net dot au
  2004-12-23 12:56 ` [Bug target/19137] " pinskia at gcc dot gnu dot org
@ 2004-12-23 14:58 ` amodra at bigpond dot net dot au
  2004-12-25 12:41 ` cvs-commit at gcc dot gnu dot org
  2004-12-25 12:43 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-12-23 14:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-12-23 14:58 -------
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01820.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/19137] ICE with load of TImode constant
  2004-12-23  6:44 [Bug target/19137] New: ICE with load of TImode constant amodra at bigpond dot net dot au
  2004-12-23 12:56 ` [Bug target/19137] " pinskia at gcc dot gnu dot org
  2004-12-23 14:58 ` amodra at bigpond dot net dot au
@ 2004-12-25 12:41 ` cvs-commit at gcc dot gnu dot org
  2004-12-25 12:43 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-25 12:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-25 12:41 -------
Subject: Bug 19137

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	amodra@gcc.gnu.org	2004-12-25 12:41:03

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: rs6000.md 

Log message:
	PR target/19137
	* config/rs6000/rs6000.md (movti_power, movti_string): Relax
	operand[1] predicate to input_operand, and add r<-n alternative.
	Move TImode const_double_operand splitter to where it belongs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6953&r2=2.6954
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.md.diff?cvsroot=gcc&r1=1.338&r2=1.339



-- 


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


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

* [Bug target/19137] ICE with load of TImode constant
  2004-12-23  6:44 [Bug target/19137] New: ICE with load of TImode constant amodra at bigpond dot net dot au
                   ` (2 preceding siblings ...)
  2004-12-25 12:41 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-25 12:43 ` amodra at bigpond dot net dot au
  3 siblings, 0 replies; 5+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-12-25 12:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-12-25 12:42 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-12-25 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-23  6:44 [Bug target/19137] New: ICE with load of TImode constant amodra at bigpond dot net dot au
2004-12-23 12:56 ` [Bug target/19137] " pinskia at gcc dot gnu dot org
2004-12-23 14:58 ` amodra at bigpond dot net dot au
2004-12-25 12:41 ` cvs-commit at gcc dot gnu dot org
2004-12-25 12:43 ` amodra at bigpond dot net dot au

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