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

Jan Beich jbeich at FreeBSD.org
Wed Jan 10 14:03:59 UTC 2018


Jan Beich <jbeich at FreeBSD.org> writes:

> Alexey Dokuchaev <danfe at FreeBSD.org> writes:
>
>> 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?
>
> Probably, yes.
>
> http://package18.nyi.freebsd.org/data/latest-per-pkg/gcc7/7.2.0_4/headamd64PR224669-default.log
> http://package18.nyi.freebsd.org/data/latest-per-pkg/gcc7/7.2.0_4/headi386PR224669-default.log

Sorry, typo'd links:

http://package18.nyi.freebsd.org/data/latest-per-pkg/gcc47/4.7.4_7%2C1/headamd64PR224669-default.log
http://package18.nyi.freebsd.org/data/latest-per-pkg/gcc47/4.7.4_7%2C1/headi386PR224669-default.log


More information about the svn-ports-head mailing list