From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 7AE683857413 for ; Sun, 12 Jun 2022 16:37:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7AE683857413 Received: from mail-qk1-f199.google.com (mail-qk1-f199.google.com [209.85.222.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-494-1bAnwEeUN1WQkMrSvwxN1Q-1; Sun, 12 Jun 2022 12:37:04 -0400 X-MC-Unique: 1bAnwEeUN1WQkMrSvwxN1Q-1 Received: by mail-qk1-f199.google.com with SMTP id w22-20020a05620a445600b006a6c18678f2so3375973qkp.4 for ; Sun, 12 Jun 2022 09:37:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=lUqCYsjyt4pp5G+2/5WGoQ91XS7Fk3K2520HeMMleSE=; b=Zwt5MXLPXfQ0ubwJKr37iaU3nO5nWDjtbd3f24kwr28eTzPX1CZt0DlH1H+k4QH0Vq 68zBMNjA4rJxqhVp465/3viI/Ec6MbJP4kAuRLpGUMYrOt6T/+m60Rzk7vuLsOo/9FIT CRDYNVVetMXdQmKrGMam9TkKl7d21rfWvbe87fPgx7ksJV475DXk/vLj04m1yJDItnRH y3QvNKwxhhrLktwebY4zI5qxump37HOU2NQTMgBbwqnqti2sBNE3fguCzv7zF2/4D9Rh 19DiflN4MTSqQns2ATsx+QzAPhr22tdJl3/8f6RTSj3lrQUOxPyN5LGiCvdCq+YomJ+I QnOw== X-Gm-Message-State: AOAM5318nXkrsqfAIbid1ecwd/NPNNn02iULscQCP+eTznyt9x6Wk5wU DGxcEwTByMqczPny3S5JSR8zgWyMcOvzfEdcwnFD92u0JL8fx4kXcZvJQaAcnV67h4unEaSMscf wcB9sGss= X-Received: by 2002:ac8:59c6:0:b0:305:2f9c:a53e with SMTP id f6-20020ac859c6000000b003052f9ca53emr2313958qtf.59.1655051823699; Sun, 12 Jun 2022 09:37:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwaflr0Qlik7d/TDWJZOGHQqDBx8QBWnoL5qzuFKMdQcqiSLlFXwDRlZB+oHMpm/OoNa4fzRw== X-Received: by 2002:ac8:59c6:0:b0:305:2f9c:a53e with SMTP id f6-20020ac859c6000000b003052f9ca53emr2313945qtf.59.1655051823455; Sun, 12 Jun 2022 09:37:03 -0700 (PDT) Received: from t14s.localdomain (c-73-69-212-193.hsd1.ma.comcast.net. [73.69.212.193]) by smtp.gmail.com with ESMTPSA id j9-20020ae9c209000000b006a377a015d4sm4472839qkg.39.2022.06.12.09.37.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Jun 2022 09:37:02 -0700 (PDT) Message-ID: <10b942f07878e0b9b5a10230d40dc891fad02fc9.camel@redhat.com> Subject: Re: New "Diving into GCC internals" section in newbies guide From: David Malcolm To: Eric Botcazou Cc: gcc@gcc.gnu.org Date: Sun, 12 Jun 2022 12:37:01 -0400 In-Reply-To: <5595934.DvuYhMxLoT@fomalhaut> References: <5595934.DvuYhMxLoT@fomalhaut> User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sun, 12 Jun 2022 16:37:07 -0000 On Sat, 2022-06-11 at 02:35 +0200, Eric Botcazou wrote: > > Hope this is helpful; please let me know if you see any mistakes, > > or if > > there's room for improvement > > Nice work!  In the "inside cc1" chapter, I think that IR is usually > meant for > "Intermediate Representation" rather than "Internal Representation" > in this > context. Thanks - you're right. I've updated the doc accordingly. Dave >