From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92c.google.com (mail-ua1-x92c.google.com [IPv6:2607:f8b0:4864:20::92c]) by sourceware.org (Postfix) with ESMTPS id 77181384F02D for ; Wed, 11 May 2022 19:04:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 77181384F02D Received: by mail-ua1-x92c.google.com with SMTP id 63so1154149uaw.10 for ; Wed, 11 May 2022 12:04:46 -0700 (PDT) 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:cc:content-transfer-encoding; bh=xeC4qUYDRpcqSRM78zD1mUsp5vPqzzuWjRT6gJLGLeY=; b=m4uc3G9yWloVLbuoMr3QTlZs+lFNo3poRig2DeW+sZJG4yn5w78HGnCremBCaUT8Hx c+OYsIHXubcf8Co3yF60kK6UHAITxyjlToVGv15HaoFljYi24dXDu0IY+lFWOjWd8zAe 4XjFGoCmyyQBYq3EnM6V2tcNjwDBb8g18Exk7X+yg0n5Drvu/OfuPAGBmA+wH4Y+JpN6 UGoewd3RFvg/DW279ZS4gROEGMk1ifh49RkLiqKT+DbpVt9lBvvJEAoE5JfatbRbNid9 cR8F/oe0oLeomwZHJ70w4Y71kJHSe3jt+qSIJaG55RW7JKYDKyv9QWLYk0HivzLWuKsv XvVg== X-Gm-Message-State: AOAM532YSJOgWnp/REuG5SUdZ+/Liu/w0u4ZOnkCKj3pQrWUgHnGuetH 5cIqzBvA6y9uGbt1Gfc505s2d+LjlAjJ7jShsyj1Cw== X-Google-Smtp-Source: ABdhPJwmFdg4Fd0EITuytJ3AbG6DGIO38LyRSn7LZzcLgRVh7OUC5AEPdTm8VtrJPTj2WtPoM0vOVQEIGoXMwiehUAQ= X-Received: by 2002:ab0:28c9:0:b0:365:7bb:f6d5 with SMTP id g9-20020ab028c9000000b0036507bbf6d5mr14371938uaq.105.1652295885861; Wed, 11 May 2022 12:04:45 -0700 (PDT) MIME-Version: 1.0 References: <767daa126877834cfe4bd64f81e15dbf27c6b3a5.camel@redhat.com> In-Reply-To: <767daa126877834cfe4bd64f81e15dbf27c6b3a5.camel@redhat.com> From: Eric Gallager Date: Wed, 11 May 2022 15:04:33 -0400 Message-ID: Subject: Re: [PATCH] Use more ARRAY_SIZE. To: David Malcolm Cc: =?UTF-8?Q?Martin_Li=C5=A1ka?= , gcc-patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 19:04:48 -0000 On Wed, May 11, 2022 at 9:53 AM David Malcolm via Gcc-patches wrote: > > On Thu, 2022-05-05 at 14:16 +0200, Martin Li=C5=A1ka wrote: > > Patch can bootstrap on x86_64-linux-gnu and survives regression > > tests. > > > > Ready to be installed? > > I looked over the changes to: > > gcc/analyzer/*.cc > gcc/input.cc > gcc/jit/*.cc > > and they look good to me. > > I assume that you enabled "jit" during the testing, right? (it's not > in --enable-languages=3Dall, which is a perennial source of issues). > So, what remains to be done to include "jit" in "all" anyways? Are there still some platforms left that it's not supported on yet or something? > Thanks > Dave > >