public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/52419] New: Wrong expansion of misaligned vector store
@ 2012-02-28 18:11 jamborm at gcc dot gnu.org
  2012-02-28 18:27 ` [Bug middle-end/52419] " jamborm at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jamborm at gcc dot gnu.org @ 2012-02-28 18:11 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52419
           Summary: Wrong expansion of misaligned vector store
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jamborm@gcc.gnu.org
                CC: rguenth@gcc.gnu.org
              Host: x86_64linux-gnu
            Target: x86_64linux-gnu


Created attachment 26773
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26773
Testcase

When I compile the attached testcase, even at -O0, the resulting
binary aborts because the vector value is {5,3} instead of expected
{3,5}.  When I remove the aligned and packed attributes, the testcase
works as expected.


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

end of thread, other threads:[~2012-02-29 17:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-28 18:11 [Bug middle-end/52419] New: Wrong expansion of misaligned vector store jamborm at gcc dot gnu.org
2012-02-28 18:27 ` [Bug middle-end/52419] " jamborm at gcc dot gnu.org
2012-02-29 13:28 ` [Bug target/52419] " jamborm at gcc dot gnu.org
2012-02-29 13:32 ` rguenth at gcc dot gnu.org
2012-02-29 13:51 ` rguenth at gcc dot gnu.org
2012-02-29 13:59 ` rguenth at gcc dot gnu.org
2012-02-29 14:21 ` jakub at gcc dot gnu.org
2012-02-29 14:54 ` [Bug middle-end/52419] " jakub at gcc dot gnu.org
2012-02-29 15:01 ` jakub at gcc dot gnu.org
2012-02-29 17:52 ` jakub at gcc dot gnu.org
2012-02-29 17:55 ` jakub 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).