public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
       [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
@ 2005-11-19 21:19 ` kazu at gcc dot gnu dot org
  2005-11-19 21:26 ` kazu at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kazu at gcc dot gnu dot org @ 2005-11-19 21:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kazu at gcc dot gnu dot org  2005-11-19 21:19 -------
Confirmed with m68k-none-elf.
Probably not specific to RTEMS.


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-19 21:19:17
               date|                            |


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


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

* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
       [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
  2005-11-19 21:19 ` [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE kazu at gcc dot gnu dot org
@ 2005-11-19 21:26 ` kazu at gcc dot gnu dot org
  2006-05-08 16:55 ` kazu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kazu at gcc dot gnu dot org @ 2005-11-19 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from kazu at gcc dot gnu dot org  2005-11-19 21:26 -------
Slightly reduced to:

extern void bar (unsigned char, unsigned char, unsigned char);

void
foo (unsigned char *key, unsigned int round)
{
  unsigned char a = 0, b = 0, c = 0;

  while (round-- > 0)
    {
      a ^= *++key;
      b += *++key;
      c += *++key;
    }

  bar (a, b, c);
}


-- 


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


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

* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
       [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
  2005-11-19 21:19 ` [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE kazu at gcc dot gnu dot org
  2005-11-19 21:26 ` kazu at gcc dot gnu dot org
@ 2006-05-08 16:55 ` kazu at gcc dot gnu dot org
  2008-04-01 13:33 ` schwab at suse dot de
  2008-08-12 18:11 ` joel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-05-08 16:55 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
       [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-05-08 16:55 ` kazu at gcc dot gnu dot org
@ 2008-04-01 13:33 ` schwab at suse dot de
  2008-08-12 18:11 ` joel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: schwab at suse dot de @ 2008-04-01 13:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from schwab at suse dot de  2008-04-01 13:32 -------
No longer reproducible with 4.3.


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.3.0


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


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

* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
       [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2008-04-01 13:33 ` schwab at suse dot de
@ 2008-08-12 18:11 ` joel at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2008-08-12 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from joel at gcc dot gnu dot org  2008-08-12 18:10 -------
This works with 4.3.1.  I am closing this one.


-- 

joel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|4.1.0                       |4.1.0 4.2.4
      Known to work|4.3.0                       |4.3.0 4.3.1
         Resolution|                            |FIXED


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


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

* [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE
  2005-09-02 14:19 [Bug c/23695] New: " brett dot swimley at aedinc dot net
@ 2005-09-02 14:22 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-02 14:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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


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

end of thread, other threads:[~2008-08-12 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23695-11289@http.gcc.gnu.org/bugzilla/>
2005-11-19 21:19 ` [Bug target/23695] [ColdFire] Illegal move of byte intoo address register causes compiler to ICE kazu at gcc dot gnu dot org
2005-11-19 21:26 ` kazu at gcc dot gnu dot org
2006-05-08 16:55 ` kazu at gcc dot gnu dot org
2008-04-01 13:33 ` schwab at suse dot de
2008-08-12 18:11 ` joel at gcc dot gnu dot org
2005-09-02 14:19 [Bug c/23695] New: " brett dot swimley at aedinc dot net
2005-09-02 14:22 ` [Bug target/23695] " 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).