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

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