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 ED2AB385783E for ; Thu, 7 Dec 2023 09:18:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ED2AB385783E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org ED2AB385783E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701940738; cv=none; b=lN5Dgn4YBI9gbPahQxP1w5Uruif11cado4ZYh7SGHukxE+IvGUHg27oNFxdOwpNewmSM0RQ7y/pew2dUY73EzTikVwOf+vl6aloE60Vz+2+wYeC3MdUA7pfIWhmGDEI8591mN2F26JtflrdITesgOwIVruwIVKtL+R/0DwN3ADw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701940738; c=relaxed/simple; bh=k/BP1OyaTYkFki0qbelNXllNyWABi8c0XO26nl9wk6s=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=TSFayhcd7NEr5tPOrVSth0E2GJb9LMlXnlhziyfggcAXrRy54F/FnrV+GphYZlWA7QIJBW/7uyRbnCozfa4IRvPEQ8hvaK9WhE4fEjNWDf244NPzz8Pq8KHEsfZPura7THbSofQ1x1Mn+hEHVGCMhOh5U1d9C9mLE2IuYKE/coE= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701940734; h=from:from:reply-to:subject:subject: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=EykyXpBHZLd0Q9vv4hmSuV39acHGw3C+DKMv9TrBwCA=; b=GlXGmayPnb6PNi9Nrs0ztYrOgV8ik68jFKcXfdFPx6HwMZvkcUB1m2Inhl44AX/0haICE5 Tj/nXssaHjBoSfAd44ASh6iL6fJr6wT06iHGyCugrSllAG+BrSwLnPEKQrs83AGb5JwA6C Jnm7Pr5JcKdUEIzK4iV9MdjwbkSCmHA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-496-O-aJzZhUP76TYxzpJLFocg-1; Thu, 07 Dec 2023 04:18:51 -0500 X-MC-Unique: O-aJzZhUP76TYxzpJLFocg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0448A88B7A5; Thu, 7 Dec 2023 09:18:51 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.131]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D4F281C060AF; Thu, 7 Dec 2023 09:18:48 +0000 (UTC) From: Florian Weimer To: Yang Yujie Cc: Jeff Law , gcc-patches@gcc.gnu.org, ro@cebitec.uni-bielefeld.de, mikestump@comcast.net Subject: Re: [PATCH] testsuite: Adjust for the new permerror -Wincompatible-pointer-types References: <20231206022931.33437-1-yangyujie@loongson.cn> <871qbzcyy4.fsf@oldenburg.str.redhat.com> Date: Thu, 07 Dec 2023 10:18:47 +0100 In-Reply-To: (Yang Yujie's message of "Thu, 7 Dec 2023 09:30:32 +0800") Message-ID: <87bkb2s748.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 List-Id: * Yang Yujie: > With this patch, I also noticed a few errors in building unpatched older > software like expect-5.45.4, perl-5.28.3 and bash-5.0. Will this also be > the case when GCC 14 gets released? For Fedora, we keep pointers of the changes needed here: (For perl, it looks like another change will be needed.) This also includes changes that we imported through rebases after we started tracking. We do not have control over the release schedule for those upstream projects, and of course there are many project which are more or less dormant and have not made a release in many years. Thanks, Florian