NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/53909: broken types on aarch64



The following reply was made to PR toolchain/53909; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/53909: broken types on aarch64
Date: Fri, 25 Jan 2019 18:49:48 +0100

 On Fri, Jan 25, 2019 at 05:00:01PM +0000, coypu%sdf.org@localhost wrote:
 > > cat aarch64-types.cpp 
 > #include <cstddef>
 > int one() {
 > 	return sizeof(std::size_t); // 8
 > }
 > 
 > int two() {
 > 	return sizeof(size_t); // 4
 > }
 
 I can not reproduce this, are you using the right cstddef ?
 (I correctly get 8 for both)
 
 Martin
 


Home | Main Index | Thread Index | Old Index