Date: Mon, 30 Jan 2017 18:06:17 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216609] devel/py-ice: fails to build with libc++ 4.0 Message-ID: <bug-216609-13-v8DWmx6PGv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216609-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216609-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216609 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theraven@FreeBSD.org --- Comment #9 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Jan Beich (mail not working) from comment #6) > __WORDSIZE as defined by <stdint.h> is broken for C++ without > __STDC_LIMIT_MACROS. I'm going to blame base r228529 for the issue here. >=20 > # Test for 10.3 or 11.0 amd64 > $ cat >a.cc > #include <stdint.h> > #include <stdio.h> >=20 > int main() > { > printf("%d\n", __WORDSIZE); > return 0; > } >=20 > $ c++ a.cc > $ ./a.out > 32 Ugh, for C it works, for C++ it doesn't. :( E.g that means devel/ice has always assumed ICE_32 on amd64 instead? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216609-13-v8DWmx6PGv>