public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
@ 2003-07-28 18:40 ` echristo at redhat dot com
  2003-07-28 21:08 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: echristo at redhat dot com @ 2003-07-28 18:40 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=6221


echristo at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-28 18:40:03
               date|                            |


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
  2003-07-28 18:40 ` [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c echristo at redhat dot com
@ 2003-07-28 21:08 ` mmitchel at gcc dot gnu dot org
  2004-01-01 21:49 ` echristo at redhat dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-07-28 21:08 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=6221



------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-07-28 21:08 -------
*** Bug 10540 has been marked as a duplicate of this bug. ***


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
  2003-07-28 18:40 ` [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c echristo at redhat dot com
  2003-07-28 21:08 ` mmitchel at gcc dot gnu dot org
@ 2004-01-01 21:49 ` echristo at redhat dot com
  2004-11-24  8:22 ` rth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: echristo at redhat dot com @ 2004-01-01 21:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (2 preceding siblings ...)
  2004-01-01 21:49 ` echristo at redhat dot com
@ 2004-11-24  8:22 ` rth at gcc dot gnu dot org
  2004-11-24  8:23 ` rth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-11-24  8:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-11-24 08:21 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|echristo at redhat dot com  |rth at redhat dot com
             Status|SUSPENDED                   |ASSIGNED


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (3 preceding siblings ...)
  2004-11-24  8:22 ` rth at gcc dot gnu dot org
@ 2004-11-24  8:23 ` rth at gcc dot gnu dot org
  2004-11-24  9:46 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-11-24  8:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-11-24 08:23 -------
May be fixed by 

2004-11-23  Richard Henderson  <rth@redhat.com>

        * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of
        hard-coding avoiding calls to gen_rtx_SUBREG.  Split complex return
        modes to CONCAT.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (4 preceding siblings ...)
  2004-11-24  8:23 ` rth at gcc dot gnu dot org
@ 2004-11-24  9:46 ` ebotcazou at gcc dot gnu dot org
  2004-11-25 21:15 ` rsandifo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-24  9:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-24 09:46 -------
> May be fixed by 
> 
> 2004-11-23  Richard Henderson  <rth@redhat.com>
> 
>         * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of
>         hard-coding avoiding calls to gen_rtx_SUBREG.  Split complex return
>         modes to CONCAT.

Confirmed on SPARC 64-bit:
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O2
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -Os


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (5 preceding siblings ...)
  2004-11-24  9:46 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-25 21:15 ` rsandifo at gcc dot gnu dot org
  2004-11-29 21:00 ` rth at gcc dot gnu dot org
  2004-11-29 21:02 ` rth at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2004-11-25 21:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-11-25 21:15 -------
Confirmed.  Now passes at all optimisation levels.


-- 


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (6 preceding siblings ...)
  2004-11-25 21:15 ` rsandifo at gcc dot gnu dot org
@ 2004-11-29 21:00 ` rth at gcc dot gnu dot org
  2004-11-29 21:02 ` rth at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-11-29 21:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-11-29 21:00 -------
Fixed.

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


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


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

* [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c
       [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
                   ` (7 preceding siblings ...)
  2004-11-29 21:00 ` rth at gcc dot gnu dot org
@ 2004-11-29 21:02 ` rth at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-11-29 21:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-11-29 21:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020407211600.6221.ghazi@caip.rutgers.edu>
2003-07-28 18:40 ` [Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c echristo at redhat dot com
2003-07-28 21:08 ` mmitchel at gcc dot gnu dot org
2004-01-01 21:49 ` echristo at redhat dot com
2004-11-24  8:22 ` rth at gcc dot gnu dot org
2004-11-24  8:23 ` rth at gcc dot gnu dot org
2004-11-24  9:46 ` ebotcazou at gcc dot gnu dot org
2004-11-25 21:15 ` rsandifo at gcc dot gnu dot org
2004-11-29 21:00 ` rth at gcc dot gnu dot org
2004-11-29 21:02 ` rth 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).