From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24067 invoked by alias); 2 Apr 2014 04:34:30 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 23970 invoked by uid 48); 2 Apr 2014 04:34:26 -0000 From: "pinskia at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/16796] [aarch64] pthread_self not aligned to 16 bytes when heap grows up Date: Wed, 02 Apr 2014 04:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.19 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00017.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16796 --- Comment #3 from Andrew Pinski --- 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.