public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
@ 2004-11-12  3:53 pinskia at gcc dot gnu dot org
  2004-11-12  3:54 ` [Bug target/18442] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12  3:53 UTC (permalink / raw)
  To: gcc-bugs

>From PR 18404 (but that was about something else)
Do:
gcc.mips -S -O2 -march=sb1 -mabi=64 -mint64 t.c
on t.c:
typedef signed char t_SI __attribute__ ((__mode__(SI)));
t_SI inc_SI (t_SI v) {
    return ++v;
}

-- 
           Summary: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when
                    using -mint64
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/18442] [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
@ 2004-11-12  3:54 ` pinskia at gcc dot gnu dot org
  2004-11-12  3:55 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12  3:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.3 4.0.0
      Known to work|                            |3.4.2
   Target Milestone|---                         |3.4.4


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


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

* [Bug target/18442] [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
  2004-11-12  3:54 ` [Bug target/18442] " pinskia at gcc dot gnu dot org
@ 2004-11-12  3:55 ` pinskia at gcc dot gnu dot org
  2004-11-15  5:39 ` [Bug target/18442] [4.0 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12  3:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18404
              nThis|                            |


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


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

* [Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
  2004-11-12  3:54 ` [Bug target/18442] " pinskia at gcc dot gnu dot org
  2004-11-12  3:55 ` pinskia at gcc dot gnu dot org
@ 2004-11-15  5:39 ` pinskia at gcc dot gnu dot org
  2004-11-15  7:40 ` echristo at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-15  5:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.3 4.0.0                 |4.0.0
      Known to work|3.4.2                       |3.4.2 3.4.3
            Summary|[3.4/4.0 Regression] Rejects|[4.0 Regression] Rejects
                   |attribute((mode(SI))) when  |attribute((mode(SI))) when
                   |using -mint64               |using -mint64
   Target Milestone|3.4.4                       |4.0.0


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


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

* [Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-15  5:39 ` [Bug target/18442] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-11-15  7:40 ` echristo at redhat dot com
  2004-12-07  8:25 ` echristo at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: echristo at redhat dot com @ 2004-11-15  7:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-15 07:40:26
               date|                            |


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


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

* [Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-15  7:40 ` echristo at redhat dot com
@ 2004-12-07  8:25 ` echristo at redhat dot com
  2004-12-07 22:17 ` cvs-commit at gcc dot gnu dot org
  2004-12-07 22:21 ` echristo at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: echristo at redhat dot com @ 2004-12-07  8:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2004-12-07 08:25 -------
This came about with the scalar_mode_supported_p work. Patch in testing.

-- 


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


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

* [Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-12-07  8:25 ` echristo at redhat dot com
@ 2004-12-07 22:17 ` cvs-commit at gcc dot gnu dot org
  2004-12-07 22:21 ` echristo at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-07 22:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-07 22:17 -------
Subject: Bug 18442

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	echristo@gcc.gnu.org	2004-12-07 22:17:25

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: mips.c 

Log message:
	2004-12-07  Eric Christopher  <echristo@redhat.com>
	
	PR target/18442
	* config/mips/mips.c (mips_vector_mode_supported_p): New function.
	(TARGET_SCALAR_MODE_SUPPORTED_P): Define to above.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6733&r2=2.6734
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&r1=1.478&r2=1.479



-- 


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


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

* [Bug target/18442] [4.0 Regression] Rejects attribute((mode(SI))) when using -mint64
  2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-12-07 22:17 ` cvs-commit at gcc dot gnu dot org
@ 2004-12-07 22:21 ` echristo at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: echristo at redhat dot com @ 2004-12-07 22:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2004-12-07 22:21 -------
Fixed with above.

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


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


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

end of thread, other threads:[~2004-12-07 22:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-12  3:53 [Bug target/18442] New: [3.4/4.0 Regression] Rejects attribute((mode(SI))) when using -mint64 pinskia at gcc dot gnu dot org
2004-11-12  3:54 ` [Bug target/18442] " pinskia at gcc dot gnu dot org
2004-11-12  3:55 ` pinskia at gcc dot gnu dot org
2004-11-15  5:39 ` [Bug target/18442] [4.0 " pinskia at gcc dot gnu dot org
2004-11-15  7:40 ` echristo at redhat dot com
2004-12-07  8:25 ` echristo at redhat dot com
2004-12-07 22:17 ` cvs-commit at gcc dot gnu dot org
2004-12-07 22:21 ` echristo at redhat dot com

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