Date: Mon, 18 May 2020 19:25:23 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 246488] gcc-built binary crashes in std::ios_base::Init::Init() Message-ID: <bug-246488-29464-W3PT4g0Iul@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246488-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-246488-29464@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=3D246488 --- Comment #7 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Mark Millard from comment #6) Yes, that is precisely the point, you want to use libc++ headers and librar= ies. You can use g++ as a compiler, but you should *not* use libstdc++ with it. = That is, unless you can ensure 100% that no C++ code compiled for libc++ and libstdc++ ever mix. Which definitely is not the case for this port... --=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-246488-29464-W3PT4g0Iul>