public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39725]  New: [cond-optab] MIPS pessimizations on floating-point
@ 2009-04-10 14:20 bonzini at gnu dot org
  2009-05-12 12:07 ` [Bug target/39725] [4.5 Regression][cond-optab] " bonzini at gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: bonzini at gnu dot org @ 2009-04-10 14:20 UTC (permalink / raw)
  To: gcc-bugs

MIPS floating-point comparisons are sometimes improved, sometimes pessimized. 
Here are the tests that are pessimized more:

gcc.c-torture/execute/ieee/compare-fp-1.c
gcc.c-torture/execute/ieee/compare-fp-4.c (-fno-trapping-math)
gcc.c-torture/unsorted/DFcmp.c

(not for all versions, but for example at -O1 -mfp32 -mgp32 they are affected).

Just removing these three is enough to change from a depressing

 513 files changed, 24582 insertions(+), 20790 deletions(-)

to a decent

 467 files changed, 15738 insertions(+), 15818 deletions(-)


-- 
           Summary: [cond-optab] MIPS pessimizations on floating-point
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonzini at gnu dot org
OtherBugsDependingO 39714
             nThis:


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


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

* [Bug target/39725] [4.5 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
@ 2009-05-12 12:07 ` bonzini at gnu dot org
  2009-05-21 10:38 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: bonzini at gnu dot org @ 2009-05-12 12:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[cond-optab] MIPS           |[4.5 Regression][cond-optab]
                   |pessimizations on floating- |MIPS pessimizations on
                   |point                       |floating-point
   Target Milestone|---                         |4.5.0


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


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

* [Bug target/39725] [4.5 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
  2009-05-12 12:07 ` [Bug target/39725] [4.5 Regression][cond-optab] " bonzini at gnu dot org
@ 2009-05-21 10:38 ` rguenth at gcc dot gnu dot org
  2010-01-03 23:06 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-05-21 10:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |mips-linux-gnu
           Keywords|                            |missed-optimization
           Priority|P3                          |P2


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


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

* [Bug target/39725] [4.5 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
  2009-05-12 12:07 ` [Bug target/39725] [4.5 Regression][cond-optab] " bonzini at gnu dot org
  2009-05-21 10:38 ` rguenth at gcc dot gnu dot org
@ 2010-01-03 23:06 ` steven at gcc dot gnu dot org
  2010-03-31 11:55 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-01-03 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from steven at gcc dot gnu dot org  2010-01-03 23:06 -------
This bug needs TLC from a MIPS person. At least a confirmation would be nice.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/39725] [4.5 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-03 23:06 ` steven at gcc dot gnu dot org
@ 2010-03-31 11:55 ` rguenth at gcc dot gnu dot org
  2010-04-06 11:22 ` rguenth at gcc dot gnu dot org
  2010-07-31  9:35 ` [Bug target/39725] [4.5/4.6 " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-31 11:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-03-31 11:55 -------
Unconfirmed -> P3.  Also mips-linux isn't primary nor secondary - unclear if
this bug also applies to mipsisa64-elf.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


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


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

* [Bug target/39725] [4.5 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
                   ` (3 preceding siblings ...)
  2010-03-31 11:55 ` rguenth at gcc dot gnu dot org
@ 2010-04-06 11:22 ` rguenth at gcc dot gnu dot org
  2010-07-31  9:35 ` [Bug target/39725] [4.5/4.6 " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-06 11:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-04-06 11:19 -------
GCC 4.5.0 is being released.  Deferring to 4.5.1.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.0                       |4.5.1


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


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

* [Bug target/39725] [4.5/4.6 Regression][cond-optab] MIPS pessimizations on floating-point
  2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
                   ` (4 preceding siblings ...)
  2010-04-06 11:22 ` rguenth at gcc dot gnu dot org
@ 2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-31  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-07-31 09:29 -------
GCC 4.5.1 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.1                       |4.5.2


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


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

* [Bug target/39725] [4.5/4.6 Regression][cond-optab] MIPS pessimizations on floating-point
       [not found] <bug-39725-4@http.gcc.gnu.org/bugzilla/>
  2010-09-30 12:02 ` rguenth at gcc dot gnu.org
@ 2010-12-16 13:10 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-16 13:10 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.2                       |4.5.3

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-16 13:03:11 UTC ---
GCC 4.5.2 is being released, adjusting target milestone.


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

* [Bug target/39725] [4.5/4.6 Regression][cond-optab] MIPS pessimizations on floating-point
       [not found] <bug-39725-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-30 12:02 ` rguenth at gcc dot gnu.org
  2010-12-16 13:10 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-09-30 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-09-30 11:05:35 UTC ---
Nobody cares.  Dropping to P4 based on mips-linux status.


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

end of thread, other threads:[~2010-12-16 13:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-10 14:20 [Bug target/39725] New: [cond-optab] MIPS pessimizations on floating-point bonzini at gnu dot org
2009-05-12 12:07 ` [Bug target/39725] [4.5 Regression][cond-optab] " bonzini at gnu dot org
2009-05-21 10:38 ` rguenth at gcc dot gnu dot org
2010-01-03 23:06 ` steven at gcc dot gnu dot org
2010-03-31 11:55 ` rguenth at gcc dot gnu dot org
2010-04-06 11:22 ` rguenth at gcc dot gnu dot org
2010-07-31  9:35 ` [Bug target/39725] [4.5/4.6 " rguenth at gcc dot gnu dot org
     [not found] <bug-39725-4@http.gcc.gnu.org/bugzilla/>
2010-09-30 12:02 ` rguenth at gcc dot gnu.org
2010-12-16 13:10 ` rguenth at gcc dot gnu.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).