svn commit: r458581 - in head/lang: gcc48 gcc49 gcc5 gcc5/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 10 13:48:46 UTC 2018


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


More information about the svn-ports-head mailing list