On 2018-10-29 4:44 p.m., Jonathan Wakely wrote: > Please reply to the mailing list, not just to me. > > Sorry thought it was sent to the list. Nick > On Mon, 29 Oct 2018 at 20:14, nick <xerofoify@xxxxxxxxx> wrote: >> >> >> >> On 2018-10-29 3:31 p.m., Jonathan Wakely wrote: >>> 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. >>> >> Jonathan, >> The issues is after the above commands including make -k check it fails the tests on >> on a Ubuntu 18.04, x86_64_gnu based system for the mainline git repo. I tried it >> clean with the above steps and it fails including reporting a few unexpected failures. >> Those steps above are the steps I ran in order to build and test it on a clean gcc without >> anything else and it fails. I will run the tests again just to see if something is using too much >> memory and making it fail as that may be the case but I doubt it. >> >> Sorry for the confusion, >> Nick