From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender3-pp-o97.zoho.com (sender3-pp-o97.zoho.com [136.143.184.97]) by sourceware.org (Postfix) with ESMTPS id 930863858D32 for ; Sun, 29 Jan 2023 02:27:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 930863858D32 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=zoho.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=zoho.com ARC-Seal: i=1; a=rsa-sha256; t=1674959275; cv=none; d=zohomail.com; s=zohoarc; b=XTECvkx6+MShSKgLORdTz/TSVSNNNyRBJYay5tcwjKYnJwQ2zcTpSMWmKM/AHOn50a2SKuD04bwNRk6d5gzkjWosVFDrbh6uOz7RGqrWECYUQwzX12KaLKr7plcE70P2+r9g6mpSYehri1iDT2WvheNA9Swt5dbBgRug1e3Dqxw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1674959275; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=Ya6FMqPIwv1yJjsrLCdBYY9p74N5gvN2NiIDKbH5SHM=; b=IugsabtzINKPmIil1rGhF+3h/m8dQu2bTyMyLNj9fb1SknH21CoVcqIydGt/kHasBXCyuTQsQVsSIU7m1wj2bPlFJTp1RAKF4FnGxK1lkj9fHHBEy+vYKqFot66RUk65ZPHOrMZyea/ftC7HT65rlOew4A04Tvzkqkq9QFheOXk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=hmsjwzb@zoho.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1674959275; s=zm2022; d=zoho.com; i=hmsjwzb@zoho.com; h=Message-ID:Date:Date:MIME-Version:To:To:From:From:Subject:Subject:Cc:Cc:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=Ya6FMqPIwv1yJjsrLCdBYY9p74N5gvN2NiIDKbH5SHM=; b=Eqi1rmT1hdldp5VZk/zNODU67X6tf90ddY9b2E/9NajloMekQPDOh5fAOVrIiWKx +Yn0vEPnIK7l/dQgAs2EQZD/yE9xx1NN2dpyyUXYOkFpbQKuS9K98q8a3idfPBV+QFm PuaaYOpdmduJ0SBeADflNOEElsZZKWtmMQi0FLck= Received: from [192.168.0.103] (58.247.201.202 [58.247.201.202]) by mx.zohomail.com with SMTPS id 1674959274533369.69419191343627; Sat, 28 Jan 2023 18:27:54 -0800 (PST) Message-ID: <78f16367-5f69-e133-ec46-7b3fd4b49662@zoho.com> Date: Sat, 28 Jan 2023 21:27:52 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US To: gcc@gcc.gnu.org From: hmsjwzb Subject: seek advice about GCC learning Cc: hmsjwzb@zoho.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi GCC developers, I am learning GCC. But the GCC code is hard to understand. I'm reading the c compiler of GCC. It seems the understanding of AST/GENERIC representation is very important. Is there a tool can visualize the AST/GENERIC representation? Do you have some advice for GCC beginner? Is there some documentations can help in the learning of GCC? Thanks, Flint