From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 85B673858427 for ; Wed, 6 Apr 2022 16:12:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 85B673858427 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 23F921F856; Wed, 6 Apr 2022 16:12:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649261565; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rzsb5rXITklj/hdjqb3o2RyceKgXat73t9k0PEnGpp4=; b=Pgjrc75Fi+ayW8rCdL12ygISpW29mjk/rgKP/511PSu5kl0Qg3fN7zdFKfrFoqJCjcCVl5 VnbILEAHzQMrKtgMq0CYoGduszoA/GbJasN6m2uSN9EjD+3FBsOs9Fx/ekcAcwPvR0G25L 3/MMufyfKY0jhP0Vm2+DgWsEnpa0/X4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649261565; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rzsb5rXITklj/hdjqb3o2RyceKgXat73t9k0PEnGpp4=; b=ziO9MmY4zFE1iaylf19LXkp+5N+CH/GRWttJhLsaUnACyCpJ95Z6NHxWdLQEFMr/Ob/9vd fBww4h5qZD2ElFCQ== Received: from suse.cz (virgil.suse.cz [10.100.13.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 00E9FA3B82; Wed, 6 Apr 2022 16:12:44 +0000 (UTC) From: Martin Jambor To: 20UCS041_Sourajita Chanda Cc: gcc@gcc.gnu.org Subject: Re: GSoC Contributor In-Reply-To: References: User-Agent: Notmuch/0.35 (https://notmuchmail.org) Emacs/27.2 (x86_64-suse-linux-gnu) Date: Wed, 06 Apr 2022 18:12:44 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 06 Apr 2022 16:12:48 -0000 Hello, On Wed, Mar 30 2022, 20UCS041_Sourajita Chanda via Gcc wrote: > Hello Sir/Mam, > > I want to be a part of Google's Summer of code as a contributor. So, while > searching a suitable organization according to my skills in Program > Organization I have found GNU Compiler Collection. We are delighted you found contributing to GCC interesting. > I want to contribute in the project 'Language front-ends and run-time > libraries'. I know I'm a bit late to discuss about this, but I promise to > give my best in this particular project within limited amount of time. You are not late but "language front-ends" and "run-time libraries" are very wide areas of interest rather than particular projects. If you have any concrete idea in these areas, please feel free to present it directly. If not, I suggest you have another look at https://gcc.gnu.org/wiki/SummerOfCode - especially at the "Selected Project Ideas" at the top - and if you think you know what the projects are about and feel qualified, proceed as is described in the "Before you apply." Good luck! Martin