On Mon, 29 Oct 2018 at 18:05, nick <xerofoify@xxxxxxxxx> 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.