Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 03:13:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204385] devel/pure-stldict fails to build with GCC 4.9:
Message-ID:  <bug-204385-13-0V0cLh7sBy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204385-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204385-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=3D204385

Vanilla I. Shu <vanilla@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vanilla@FreeBSD.org

--- Comment #1 from Vanilla I. Shu <vanilla@FreeBSD.org> ---
According the error log and defines of llvm+clang,

I think it's the define issue of gcc49, not lang/pure

--
more /usr/include/c++/v1/cstddef
--
#if defined(__CLANG_MAX_ALIGN_T_DEFINED) || defined(_GCC_MAX_ALIGN_T)
// Re-use the compiler's <stddef.h> max_align_t where possible.
using ::max_align_t;
#else
typedef long double max_align_t;
#endif

--=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-204385-13-0V0cLh7sBy>