From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52184 invoked by alias); 22 Aug 2016 22:08:41 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 52165 invoked by uid 89); 22 Aug 2016 22:08:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=learn X-HELO: resqmta-po-05v.sys.comcast.net Received: from resqmta-po-05v.sys.comcast.net (HELO resqmta-po-05v.sys.comcast.net) (96.114.154.164) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Aug 2016 22:08:30 +0000 Received: from resomta-po-01v.sys.comcast.net ([96.114.154.225]) by resqmta-po-05v.sys.comcast.net with SMTP id bxMFbRdeHcEL1bxOPbN8uu; Mon, 22 Aug 2016 22:08:29 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-01v.sys.comcast.net with SMTP id bxONbwd02dYnnbxOObQAZh; Mon, 22 Aug 2016 22:08:29 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: C++11? (Re: protected alloca class for malloc fallback) From: Mike Stump In-Reply-To: Date: Mon, 22 Aug 2016 22:08:00 -0000 Cc: Pedro Alves , Oleg Endo , Trevor Saunders , Jeff Law , Richard Biener , Aldy Hernandez , Martin Sebor , gcc-patches Content-Transfer-Encoding: quoted-printable Message-Id: References: <57A3F57F.3050509@gmail.com> <57A4A5E8.90205@redhat.com> <1470420954.639.64.camel@t-online.de> <44EE0FB0-A8B9-43F9-BF58-C4D7D27DA944@gmail.com> <57A5B8BE.2000004@redhat.com> <941D179C-146F-4004-BECB-9FB066DDCC8D@gmail.com> <21bcbebe-28a8-58a7-68e8-af9abcb03dce@redhat.com> <20160808173939.GA13790@ball> <1470742429.639.196.camel@t-online.de> <20160809174139.GA18239@ball> <1470848609.639.405.camel@t-online.de> <619F310F-AED9-477F-9563-20EEB6C3E99F@comcast.net> To: Eric Gallager X-CMAE-Envelope: MS4wfD8x1Q1kdu60nu+W8XSfClUmBYDxCY4zRuc5TMZ1PwQQVd354/yWNmWXvXiayanmfbT07ulhSy1Hu/T7c++8WQSC/LrCvkzRvZveY6Rdtlau0SRUOWwO EQmNcV0oRMvMj+UDnvY0wMWV55AM4i2KzyDtA1KE4J8VOai1NoQqiraKfbJYrvcjN2bDnXafJwvFWRDebsQpBh1iX92UjSoGHmbnDJSmd+5G1jXu8U7dqJV5 v5rSTjiRvkY+kq77RxTTsKym2/7Xb4x9Iy+tIieSyuOuMRdWR86wVQFgb0YLvjkmn8kiwIJCaJs6+i6Yr+FWWjeYGCf0kPbBmlev+e4WD/RIvhcAwrUU8gXf uI81WZSrXAWl57Jy3BhpkM5UB1kexfYC5sGokuWp7WwhFUqjLVsHv7joGwtftnCaFq9NKnle X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg01589.txt.bz2 On Aug 22, 2016, at 5:02 AM, Eric Gallager wrote: >=20 > As a rookie programmer considering possibly contributing to GCC in the > future once I'm more confident in my abilities, switching to C++11 > would increase the barrier for me to contribute. I currently really > only know C, and I still have to learn C++ in general, much less all > the new features added in C++11.=20 Don't worry, we don't exploit every feature of the language on every line. = Most of the lines likely look just like plain C.