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 82C803858D20 for ; Wed, 9 Nov 2022 22:12:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 82C803858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668031928; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YvPti3NOyUhhDEIwW7WCkV91IyshCQddVS5t0/kmr8U=; b=bhGLCaSnzbmbYoQxXe1YpewJ3eVEa8wfhKlau358Q0oC6v12YWphlo3d/VwjtfFdU5Fr27 wmVbOaH9POXSq7CyjU/uH9QGzHQPjyJxzEbWqlnDq90ZJJHIufNWwwZOtm7r7XtOsj5W4b Xu1ANwnnOSeFYOYibMowqk/q35MzD7U= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-44-5l3F4o9mNdOkvFng3vRmAA-1; Wed, 09 Nov 2022 17:12:07 -0500 X-MC-Unique: 5l3F4o9mNdOkvFng3vRmAA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C4E56804187 for ; Wed, 9 Nov 2022 22:12:06 +0000 (UTC) Received: from localhost (unknown [10.33.36.199]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8ACD640C6EC3; Wed, 9 Nov 2022 22:12:06 +0000 (UTC) From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [PATCH v2] doc: Remove outdated reference to "core" and front-end downloads Date: Wed, 9 Nov 2022 22:12:05 +0000 Message-Id: <20221109221205.61966-1-jwakely@redhat.com> In-Reply-To: <20221101135941.444266-1-jwakely@redhat.com> References: <20221101135941.444266-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP 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: Patch rebased on the new doc format. I haven't tested building the docs this way, but this is just plain text here. OK for trunk? -- >8 -- gcc/ChangeLog: * doc/install/testing.rst: Remove anachronism about separate source tarballs. --- gcc/doc/install/testing.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/doc/install/testing.rst b/gcc/doc/install/testing.rst index 4ae17688440..58d93cc4378 100644 --- a/gcc/doc/install/testing.rst +++ b/gcc/doc/install/testing.rst @@ -22,9 +22,7 @@ but it can give you confidence in your new GCC installation or point out problems before you install and start using your new GCC. First, you must have :ref:`downloaded the testsuites `. -These are part of the full distribution, but if you downloaded the -'core' compiler plus any front ends, you must download the testsuites -separately. +These are included in the source tarball. Second, you must have the testing tools installed. This includes `DejaGnu `_, Tcl, and Expect; -- 2.38.1