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 nptl/16796] [aarch64] pthread_self not aligned to 16 bytes when heap grows up


https://sourceware.org/bugzilla/show_bug.cgi?id=16796

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the testcase in glibc does:
__alignof__ (struct pthread);

And not really 16 itself so the testcase is correct and my patch fixes the bug
correctly and follows what other targets (x86) does.

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