From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) by sourceware.org (Postfix) with ESMTPS id 5C0E23858D1E for ; Sat, 26 Feb 2022 16:31:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5C0E23858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=um.edu.mt Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=um.edu.mt Received: by mail-qk1-x72b.google.com with SMTP id bm39so7161128qkb.0 for ; Sat, 26 Feb 2022 08:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=um-edu-mt.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Zkxli3yXw9J3NSq3H8/1wj2cxv/5bQO6aVydqI3sDRo=; b=nUPgFg8EIWGz0vPdpeF7/eG7VpegspfMU2QBlka7OqjYfUl2u2N6uqL8nqLcxF9XyW h42rI07YxSUePWU0YXgfl8xUXNgyVYfWfIGVytM1C1e9bYtJ9TeZRYSraEzI5VhXJgfr nTTGIbHL1n5X5CLhmhQRJI3ZYwfXnJoRw2SRhW/ig6fBOmTgJXjVRgtCB+xGSnuSJGDU qcQxRNo0250TIeb9UmD5J6N3frHK7HGzOXR53SxUwK2SsgzYmTn4MTZ6lEOXF5mFGSCu CV1nxDpddxbMy+qGfKMYNbK9kKFI7rBd3aFppr9TWPZPBarUdkIRJ6iEqoCyZqEwqboM szkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Zkxli3yXw9J3NSq3H8/1wj2cxv/5bQO6aVydqI3sDRo=; b=IkImOjJ+4oEPMSkzLooqqQuS/4DSRNqEQS3BvW+txAmj/Q2YudHTjl3CamlopXsOCL 0ocEQSNBQ+Z7k3Bz02LQIac+AzbgQxwcmwaKBlfeXbb53XeauofCibWd9AuCmszZgdjo zB83JaI0/vUy45r0l2+/JnTsdUVPAt73G0c3JEk6xV+f3eEnEiZ7V2mDO6/FW8ZLs7kr HQSHNr4h2e54JFFOzXEaVPbJMyNQ7kt2OPiI1JOCtUQZOqqc13WURdJNn3M3NbaDSxvf XkccvgWidEPqHcD4Y45g1U5SvpDjCc7NbSokVEOLT98lbVrRZrc7SvFxkXx7s9RiU/8E EU6A== X-Gm-Message-State: AOAM532F23hpkvZJsgLxLg3QOF5yWFPNW7BANWUGZwGEnNhcYlZtSxwH kqONhuWU76ivJBmLeDZSBleasXMqe8iYjsHe2ueNKcR8UhA= X-Google-Smtp-Source: ABdhPJxT6H928zcGqyp8FhLFDzgNGa2MK4CIjnRayyB8EZTsZv6aiNXbKJr7faRg/Hoi+qUectVI+mnpRopnbzMoofI= X-Received: by 2002:a37:687:0:b0:5f1:9134:8815 with SMTP id 129-20020a370687000000b005f191348815mr7607885qkg.255.1645893074722; Sat, 26 Feb 2022 08:31:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Juan Scerri Date: Sat, 26 Feb 2022 17:31:04 +0100 Message-ID: Subject: Re: GSoC (Make cp-demangle non-recursive) To: gcc@gcc.gnu.org X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sat, 26 Feb 2022 16:31:18 -0000 I have just realised that I have a typo. I meant to say 'do not hesitate'. Regards, Juan Scerri On Sat, 26 Feb 2022 at 11:34, Juan Scerri wrote: > To whom this may concern, > > Firstly, I will introduce myself. I am Juan Scerri and I am a student at > the University of Malta studying Computer Science and Mathematics for my > undergraduate degree. > I am currently in my first year of studies, which is technically my first > formal introduction to GNU/Linux. However, I have been using GNU/Linux for > over a year. I am > mostly interested in programming which involves compilers, operating > systems and things of a similar sort. > > I have looked at the selected project ideas by the GCC team and one of the > problems which has caught my attention is making cp-demangle non-recursive. > I am interested in this particular problem because as stated in the > "Before you apply" section it is one of the selected problems which do not > require extensive > knowledge of the compiler theory (which I will be doing in my 3rd year of > studies). However, I do understand the aim of the project. > > Any guidance would be much appreciated. > > If I was no clear in any way do hesitate to contact me. > > Regards, > Juan Scerri >