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 5EB70383983C for ; Wed, 11 May 2022 19:59:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5EB70383983C Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-114-uzmzR3WGObewtE-NL6aHSA-1; Wed, 11 May 2022 15:59:54 -0400 X-MC-Unique: uzmzR3WGObewtE-NL6aHSA-1 Received: by mail-qk1-f200.google.com with SMTP id c8-20020a05620a268800b0069c0f1b3206so2586847qkp.18 for ; Wed, 11 May 2022 12:59:53 -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=6w6BkBq2wem1551K4rRxhbm3Z7ahRqjCKMXxgAlIdV4=; b=zxiIecIpmRv8Td4vYTVMdFFHZtCC5ex6BncvPtqxesc8fmzh3FxtAbm4FsuFpfEBN3 nN3QUsY7lN8SxFwPQtRsxO1TqY/9WPXK8smj1j1w8eP1CE4xEljrsl3Yq+88HLBHMR6W C9pfeZlsobXqXiOhjE5H1nt1pJlcMDjkEif/PklAZVsjYGzLG9iSNnvgHGwphtTKElci qFs3V0syEyY12UI7Pg8zbGrYOVPjGsbFsF0qV5exCwmy6ulXabVSHeqB89K+lJchsRaU NArsYdEk5ChToO3qb3UatOj2lzo+bNG0jEga+efUZZOMSlFVbULn6GevnIWP7fdlBNF2 BE/Q== X-Gm-Message-State: AOAM530UhD1Fa7yNX0oKtA+bV3g0ObTGne3qtgF1sbNnNKlGvmyNKWlk 6nf4yEFrTjaN9eMnwwgzxhF3fSwNj/JKZ9iazNHSD4WBLxaLhIbCwlfdtaUKG35pfsmKrOuHxm8 QEe5B3xjy3eSnBKoSSw== X-Received: by 2002:a05:620a:40c8:b0:6a0:922b:2d82 with SMTP id g8-20020a05620a40c800b006a0922b2d82mr12464081qko.252.1652299193540; Wed, 11 May 2022 12:59:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwkiojIXm/hH47OwluBplG5+B3PyEMtI/OP0B0avF3OVt3BMXBCF5OJmXafYcsdE65d34NxjQ== X-Received: by 2002:a05:620a:40c8:b0:6a0:922b:2d82 with SMTP id g8-20020a05620a40c800b006a0922b2d82mr12464066qko.252.1652299193334; Wed, 11 May 2022 12:59:53 -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 o16-20020a05620a22d000b0069fc13ce1e7sm1695222qki.24.2022.05.11.12.59.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 12:59:52 -0700 (PDT) Message-ID: <79bfeb757384fcab9733b0f4ec67650f5fbfb421.camel@redhat.com> Subject: Re: [PATCH] Use more ARRAY_SIZE. From: David Malcolm To: Eric Gallager Cc: Martin =?UTF-8?Q?Li=C5=A1ka?= , gcc-patches Date: Wed, 11 May 2022 15:59:50 -0400 In-Reply-To: References: <767daa126877834cfe4bd64f81e15dbf27c6b3a5.camel@redhat.com> 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_LOW, SPF_HELO_NONE, SPF_NONE, 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:59:56 -0000 On Wed, 2022-05-11 at 15:04 -0400, Eric Gallager wrote: > 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ška 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=all, 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? IIRC the issue was that it requires --enable-host-shared, which slows down the compiler for everyone else by a few percent (since it requires the compiler to be built as position-independent code). Dave