From owner-svn-src-head@freebsd.org Tue Mar 5 16:48:07 2019 Return-Path: Delivered-To: svn-src-head@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 057B61508398; Tue, 5 Mar 2019 16:48:07 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f173.google.com (mail-it1-f173.google.com [209.85.166.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9749D72FA3; Tue, 5 Mar 2019 16:48:06 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f173.google.com with SMTP id v2so5046081ith.3; Tue, 05 Mar 2019 08:48:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=TkpnsEbHqmh0wcslVdsh8A7mEcpxKLIlW8mVE1KmRm0=; b=j6DRuKTOsY6Gh0opFS/AVUFzGnQYcK6RQOWRwO4YYslX1pNK7Rox7xUdIIYGoz1u2Z +2jH+KSRDg8UomrU9phXsrszkW9r4Zp5mSrOtfcf0IrXOisTtRB8UfxTmCExT9jC3sXk dBtmQA3p21XnqM+wiUo1aRok/9Se/4Ronvaq28Awdtx6+R5H/FAtyWhkGBnYv+y1owBY dZSAyltvWIMBGAn4aS3lAfL7i7oJ7bqs3CiXTf47/N/KVry5G8jd+rGC5tMSsYdd+mic XNGdTM9xhWI0MsN1nXXMTGZiPF91SIMbRHsIxOq8tRwWw5oWHyC/hYHKjerd7NmSA0Ks liHw== X-Gm-Message-State: APjAAAXEHe3aycgvrIXAAcobfeoxKlkECt/epZL5Ix2sDxqRvQ3lhYA6 4+A9iWo2WiCBM3vJJSQ57b5HfkAb X-Google-Smtp-Source: APXvYqyya4dXV4TObZ3QyoldW/zb37fZ0VP88ZHwk17yPPbtjyfev+2G4aeIOj9a0JiGobuerO/dIg== X-Received: by 2002:a24:3655:: with SMTP id l82mr3268478itl.107.1551804477862; Tue, 05 Mar 2019 08:47:57 -0800 (PST) Received: from mail-it1-f171.google.com (mail-it1-f171.google.com. [209.85.166.171]) by smtp.gmail.com with ESMTPSA id l2sm3841166ioj.55.2019.03.05.08.47.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Mar 2019 08:47:57 -0800 (PST) Received: by mail-it1-f171.google.com with SMTP id z131so5031944itf.5; Tue, 05 Mar 2019 08:47:57 -0800 (PST) X-Received: by 2002:a24:55c9:: with SMTP id e192mr2953861itb.166.1551804477343; Tue, 05 Mar 2019 08:47:57 -0800 (PST) MIME-Version: 1.0 References: <201902232114.x1NLE0cH085345@repo.freebsd.org> In-Reply-To: Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 5 Mar 2019 08:47:46 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r344487 - in head/sys: conf gnu/gcov To: Alan Somers Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 9749D72FA3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 16:48:07 -0000 Hi Alan, On Tue, Mar 5, 2019 at 8:28 AM Alan Somers wrote: > It's not a problem with the version; they're built from the same > source. But is there a problem with the compiler? Can a GCC-built > kernel work with Clang-built world? Sure; I use this configuration all the time (at least, without gcov). Best, Conrad