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

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com

--- Comment #7 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-08-14 15:05:45 UTC ---
Waiting for submitter to provide the name of the glibc function which misaligns
the stack.

I agree with Jakub, making each function robust in the face of a misaligned
stack is not correct. The program must conform the ABI and keep the stack
aligned as required at function call time.

If there are no glibc functions which misalign the stack then this issue should
be closed as RESOLVED WONTFIX.

-- 
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]