public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17114] ColdFire ICE with illegal constraints
       [not found] <bug-17114-8670@http.gcc.gnu.org/bugzilla/>
@ 2006-05-08 16:14 ` kazu at gcc dot gnu dot org
  2007-03-06  8:55 ` rsandifo at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-08 16:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kazu at gcc dot gnu dot org  2006-05-08 16:14 -------
Not reproducible with mainline.


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at gcc dot gnu dot org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
       [not found] <bug-17114-8670@http.gcc.gnu.org/bugzilla/>
  2006-05-08 16:14 ` [Bug target/17114] ColdFire ICE with illegal constraints kazu at gcc dot gnu dot org
@ 2007-03-06  8:55 ` rsandifo at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-03-06  8:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rsandifo at gcc dot gnu dot org  2007-03-06 08:54 -------
Subject: Bug 17114

Author: rsandifo
Date: Tue Mar  6 08:54:31 2007
New Revision: 122604

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122604
Log:
gcc/
        PR target/23482
        PR target/17114
        * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
        (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
        (m68k_matches_q_p, m68k_matches_u_p): Likewise.
        * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
        and m68k_matches_u_p.
        (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
        (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
        (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
        (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
        (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
        (REG_STRICT_P): New macro.
        (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
        PCREL_GENERAL_OPERAND_OK.
        (REG_OK_FOR_BASE_P): Merge definitions.  Use REG_STRICT_P and
        m68k_legitimate_base_reg_p.
        (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
        (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
        (PIC_CASE_VECTOR_ADDRESS): Update comment.
        * config/m68k/m68k.c (m68k_address): New structure.
        (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
        (m68k_decompose_index, m68k_legitimate_constant_address_p)
        (m68k_jump_table_ref_p, m68k_decompose_address)
        (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
        (m68k_matches_u_p): New functions.
        (print_operand_address): Rewrite to use m68k_decompose_index.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m68k/m68k-protos.h
    trunk/gcc/config/m68k/m68k.c
    trunk/gcc/config/m68k/m68k.h


-- 


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
  2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
                   ` (3 preceding siblings ...)
  2004-12-28  1:43 ` pinskia at gcc dot gnu dot org
@ 2005-07-21  0:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21  0:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2004-               |
                   |09/msg00426.html            |
           Keywords|patch                       |
   Last reconfirmed|2004-09-27 04:31:10         |2005-07-21 00:35:12
               date|                            |


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
  2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
                   ` (2 preceding siblings ...)
  2004-09-27  4:31 ` pinskia at gcc dot gnu dot org
@ 2004-12-28  1:43 ` pinskia at gcc dot gnu dot org
  2005-07-21  0:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28  1:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 01:43 -------
Hmm, this works on the mainline from 20041022.

-- 


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
  2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
  2004-08-21  5:16 ` [Bug target/17114] " wilson at gcc dot gnu dot org
  2004-09-22 12:52 ` peter at the-baradas dot com
@ 2004-09-27  4:31 ` pinskia at gcc dot gnu dot org
  2004-12-28  1:43 ` pinskia at gcc dot gnu dot org
  2005-07-21  0:37 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27  4:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
           Keywords|                            |ice-on-valid-code, patch
   Last reconfirmed|2004-08-21 05:16:21         |2004-09-27 04:31:10
               date|                            |


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
  2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
  2004-08-21  5:16 ` [Bug target/17114] " wilson at gcc dot gnu dot org
@ 2004-09-22 12:52 ` peter at the-baradas dot com
  2004-09-27  4:31 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: peter at the-baradas dot com @ 2004-09-22 12:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peter at the-baradas dot com  2004-09-22 12:52 -------
(In reply to comment #1)
> I see you included the testcase in the text instead of using an attachment. 
> This is annoying, as now I have to un-html-ify it.  Always include a nontrivial
> testcase as an attachment.
> 
> See 
>     http://gcc.gnu.org/ml/gcc/2004-08/msg01037.html
> for a detailed analysis, including a pointer on how to fix it.

See
    http://gcc.gnu.org/ml/gcc-patches/2004-09/msg00426.html

for a fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug target/17114] ColdFire ICE with illegal constraints
  2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
@ 2004-08-21  5:16 ` wilson at gcc dot gnu dot org
  2004-09-22 12:52 ` peter at the-baradas dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: wilson at gcc dot gnu dot org @ 2004-08-21  5:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2004-08-21 05:16 -------
I see you included the testcase in the text instead of using an attachment. 
This is annoying, as now I have to un-html-ify it.  Always include a nontrivial
testcase as an attachment.

See 
    http://gcc.gnu.org/ml/gcc/2004-08/msg01037.html
for a detailed analysis, including a pointer on how to fix it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-21 05:16:21
               date|                            |


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


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

end of thread, other threads:[~2007-03-06  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17114-8670@http.gcc.gnu.org/bugzilla/>
2006-05-08 16:14 ` [Bug target/17114] ColdFire ICE with illegal constraints kazu at gcc dot gnu dot org
2007-03-06  8:55 ` rsandifo at gcc dot gnu dot org
2004-08-20  5:12 [Bug target/17114] New: " peter at the-baradas dot com
2004-08-21  5:16 ` [Bug target/17114] " wilson at gcc dot gnu dot org
2004-09-22 12:52 ` peter at the-baradas dot com
2004-09-27  4:31 ` pinskia at gcc dot gnu dot org
2004-12-28  1:43 ` pinskia at gcc dot gnu dot org
2005-07-21  0:37 ` pinskia at gcc dot gnu dot 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).