From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82217 invoked by alias); 26 Sep 2019 04:10:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 82206 invoked by uid 89); 26 Sep 2019 04:10:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-io1-f50.google.com Received: from mail-io1-f50.google.com (HELO mail-io1-f50.google.com) (209.85.166.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Sep 2019 04:10:17 +0000 Received: by mail-io1-f50.google.com with SMTP id q10so2923153iop.2 for ; Wed, 25 Sep 2019 21:10:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=j8y/Zt5APZln67XKOCmWfbEiT1AmMI5jMRKupyR08YE=; b=Mo49Ybtdf5Hqt0k9cyUWeo5av8rAklhsS3t6MniCnlipbKLaE/VA/PwqWGPXqNtih+ VoIpwTLpNgppi/9EgTBhYSEwaUkvrkvvmGZBe2Oi0WyMPyftdA6Fk/8885O02o+uaH9/ EPu7yX4yBgUw2BGC4PGmJn2tTc/uF7CvfS3D4AWUfPx8LAX5DhPkclp9Ar7Pw2nEWy6d 0azsYoSOh2vtLlKqMbdn3guNptY3pxmaepHDPMNeNk0HE51C7bEVMHL6Orm6W6LnWQ6x Z2Igy2PKLOZguCPbda6vnzLCXVaHgkRs8jmWQTJfkcVQHwoqIjc0FyL457mTxgGNVPhg iuFA== Return-Path: Received: from [192.168.1.102] (173-230-163-230.cable.teksavvy.com. [173.230.163.230]) by smtp.gmail.com with ESMTPSA id x12sm457764ioh.76.2019.09.25.21.10.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Sep 2019 21:10:14 -0700 (PDT) To: gcc Mailing List From: Nicholas Krause Subject: Moving to C++11 Message-ID: <5dfb5453-8dee-5e12-c24d-0e1e81f40501@gmail.com> Date: Thu, 26 Sep 2019 04:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00228.txt.bz2 Greetings, I asked about moving to C/C++ 11 as it would make it easier to allow multithreading support due to having a memory model alongside other features. Jason Merill mentioned due to it being so common it may be a good  time to. Moving to git seems to be universally agree on so I'm opening the discussion for the same as related to C/C++11 migration and if possible opening a TODO similar to git if decided on. Please post your comments or ideas about the migration in response to this email, Nick