This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/14461] __m128i_strloadu_tolower returns unaligned __m128i


http://sourceware.org/bugzilla/show_bug.cgi?id=14461

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2012-08-13 18:56:34 UTC ---
The function returns an object of type __m128i - which is be properly aligned
if the stack is properly aligned.

Looking at the arch reports, this looks related to this gcc bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838

The question is should glibc work around those problems and be on the safe side
- or does this need fixing in other libraries and programs?

I'm adding HJ and Jakub for discusion since both have been involved in the GCC
bug.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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