From owner-svn-src-projects@freebsd.org Fri Aug 10 21:44:21 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C2D9107628A for ; Fri, 10 Aug 2018 21:44:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CBE17C96D; Fri, 10 Aug 2018 21:44:21 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B5881A1DD; Fri, 10 Aug 2018 21:44:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f49.google.com with SMTP id a4-v6so7560557lff.5; Fri, 10 Aug 2018 14:44:20 -0700 (PDT) X-Gm-Message-State: AOUpUlEKhzoGaKxf9Mp88DAmx7lb9lkXCs+ACu5yioG9oPcXS8hqntDS SPxVHocikKKJR/9ir90IqGHTzUbfBd8qe3xggUg= X-Google-Smtp-Source: AA+uWPwH0MUFIlH7uISmymN9jvEui7P49n7IY6oT86QHmcNGzsZZwITP+P5RJBI+Z/2eBYn88uD48qhUnJLKUhvKuk4= X-Received: by 2002:a19:1604:: with SMTP id m4-v6mr5310095lfi.120.1533937459101; Fri, 10 Aug 2018 14:44:19 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Fri, 10 Aug 2018 14:43:58 -0700 (PDT) In-Reply-To: <201808102140.w7ALeSBY033201@repo.freebsd.org> References: <201808102140.w7ALeSBY033201@repo.freebsd.org> From: Kyle Evans Date: Fri, 10 Aug 2018 16:43:58 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337593 - projects/clang700-import/contrib/libc++/include To: Dimitry Andric Cc: src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 21:44:21 -0000 On Fri, Aug 10, 2018 at 4:40 PM, Dimitry Andric wrote: > Author: dim > Date: Fri Aug 10 21:40:28 2018 > New Revision: 337593 > URL: https://svnweb.freebsd.org/changeset/base/337593 > > Log: > Upstream libc++ added a using ::timespec_get line, when in C++17 or > higher mode, in . Since we do not > yet have this C11 function, comment out the line for now, as a > workaround for a number of failing ports. Discussion with upstream is > ongoing about an acceptable permanent fix. > > PR: 230400 > Reported by: jbeich > Is the timespec_get that got added in r337576 just today not suitable for this? Thanks, Kyle Evans