From owner-freebsd-current@freebsd.org Sat May 28 23:27:30 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 6DEEAB4E004 for ; Sat, 28 May 2016 23:27:30 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA3C17F6; Sat, 28 May 2016 23:27:30 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id b65so224109401oia.1; Sat, 28 May 2016 16:27:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=befz9wHRwv0JUQl81R2M0bjIlwHcb+qA4PI4SbxStek=; b=PpFdvHMAGgTCd2Wv2BZNEdsNqNBZZ+yL7hRGTkxDusB0TrujKf56u7WNBT/gDtkqtn BCA9kZ0HWB1xxlZ0G5PqQT0Mmyd5oxcD5wqJWCDxS8FI0qxr8fVoy4t/cY2pJi/b+oKu C3DxsG8FTs8LjcNePLJlFTufH5vl00UA5INaF6vDP79KvCXqh9Z2T8iA30PmONLICkw4 B8vICGBK3tIqxYadlZGxj8/ICKuHgiuu0dbl8ZCFAs+JhKRYIWDw0Y2xLmJM0dBnKWiO 8k3R8ITbBokB8SF1HcYoBhgixS6wGdHvb8vhm8P84LuLbyyYQB1tPz7ZztVYVk6j7soS PlLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=befz9wHRwv0JUQl81R2M0bjIlwHcb+qA4PI4SbxStek=; b=VoDQXyAx9oFgYwldn2jEHwc8rONiCt8eI1TgILPDLeG5lyrH74958fKpTyh0DLm3jg 7IUgh6KsbkMFFsPD8WStlRfq8tu9OSfTwmG/vgstkuDRDG7w4AhsZGL48CfD7VpeCpSc GfLC9kqHJCyK8k4/Dsn+yX/Nd7siMz3cL6hY5nyPodlFFbcuCVU9e0GbneFdT9YOEkQR MbaaYiC13SRkEE9j1hFtgpUR+jO5eBHOCK7JEAnSyz2HqMOQYkrUwH+J/YV6kVZWBmow iqjEBfNivQw11AHLtUTCjX0EQwbpjalU/XlitwJKfEkOAznCqHdfY5eEFr9pj6xEOHFN XSjg== X-Gm-Message-State: ALyK8tLDIX6BCrHsBiMs3+TVi3NUfcpznykPicFgTF8GIHCEZ8tr30Zr8bZStHQFcwO/svnSHZWw8kDw05fRFw== MIME-Version: 1.0 X-Received: by 10.202.212.19 with SMTP id l19mr14067303oig.182.1464478049484; Sat, 28 May 2016 16:27:29 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.4.200 with HTTP; Sat, 28 May 2016 16:27:29 -0700 (PDT) In-Reply-To: <813e1a9f-7a65-ffe6-6189-4067df57646a@FreeBSD.org> References: <20160528230443.31ee2003.ohartman@zedat.fu-berlin.de> <20160529000706.1c1e582d.ohartman@zedat.fu-berlin.de> <813e1a9f-7a65-ffe6-6189-4067df57646a@FreeBSD.org> Date: Sat, 28 May 2016 17:27:29 -0600 X-Google-Sender-Auth: 1WcCHrfbxnVN6GKeoB8WXQ7Lb_k Message-ID: Subject: Re: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal; From: Alan Somers To: Bryan Drewery Cc: "O. Hartmann" , FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 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 23:27:30 -0000 On Sat, May 28, 2016 at 4:26 PM, Bryan Drewery wrote: > 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 It didn't show only because ohartman pasted the wrong context in his original email. He pasted the compile command for a .c file, followed the the error message from a .cc file. Thanks for fixing it, Bryan. -Alan