From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cyan.elm.relay.mailchannels.net (cyan.elm.relay.mailchannels.net [23.83.212.47]) by sourceware.org (Postfix) with ESMTPS id 45F3B385E449 for ; Wed, 9 Jun 2021 04:56:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 45F3B385E449 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 907007E28D9; Wed, 9 Jun 2021 04:56:22 +0000 (UTC) Received: from pdx1-sub0-mail-a10.g.dreamhost.com (100-101-162-58.trex.outbound.svc.cluster.local [100.101.162.58]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id E6FF77E2849; Wed, 9 Jun 2021 04:56:21 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a10.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.101.162.58 (trex/6.3.1); Wed, 09 Jun 2021 04:56:22 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Juvenile-Squirrel: 0d07c5c3460ba10c_1623214582309_8512422 X-MC-Loop-Signature: 1623214582309:1611100309 X-MC-Ingress-Time: 1623214582308 Received: from pdx1-sub0-mail-a10.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a10.g.dreamhost.com (Postfix) with ESMTP id A0BC67EFCF; Tue, 8 Jun 2021 21:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=CVIeOJ WDfVBtjvMv6UbnqNkpghM=; b=NHaMkdr7zwO8NFcHScmA8DN1szWeA9hIffKVr7 aX/8417m7xzjGwiF87B+oSAnad08unM2RxgEMdYq/iFL+qypYsHu3wtSBy7F5cxy Z7bVkWPT6LsI7XGolV6EgMP3RtywxUM1929k08Nr36GlBuMXke4rJdnapeesDUNY W60xc= Received: from [192.168.1.126] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 8494A7EFCE; Tue, 8 Jun 2021 21:56:19 -0700 (PDT) Subject: Re: GCC Mission Statement To: Valentino Giudice , gcc@gcc.gnu.org References: X-DH-BACKEND: pdx1-sub0-mail-a10 From: Siddhesh Poyarekar Message-ID: <5ed046a2-a2f1-f5e3-7399-dbf31808b8ef@gotplt.org> Date: Wed, 9 Jun 2021 10:26:15 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2021 04:56:26 -0000 On 6/9/21 10:13 AM, Valentino Giudice via Gcc wrote: > Hi. > > The Mission Statement of the GCC project recently changed without any > announcement. Well there was an announcement; the changes in the mission statement reflect the new reality introduced by that announcement: https://gcc.gnu.org/pipermail/gcc/2021-June/236182.html Siddhesh