public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21255] New: %R and %S are not safe to use from asms
@ 2005-04-27 18:42 amylaar at gcc dot gnu dot org
  2005-07-15 20:53 ` [Bug target/21255] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2005-04-27 18:42 UTC (permalink / raw)
  To: gcc-bugs

%R and %S should consider the special endianness of floaitng point registers,
and when they find an unexpected argument, they should emit an error rather
than abort.

-- 
           Summary: %R and %S are not safe to use from asms
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: minor
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amylaar at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: sh*-*-*


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


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

* [Bug target/21255] %R and %S are not safe to use from asms
  2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
@ 2005-07-15 20:53 ` pinskia at gcc dot gnu dot org
  2005-08-31 19:53 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-15 20:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-15 20:50 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|sh*-*-*                     |
 GCC target triplet|                            |sh*-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-15 20:50:48
               date|                            |


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


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

* [Bug target/21255] %R and %S are not safe to use from asms
  2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
  2005-07-15 20:53 ` [Bug target/21255] " pinskia at gcc dot gnu dot org
@ 2005-08-31 19:53 ` cvs-commit at gcc dot gnu dot org
  2005-08-31 19:58 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-31 19:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-31 19:51 -------
Subject: Bug 21255

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	amylaar@gcc.gnu.org	2005-08-31 19:50:29

Modified files:
	gcc/config/sh  : sh.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: pr21255-1.c pr21255-2-mb.c pr21255-2-ml.c 
	                      pr21255-3.c pr21255-4.c 

Log message:
	2005-08-31  J"orn Rennecke <joern.rennecke@st.com>
	
	gcc:
	PR target/21255
	* sh.c (print_operand, %R and %S): Add handling of floating point
	registers, memory, constants and invalid operands.
	gcc/testsuite:
	PR target/21255
	* gcc.dg/pr21255-1.c: New test.
	* gcc.dg/pr21255-2-mb.c: Likewise.
	* gcc.dg/pr21255-2-ml.c: Likewise.
	* gcc.dg/pr21255-3.c: Likewise.
	* gcc.dg/pr21255-4.c: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&r1=1.345&r2=1.346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5989&r2=1.5990
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr21255-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr21255-2-mb.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr21255-2-ml.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr21255-3.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr21255-4.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug target/21255] %R and %S are not safe to use from asms
  2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
  2005-07-15 20:53 ` [Bug target/21255] " pinskia at gcc dot gnu dot org
  2005-08-31 19:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-31 19:58 ` cvs-commit at gcc dot gnu dot org
  2005-09-05 15:58 ` amylaar at gcc dot gnu dot org
  2005-09-07 14:10 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-31 19:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-31 19:52 -------
Subject: Bug 21255

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	amylaar@gcc.gnu.org	2005-08-31 19:52:35

Modified files:
	gcc            : ChangeLog 

Log message:
	2005-08-31  J"orn Rennecke <joern.rennecke@st.com>
	
	gcc:
	PR target/21255
	* sh.c (print_operand, %R and %S): Add handling of floating point
	registers, memory, constants and invalid operands.
	gcc/testsuite:
	PR target/21255
	* gcc.dg/pr21255-1.c: New test.
	* gcc.dg/pr21255-2-mb.c: Likewise.
	* gcc.dg/pr21255-2-ml.c: Likewise.
	* gcc.dg/pr21255-3.c: Likewise.
	* gcc.dg/pr21255-4.c: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9865&r2=2.9866



-- 


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


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

* [Bug target/21255] %R and %S are not safe to use from asms
  2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-31 19:58 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-05 15:58 ` amylaar at gcc dot gnu dot org
  2005-09-07 14:10 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2005-09-05 15:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amylaar at gcc dot gnu dot org  2005-09-05 15:58 -------
Fixed.

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


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


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

* [Bug target/21255] %R and %S are not safe to use from asms
  2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-05 15:58 ` amylaar at gcc dot gnu dot org
@ 2005-09-07 14:10 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-07 14:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-09-07 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27 18:42 [Bug target/21255] New: %R and %S are not safe to use from asms amylaar at gcc dot gnu dot org
2005-07-15 20:53 ` [Bug target/21255] " pinskia at gcc dot gnu dot org
2005-08-31 19:53 ` cvs-commit at gcc dot gnu dot org
2005-08-31 19:58 ` cvs-commit at gcc dot gnu dot org
2005-09-05 15:58 ` amylaar at gcc dot gnu dot org
2005-09-07 14:10 ` 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).