public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h
@ 2011-03-30  4:07 hjl.tools at gmail dot com
  2011-03-30  6:53 ` [Bug target/48349] " ubizjak at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-03-30  4:07 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FLOAT_SSE_REGS typo in i386.h
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: ubizjak@gmail.com
            Target: x86


The patch

http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00468.html

has

-{ 0x3fc00000,0x3fc000 },        /* SSE_REGS */            \
-{ 0xc0000000,    0x3f },        /* MMX_REGS */            \
-{ 0x3fc00100,0x3fc000 },        /* FP_TOP_SSE_REG */        \
-{ 0x3fc00200,0x3fc000 },        /* FP_SECOND_SSE_REG */        \
-{ 0x3fc0ff00,0x3fc000 },        /* FLOAT_SSE_REGS */        \
-   { 0x1ffff,  0x3fc0 },        /* FLOAT_INT_REGS */        \
-{ 0x3fc100ff,0x3fffc0 },        /* INT_SSE_REGS */        \
-{ 0x3fc1ffff,0x3fffc0 },        /* FLOAT_INT_SSE_REGS */    \
-{ 0xffffffff,0x3fffff }                            \
+{ 0x1fe00000,0x1fe000 },        /* SSE_REGS */            \
+{ 0xe0000000,    0x1f },        /* MMX_REGS */            \
+{ 0x1fe00100,0x1fe000 },        /* FP_TOP_SSE_REG */        \
+{ 0x1fe00200,0x1fe000 },        /* FP_SECOND_SSE_REG */        \
+{ 0x1fe0ff00,0x3fe000 },        /* FLOAT_SSE_REGS */        \
                ^ This should be 1.
+   { 0x1ffff,  0x1fe0 },        /* FLOAT_INT_REGS */        \
+{ 0x1fe100ff,0x1fffe0 },        /* INT_SSE_REGS */        \
+{ 0x1fe1ffff,0x1fffe0 },        /* FLOAT_INT_SSE_REGS */    \
+{ 0xffffffff,0x1fffff }


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
@ 2011-03-30  6:53 ` ubizjak at gmail dot com
  2011-03-30 10:48 ` hjl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2011-03-30  6:53 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.30 06:18:52
     Ever Confirmed|0                           |1

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2011-03-30 06:18:52 UTC ---
Indeed...

The patch to fix this typo is pre-approved for mainline and all release
branches.


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
  2011-03-30  6:53 ` [Bug target/48349] " ubizjak at gmail dot com
  2011-03-30 10:48 ` hjl at gcc dot gnu.org
@ 2011-03-30 10:48 ` hjl at gcc dot gnu.org
  2011-03-30 11:02 ` hjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-30 10:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-30 10:42:23 UTC ---
Author: hjl
Date: Wed Mar 30 10:42:20 2011
New Revision: 171718

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171718
Log:
Fix a typo in FLOAT_SSE_REGS.

2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48349
    * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
    FLOAT_SSE_REGS.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.h


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
  2011-03-30  6:53 ` [Bug target/48349] " ubizjak at gmail dot com
@ 2011-03-30 10:48 ` hjl at gcc dot gnu.org
  2011-03-30 10:48 ` hjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-30 10:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-30 10:43:58 UTC ---
Author: hjl
Date: Wed Mar 30 10:43:55 2011
New Revision: 171719

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171719
Log:
Fix a typo in FLOAT_SSE_REGS.

2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48349
    * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
    FLOAT_SSE_REGS.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/i386/i386.h


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-03-30 10:48 ` hjl at gcc dot gnu.org
@ 2011-03-30 11:02 ` hjl at gcc dot gnu.org
  2011-03-30 11:07 ` hjl at gcc dot gnu.org
  2011-03-30 11:17 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-30 11:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-30 10:48:13 UTC ---
Author: hjl
Date: Wed Mar 30 10:48:07 2011
New Revision: 171720

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171720
Log:
Fix a typo in FLOAT_SSE_REGS.

2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48349
    * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
    FLOAT_SSE_REGS.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.h


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-03-30 11:02 ` hjl at gcc dot gnu.org
@ 2011-03-30 11:07 ` hjl at gcc dot gnu.org
  2011-03-30 11:17 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-03-30 11:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-30 10:48:35 UTC ---
Author: hjl
Date: Wed Mar 30 10:48:31 2011
New Revision: 171721

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171721
Log:
Fix a typo in FLOAT_SSE_REGS.

2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48349
    * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
    FLOAT_SSE_REGS.

Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/i386/i386.h


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

* [Bug target/48349] FLOAT_SSE_REGS typo in i386.h
  2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-03-30 11:07 ` hjl at gcc dot gnu.org
@ 2011-03-30 11:17 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-03-30 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.6

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2011-03-30 10:51:02 UTC ---
Fixed.


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

end of thread, other threads:[~2011-03-30 10:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30  4:07 [Bug target/48349] New: FLOAT_SSE_REGS typo in i386.h hjl.tools at gmail dot com
2011-03-30  6:53 ` [Bug target/48349] " ubizjak at gmail dot com
2011-03-30 10:48 ` hjl at gcc dot gnu.org
2011-03-30 10:48 ` hjl at gcc dot gnu.org
2011-03-30 11:02 ` hjl at gcc dot gnu.org
2011-03-30 11:07 ` hjl at gcc dot gnu.org
2011-03-30 11:17 ` hjl.tools at gmail 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).