Date: Wed, 10 Jan 2018 13:48:45 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Dimitry Andric <dim@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458581 - in head/lang: gcc48 gcc49 gcc5 gcc5/files Message-ID: <20180110134845.GA94223@FreeBSD.org> In-Reply-To: <201801092208.w09M8jeq029512@repo.freebsd.org> References: <201801092208.w09M8jeq029512@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 09, 2018 at 10:08:45PM +0000, Dimitry Andric wrote: > New Revision: 458581 > URL: https://svnweb.freebsd.org/changeset/ports/458581 > > Log: > Fix builds of lang/gcc{48,49,5} with clang 6.0.0 > > Since clang++ 6.0.0 now defaults to -std=gnu++14 (similar to g++ 6 and > higher), building gcc48, gcc49 or gcc5 produce quite a number of > "invalid suffix on literal; C++11 requires a space between literal and > identifier" errors. This is because in many places, double quotes are > directly followed by printf helper macros like HOST_WIDE_INT_PRINT. > [...] > > Modified: > head/lang/gcc48/Makefile > head/lang/gcc49/Makefile > head/lang/gcc5/Makefile Does the fact that `lang/gcc47' is not part of this commit mean it is not affected? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180110134845.GA94223>