From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id DD2E9385DC39 for ; Fri, 12 Mar 2021 17:44:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DD2E9385DC39 Received: by mail-wr1-x42e.google.com with SMTP id v11so2227473wro.7 for ; Fri, 12 Mar 2021 09:44:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kTjPpmBxSdeTZBy+2YQUtC299PABvmZFPtyNv/RUAoY=; b=T9+EdG0DBds8PDAQRJUix3KP6eTFKGEiPbl5Ai8hgNcI7LrFluhYI9re8Pnc21kCkS yZIMI0KPgU+bLZiGL54xzgqA2ckGVZaog1+8n6ybsZPFIJzzdCZ4ueUgo3P2IREINoaN hY+K3qI5IlOvqGIx2YtYHAf0v8C+eIQJFkINObOYfXNEji74tvUsFTtyCqXUFuUrog9O hkD7m5BesFI+dbgBLc4KiHgsbgNphqRq7MuA7jrQ2paEJSFMaeMtFEHBuLDWFbSWFzo8 HY9uvuOtYEbRSn6ldUNbp1lk3lOibcCBP9DZzM9XuFP/LxiSLIji7FU6Y22y2cBi2TB0 hJOQ== X-Gm-Message-State: AOAM531SKBPjIU9CtZqFrCTSWoCRzGmvn89qYVXGDjyzQ2MO4MzI3o2N nn69RNHw5flT+fWn3O+031LTQ4K+/9w0ZxcHrDc= X-Google-Smtp-Source: ABdhPJzZlHVrxKj6MjaGHJA0JkUrvq/Pws+G07gK6dTU5zjJ/UHpcZodUMnxxhizBKCCnDEMOyn7h0QHQYkDM15BdnU= X-Received: by 2002:a5d:4445:: with SMTP id x5mr15519961wrr.30.1615571041881; Fri, 12 Mar 2021 09:44:01 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Fri, 12 Mar 2021 17:43:50 +0000 Message-ID: Subject: Re: GSoC project idea To: David Malcolm Cc: srishty bedi , "gcc@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 12 Mar 2021 17:44:05 -0000 On Fri, 12 Mar 2021 at 15:35, David Malcolm via Gcc wrote: > On Thu, 2021-03-11 at 12:59 +0530, srishty bedi via Gcc wrote: > > 1) I was thinking that whenever we run a code on gcc compiler its > > beautify > > feature doesn't work well it shifts the whole code to the left > > instead so > > thought of creating a good beautify feature as we have in vs code so > > that > > the code is easily understandable . > > I'm not sure what you mean by the "beautify feature" shifting "the > whole code to the left". I wonder if this is actually referring to a feature in an IDE which happens to use GCC, maybe Code::Blocks of Dev-C++ or something. > > 2) And we can also make the gcc compiler accessible to phones and > > ipads so > > that it may be compatible for touch devices also as it will be very > > beneficial. > > It's possible to use GCC from such devices using the excellent > godbolt.org website. I find godbolt.org unusable on an Android phone, the UI just doesn't fit on a small screen, but that's not a GCC problem.