From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29192 invoked by alias); 29 Oct 2018 19:31:51 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29117 invoked by uid 89); 29 Oct 2018 19:31:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-it1-f182.google.com Received: from mail-it1-f182.google.com (HELO mail-it1-f182.google.com) (209.85.166.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Oct 2018 19:31:44 +0000 Received: by mail-it1-f182.google.com with SMTP id i191-v6so10903443iti.5 for ; Mon, 29 Oct 2018 12:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3psybggEedZKutVkgyiDe4WRX8W/cUAOIkBDnpbOyWY=; b=kbHUw1bGUorw7/JS6MR+IL3j+8E8NewpDN1HkstoWmsSqxwwCxJvwt8o8BT6kZiEea pCQMaAZjObgi4oA2ss8js1DeL9HU4KbCZFAezZakt+h8wr98XxDsAnx3Q3xBMI17Kya7 HUZ0CXDv4i5Y6jr131tYZPioUpEnOe/6Y8WEpDcFwVXFgIvKnKqNzw6HfmMtjX60Byif XLK8ZsV6vvax0NnlkNdwSpn5O2xbj+DqcB46IE8USVQxuWsdepxNbOwAKodqXK4Etyco GaHQ/C2uHk5LzeEzrpB7evjLB+uMvIjRLFK8BqyLaK8dmLiz+aPE91tLUODitSrVbmNq uIPA== MIME-Version: 1.0 References: <4392479b-514c-495a-3d5c-15b523b18f97@gmail.com> In-Reply-To: <4392479b-514c-495a-3d5c-15b523b18f97@gmail.com> From: Jonathan Wakely Date: Mon, 29 Oct 2018 19:31:00 -0000 Message-ID: Subject: Re: Tests Failing on x86_64_gnu To: nick Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00134.txt.bz2 On Mon, 29 Oct 2018 at 18:05, nick wrote: > > Greetings, > > I just build,configuring and ran the tests from the upstream gcc git repo like this: > mdkir odbjir > cd obdjir > $PWD/../gcc/configure --prefix=$HOME/GCC-deve > make -j8 > make bootstrapq This is redundant, just saying "make" does the same thing. > make -k check > > Those are the steps from the offical docs unless I am missing a step i.e. does > make install need to be done or not? Done for what? It needs to be done to install the compiler you just built, but not to test it. > Don't know if this a reported issue or not. You haven't said what the issue is, so we can't say.