From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-40137.protonmail.ch (mail-40137.protonmail.ch [185.70.40.137]) by sourceware.org (Postfix) with ESMTPS id 2597B385843D for ; Thu, 23 Mar 2023 05:47:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2597B385843D Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=proton.me Date: Thu, 23 Mar 2023 05:47:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1679550436; x=1679809636; bh=sdxdOONi3ZQkEW9dNIdM5ZLwm8FjndQ5aMuoC+A2KEU=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=SB2dvacFWyJbbY6mwvb/a3SFGMihGtzCLEOxCEpWaGtPrxSPPLRu+3R63nepr7N2o kCXu/CVaiY4Jd8PiqcLccWs8e5PqFcRNEuuryGv0EP9Mf1VOikzBjfrUpLS9mFwJh8 AkOa/4IkHiyrqDLrOkucliztAVSIje+eETe5goCsGGfL71umyBooh8UcT+rv7ELVqj tUAP2vl2lYWzamGGoHOROorDj8FnnbS3GUlMkCzkGg3kHs4t7Cwh7zZl7WbD1knOVf N3FLZSZztocBaS6RTiVZ80XHWkhqIc89JxJ0QB+3BbSGL1TcfGJU/ueacdmAgJSBe1 9HSKYcUoc4GQQ== To: Jonathan Wakely , "gcc@gcc.gnu.org" , "mjambor@suse.cz" , "hubicka@ucw.cz" From: Anastasia3412 Subject: Re: [GSOC] query about C++: Implement compiler built-in traits for the standard library traits Message-ID: <7-jHkZ14MPEOhbnN7r1xYQAtayqu1PEFEjXvYSPMAFiOmnpzt7FPtBxYMc-qI0QhQUuG6OrzUMZt9H6l-lLo58QVdfiFg3_p5ly17Sf0XPI=@proton.me> In-Reply-To: References: Feedback-ID: 69631443:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_SHORT,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Thanks, Martin and Jonathan for your suggestion. I have already finished bu= ilding gcc from source. I was looking at other project ideas and found "Ena= ble incremental Link Time Optimization (LTO) linking" interesting. Can anyo= ne please explain how to proceed further with this? Currently, I am watchin= g videos posted in the getting started section. ------- Original Message ------- On Wednesday, March 22nd, 2023 at 5:04 AM, Jonathan Wakely wrote: > On Tue, 21 Mar 2023 at 21:16, Martin Jambor wrote: >=20 > > Hello Anastasia, > >=20 > > we are very happy that you are considering contributing to GCC. > >=20 > > On Mon, Mar 20 2023, Anastasia3412 via Gcc wrote: > >=20 > > > Hello Everyone I'm Anastasia. > > >=20 > > > I am a prospective GSOC Student. I wish to know if the project C++: > > > Implement compiler built-in traits for the standard library traits is > > > still available. I have already build and got my hand dirty on > > > debugging GCC. > >=20 > > Various prospective contributors have shown interest in it but we have > > not "promised" it to anyone, I don't think we can, so it is "available.= " > > It has been discussed for example here: > > https://gcc.gnu.org/pipermail/gcc/2023-February/240816.html >=20 >=20 > We already have two candidates working on it, before their proposal > has even been accepted. As a result, I think you'd have to be a very > strong candidate to get accepted for that project, and it might be > better to pick another one.