public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44507]  New: vectorization ANDs array elements together incorrectly
@ 2010-06-12  1:01 Daniel dot Davies at xerox dot com
  2010-06-12  1:02 ` [Bug middle-end/44507] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Daniel dot Davies at xerox dot com @ 2010-06-12  1:01 UTC (permalink / raw)
  To: gcc-bugs

When the enclosed test case is compiled with -O3, the vectorization code loads
and SSE register with 0x00000001000000010000000100000001 instead of
0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, then ANDs this with elements of the array. 
This causes the code to fail.


-- 
           Summary: vectorization ANDs array elements together incorrectly
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Daniel dot Davies at xerox dot com
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


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


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

end of thread, other threads:[~2010-06-16  4:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-12  1:01 [Bug c/44507] New: vectorization ANDs array elements together incorrectly Daniel dot Davies at xerox dot com
2010-06-12  1:02 ` [Bug middle-end/44507] " pinskia at gcc dot gnu dot org
2010-06-12  1:03 ` Daniel dot Davies at xerox dot com
2010-06-12  1:05 ` Daniel dot Davies at xerox dot com
2010-06-12  8:42 ` [Bug tree-optimization/44507] [4.5/4.6 Regression] " rguenth at gcc dot gnu dot org
2010-06-12 15:52 ` hjl dot tools at gmail dot com
2010-06-13 10:29 ` irar at il dot ibm dot com
2010-06-13 11:35 ` rguenth at gcc dot gnu dot org
2010-06-13 12:02 ` irar at il dot ibm dot com
2010-06-13 12:25 ` rguenth at gcc dot gnu dot org
2010-06-14 12:23 ` irar at gcc dot gnu dot org
2010-06-14 13:43 ` irar at gcc dot gnu dot org
2010-06-14 19:03 ` rguenth at gcc dot gnu dot org
2010-06-16  3:14 ` amodra at gmail dot com
2010-06-16  4:23 ` amodra at gcc dot gnu dot org
2010-06-16  4:23 ` amodra 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).