public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE
       [not found] <20020222135600.5753.pbarada@mail.wm.sps.mot.com>
@ 2004-01-08 18:19 ` bernie at develer dot com
  2004-01-21 20:03 ` bernie at develer dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: bernie at develer dot com @ 2004-01-08 18:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bernie at develer dot com  2004-01-08 18:19 -------
Please reopen this bug.  It's still present on current 3.3-branch:

printf.c:2451: error: insn does not satisfy its constraints:
(insn 1379 542 543 38 (nil) (set (reg:QI 8 %a0)
        (mem:QI (plus:SI (reg/f:SI 14 %a6)
                        (const_int -209 [0xffffff2f])) [0 mode S1 A8])) 37
{*m68k.md:1060} (nil)
                            (nil))

I can't reproduce it on 3.4, but it's probably latent,
not really fixed.


-- 


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


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

* [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE
       [not found] <20020222135600.5753.pbarada@mail.wm.sps.mot.com>
  2004-01-08 18:19 ` [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE bernie at develer dot com
@ 2004-01-21 20:03 ` bernie at develer dot com
  2004-01-21 20:51 ` dhazeghi at yahoo dot com
  2004-01-21 23:15 ` [Bug c/5753] movqi operand constraints too restrictivefor TARGET_COLDFIRE pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: bernie at develer dot com @ 2004-01-21 20:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bernie at develer dot com  2004-01-21 20:03 -------
Please reopen this bug for 3.4.0. The summary should read
something like "movqi operand constraints too restrictive
for TARGET_COLDFIRE"

This ICE resurfaced on m68k-uclinux in in the 20030114
snapshot from mainline.  It wasn't present in the previous
snapshot (20030107).


m68k-uclinux-gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
 -Os  -Wa,--bitwise-or -I/usr/local/src/uclinux-tools/linux-2.6.x/include -m5200
  -msoft-float -fno-builtin -nostdinc -D_LIBC -I../../include -I.
-I/usr/local/lib/gcc/m68k-uclinux/3.4.0/include -DNDEBUG -DL__fpmaxtostr
printf.c -c -o _fpmaxtostr.o
printf.c: In function `_fpmaxtostr':
printf.c:2454: error: insn does not satisfy its constraints:
(insn 1378 536 537 38 (set (reg:QI 8 %a0)
        (mem:QI (plus:SI (reg/f:SI 14 %a6)
                (const_int -209 [0xffffff2f])) [0 mode+0 S1 A8])) 33
{*m68k.md:825} (nil)
    (nil))
printf.c:2454: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:378



This is the offending pattern:

(define_expand "movqi"
  [(set (match_operand:QI 0 "nonimmediate_operand" "")
        (match_operand:QI 1 "general_src_operand" ""))]
  ""
  "")

(define_insn ""
  [(set (match_operand:QI 0 "nonimmediate_operand" "=d,*a,m")
        (match_operand:QI 1 "general_src_operand" "dmSi*a,di*a,dmSi"))]
  "!TARGET_COLDFIRE"
  "* return output_move_qimode (operands);")

(define_insn ""
  [(set (match_operand:QI 0 "nonimmediate_operand" "=d<Q>,dm,d*a")
        (match_operand:QI 1 "general_src_operand" "dmi,d<Q>,di*a"))]
  "TARGET_COLDFIRE"
  "* return output_move_qimode (operands);")


The problem has been discussed here:

  http://gcc.gnu.org/ml/gcc/2004-01/msg00458.html


-- 


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


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

* [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE
       [not found] <20020222135600.5753.pbarada@mail.wm.sps.mot.com>
  2004-01-08 18:19 ` [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE bernie at develer dot com
  2004-01-21 20:03 ` bernie at develer dot com
@ 2004-01-21 20:51 ` dhazeghi at yahoo dot com
  2004-01-21 23:15 ` [Bug c/5753] movqi operand constraints too restrictivefor TARGET_COLDFIRE pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 20:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 20:50 -------
Reopened. But Bernardo, can't you reopen bugs too?

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


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


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

* [Bug c/5753] movqi operand constraints too restrictivefor TARGET_COLDFIRE
       [not found] <20020222135600.5753.pbarada@mail.wm.sps.mot.com>
                   ` (2 preceding siblings ...)
  2004-01-21 20:51 ` dhazeghi at yahoo dot com
@ 2004-01-21 23:15 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-21 23:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 23:15 -------
This is a dup of bug 13803.

*** This bug has been marked as a duplicate of 13803 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|movqi operand constraints   |movqi operand constraints
                   |too restrictive             |too restrictivefor
                   |for TARGET_COLDFIRE         |TARGET_COLDFIRE


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


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

end of thread, other threads:[~2004-01-21 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020222135600.5753.pbarada@mail.wm.sps.mot.com>
2004-01-08 18:19 ` [Bug c/5753] gcc-3.0.4 w/target of m68k-elf gets ICE bernie at develer dot com
2004-01-21 20:03 ` bernie at develer dot com
2004-01-21 20:51 ` dhazeghi at yahoo dot com
2004-01-21 23:15 ` [Bug c/5753] movqi operand constraints too restrictivefor TARGET_COLDFIRE 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).