From owner-freebsd-current@freebsd.org Sat May 28 22:26:52 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E86CB4E369 for ; Sat, 28 May 2016 22:26:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDD71C85; Sat, 28 May 2016 22:26:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 38F0C1215; Sat, 28 May 2016 22:26:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DE3D51E347; Sat, 28 May 2016 22:26:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id phcCdOn-0BpS; Sat, 28 May 2016 22:26:45 +0000 (UTC) Subject: Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal; DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9B93D1E341 To: "O. Hartmann" , Alan Somers References: <20160528230443.31ee2003.ohartman@zedat.fu-berlin.de> <20160529000706.1c1e582d.ohartman@zedat.fu-berlin.de> Cc: FreeBSD CURRENT From: Bryan Drewery Organization: FreeBSD Message-ID: <813e1a9f-7a65-ffe6-6189-4067df57646a@FreeBSD.org> Date: Sat, 28 May 2016 15:26:43 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160529000706.1c1e582d.ohartman@zedat.fu-berlin.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 22:26:52 -0000 On 5/28/16 3:07 PM, O. Hartmann wrote: > CXXFLAGS+= -std=c++11 > > > As it has been earlier stated, there is no -std=c++11 visible in the cc options, only > -std=gnu99. I'm confused why -std=c++11 *doesn't* show now. Whatever though, the problem is reproducible with GCC toolchains which always get -std=c++11 added in. I'm committing a fix. -- Regards, Bryan Drewery