From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 7B7F33858C74 for ; Mon, 12 Jun 2023 13:01:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7B7F33858C74 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id B2EC222716; Mon, 12 Jun 2023 13:01:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686574912; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DctiW/48wSdT7/oZmG9eg/s8AvApXZdRw0v50ybXuHQ=; b=lPbnTyB7Nwnl/74tW/gDVgAjLsxn7gihhSrmQBPkRKB/H3JA8v+i5QPzZvlJonQfKCIFCA 3zKz5tB5p6x331T7MiRY79ENhdR+mCRhQk9x9LcbIP091itXAF2saxJTvF26NO1B6scQKQ ltC/RpohzTwhhW8tLqlPLDrjdfSigSE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686574912; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DctiW/48wSdT7/oZmG9eg/s8AvApXZdRw0v50ybXuHQ=; b=ujtLOKk3GGs+tKHoBXcUkctbgvguCRXG737reGhG2pDkqI5ucO8sbGORoemphv+pQWHogp b3jZAZYCuO4DiyBA== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 9CCB32C141; Mon, 12 Jun 2023 13:01:52 +0000 (UTC) Date: Mon, 12 Jun 2023 13:01:52 +0000 (UTC) From: Richard Biener To: Tamar Christina cc: gcc-patches@gcc.gnu.org, nd@arm.com, jlaw@ventanamicro.com, jakub@redhat.com Subject: Re: [PATCH] Remove DEFAULT_MATCHPD_PARTITIONS macro In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_LOTSOFHASH,SPF_HELO_NONE,SPF_PASS,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 List-Id: On Mon, 12 Jun 2023, Tamar Christina wrote: > Hi All, > > As Jakub pointed out, DEFAULT_MATCHPD_PARTITIONS > is now unused and can be removed. > > Bootstrapped aarch64-none-linux-gnu and no issues. > > Ok for master? OK. > Thanks, > Tamar > > gcc/ChangeLog: > > * config.in: Regenerate. > * configure: Regenerate. > * configure.ac: Remove DEFAULT_MATCHPD_PARTITIONS. > > --- inline copy of patch -- > diff --git a/gcc/config.in b/gcc/config.in > index cf2f284378447c8f8e2f838a786dba23d6086fe3..0e62b9fbfc93da8fb511bf581ef9457e55c8bc6c 100644 > --- a/gcc/config.in > +++ b/gcc/config.in > @@ -67,12 +67,6 @@ > #endif > > > -/* Define to larger than one set the number of match.pd partitions to make. */ > -#ifndef USED_FOR_TARGET > -#undef DEFAULT_MATCHPD_PARTITIONS > -#endif > - > - > /* Define to larger than zero set the default stack clash protector size. */ > #ifndef USED_FOR_TARGET > #undef DEFAULT_STK_CLASH_GUARD_SIZE > diff --git a/gcc/configure b/gcc/configure > index 5f67808b77441ba730183eef90367b70a51b08a0..3aa2534f4d4aa4136e9aaf5de51b8e6b67c48d5a 100755 > --- a/gcc/configure > +++ b/gcc/configure > @@ -7908,11 +7908,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then > fi > > > -cat >>confdefs.h <<_ACEOF > -#define DEFAULT_MATCHPD_PARTITIONS $DEFAULT_MATCHPD_PARTITIONS > -_ACEOF > - > - > > # Enable __cxa_atexit for C++. > # Check whether --enable-__cxa_atexit was given. > @@ -19850,7 +19845,7 @@ else > lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 > lt_status=$lt_dlunknown > cat > conftest.$ac_ext <<_LT_EOF > -#line 19853 "configure" > +#line 19848 "configure" > #include "confdefs.h" > > #if HAVE_DLFCN_H > @@ -19956,7 +19951,7 @@ else > lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 > lt_status=$lt_dlunknown > cat > conftest.$ac_ext <<_LT_EOF > -#line 19959 "configure" > +#line 19954 "configure" > #include "confdefs.h" > > #if HAVE_DLFCN_H > diff --git a/gcc/configure.ac b/gcc/configure.ac > index cc8dd9e20bf4e3994af99a74ec2a0fe61b0fb1ae..524ef76ec7deb6357d616b6dc6e016d2a9804816 100644 > --- a/gcc/configure.ac > +++ b/gcc/configure.ac > @@ -932,8 +932,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then > Cannot be negative.])) > fi > > -AC_DEFINE_UNQUOTED(DEFAULT_MATCHPD_PARTITIONS, $DEFAULT_MATCHPD_PARTITIONS, > - [Define to larger than one set the number of match.pd partitions to make.]) > AC_SUBST(DEFAULT_MATCHPD_PARTITIONS) > > # Enable __cxa_atexit for C++. > > > > > -- Richard Biener SUSE Software Solutions Germany GmbH, Frankenstrasse 146, 90461 Nuernberg, Germany; GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman; HRB 36809 (AG Nuernberg)