[Bug 204385] devel/pure-stldict fails to build with GCC 4.9:

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 21 03:13:41 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204385

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

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

--- Comment #1 from Vanilla I. Shu <vanilla at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list