From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id D4A623858D33 for ; Tue, 14 Mar 2023 17:25:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D4A623858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id D314B1F37E; Tue, 14 Mar 2023 17:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1678814731; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UkKuy786BAuP4hIKhl0pcfzs+rl5uSHq+WMHL5s1Om8=; b=XArsnv9tSt2hVOjpxa32WvA0PIhHN/nEa9+e5OSwkKLPLL/QaS+E4jEjRXVZK/0ND7vPtG U+JfZd32FE3HRT/+qm1plNnncwRVCFFbR9xK+Ykp+8ic/vGAM2PzcrjDA7qVCvFGVzb4S3 0uzMqJRqqpVO800A7t+kkJVnE3M+dBM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1678814731; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UkKuy786BAuP4hIKhl0pcfzs+rl5uSHq+WMHL5s1Om8=; b=P9sjjtfrwFqDT1omT1PxwRZa90p8THB8hDl+lgTsHY/lZuooDNO+r/whTZdq49u3AECRI1 KA8PG3ahzNO3HwAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C4C8613A1B; Tue, 14 Mar 2023 17:25:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IGUBMAuuEGQfBQAAMHmgww (envelope-from ); Tue, 14 Mar 2023 17:25:31 +0000 From: Martin Jambor To: Megha Raj Cc: gcc@gcc.gnu.org Subject: Re: Regarding GSOC In-Reply-To: References: User-Agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-suse-linux-gnu) Date: Tue, 14 Mar 2023 18:25:31 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_NONE,SPF_SOFTFAIL,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: Hello, On Mon, Mar 13 2023, Megha Raj via Gcc wrote: > Respected sir/mam, > > Actually I want to know what are skills you desire to have in the members > of your organization as I=E2=80=99m aware with c &c++ so, can you please = let me > know other than this what knowledge should I know for getting selected in > your franchise in deep We are delighted you found contributing to GCC interesting. Apart from C/C++ coding skills, most projects require some rudimentary theoretical background in compilers. Please look again at the "Before you apply" section of the idea page https://gcc.gnu.org/wiki/SummerOfCode#Before_you_apply and make sure you are able to build, install and test GCC and then have it generate dumps and step through some function during compilation. Afterwards, look at a suggested idea, try to identify the portion of GCC source which is involved and email us back to the mailing list, describing the idea and (often with help from the community) what is your plan to address it. Also, we'll be happy to help with any specific GCC development issues you may encounter. Good luck, Martin