public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/8916] [mcore-elf] unsigned char assign gets hosed.
       [not found] <20021212085602.8916.jcphillips@yahoo.com>
@ 2003-05-26  6:14 ` dhazeghi@yahoo.com
  2003-05-26 15:15 ` pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-26  6:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-26 05:54 -------
Hello,

I can confirm that this problem is still present on gcc 3.3 branch and mainline (20030524). 
Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/8916] [mcore-elf] unsigned char assign gets hosed.
       [not found] <20021212085602.8916.jcphillips@yahoo.com>
  2003-05-26  6:14 ` [Bug target/8916] [mcore-elf] unsigned char assign gets hosed dhazeghi@yahoo.com
@ 2003-05-26 15:15 ` pinskia@physics.uc.edu
  2003-10-14 20:31 ` jcphillips at yahoo dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 15:15 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-26 14:26:40
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 14:26 -------
See Dara's comment.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/8916] [mcore-elf] unsigned char assign gets hosed.
       [not found] <20021212085602.8916.jcphillips@yahoo.com>
  2003-05-26  6:14 ` [Bug target/8916] [mcore-elf] unsigned char assign gets hosed dhazeghi@yahoo.com
  2003-05-26 15:15 ` pinskia@physics.uc.edu
@ 2003-10-14 20:31 ` jcphillips at yahoo dot com
  2004-01-02 19:10 ` kazu at cs dot umass dot edu
  2004-01-03 16:49 ` kazu at cs dot umass dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: jcphillips at yahoo dot com @ 2003-10-14 20:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jcphillips at yahoo dot com  2003-10-14 20:31 -------
If compiled as little endian, correct code is produced.
Compile with:
     mcore-elf-gcc -c -O2 -m210 test.c


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

* [Bug target/8916] [mcore-elf] unsigned char assign gets hosed.
       [not found] <20021212085602.8916.jcphillips@yahoo.com>
                   ` (2 preceding siblings ...)
  2003-10-14 20:31 ` jcphillips at yahoo dot com
@ 2004-01-02 19:10 ` kazu at cs dot umass dot edu
  2004-01-03 16:49 ` kazu at cs dot umass dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-01-02 19:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-02 19:10 -------
With current mainline, different code is generated.  Most notably,
bmaski does not appear any more.  Could you check if the following is
correct?  The following patch fixed many regressions, so this problem
may have been fixed at that time.

http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00044.html

test:
	subi	sp,16
	stw	r15,(sp,8)
	movi	r7,89
	not	r7	// -90 0xffffffa6
	st.b	r7,(sp)
	mov	r2,sp
	jbsr	ExtFunc
	ldw	r15,(sp,8)
	addi	sp,16
	jmp	r15


-- 


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


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

* [Bug target/8916] [mcore-elf] unsigned char assign gets hosed.
       [not found] <20021212085602.8916.jcphillips@yahoo.com>
                   ` (3 preceding siblings ...)
  2004-01-02 19:10 ` kazu at cs dot umass dot edu
@ 2004-01-03 16:49 ` kazu at cs dot umass dot edu
  4 siblings, 0 replies; 5+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-01-03 16:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-03 16:49 -------
Running the testcase with mcore-elf-run shows it's OK now.
Confirmed on 3.3 branch and mainline.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at cs dot umass dot edu
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.3.3


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


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

end of thread, other threads:[~2004-01-03 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021212085602.8916.jcphillips@yahoo.com>
2003-05-26  6:14 ` [Bug target/8916] [mcore-elf] unsigned char assign gets hosed dhazeghi@yahoo.com
2003-05-26 15:15 ` pinskia@physics.uc.edu
2003-10-14 20:31 ` jcphillips at yahoo dot com
2004-01-02 19:10 ` kazu at cs dot umass dot edu
2004-01-03 16:49 ` kazu at cs dot umass dot edu

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