This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/29884] gcc-4.1.1, gcc-4.0.1 generate segfaulting SSE code



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-11-18 18:05 -------
There are two SSE instructions for loading memory, one that does unaligned
loads and one that does aligned loads.  And the default instruction used for
vectors pointers is the aligned one.  This is standard SSE way of doing it and
not a GCC specific issue.  Most likely because the data is aligned just off by
4 bytes.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]