Date: Tue, 12 Sep 2017 20:44:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222268] [exp-run] Replace USE_GCC=5+ in Mk/Uses/compiler.mk Message-ID: <bug-222268-13-wYVqoiERR8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222268-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222268-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=3D222268 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: gerald Date: Tue Sep 12 20:43:59 UTC 2017 New revision: 449716 URL: https://svnweb.freebsd.org/changeset/ports/449716 Log: Replace USE_GCC=3D5+ by USE_GCC=3Dyes in the case of USES=3Dcompiler:c++1= 4-lang. When this was added by r392084 on 2015-07-14, the default flavor of GCC was GCC 4.8 and explicitly requesting GCC 5 (or later) was necessary for C++ 14 support. Now that the default version of GCC is GCC 6, after GCC 5 for several months, we can use the preferred notion of USE_GCC=3Dyes inst= ead of specifying a concrete minimum version. Among others this helps with cases where GCC 6 is better adjusted for FreeBSD, notably the well known std::to_string issue (where that is only enabled with GCC 6 or later). PR: 222268 Approved by: portmgr (antoine) MFH: 2017Q3 Changes: head/Mk/Uses/compiler.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222268-13-wYVqoiERR8>