Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Marc Glisse
On Sat, 8 Jun 2019, Jonathan Wakely wrote: You can see which tests failed by looking in the .log files in the testsuite directories, There are .sum files for a quick summary. or by running the contrib/test_summary script. There is also contrib/compare_tests, although running it globally ha

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Jonathan Wakely
On Sat, 8 Jun 2019 at 21:51, Akshat Garg wrote: > > > On Sun, Jun 9, 2019 at 1:57 AM Jonathan Wakely wrote: >> >> On Sat, 8 Jun 2019 at 19:03, Akshat Garg wrote: >> > >> > On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou wrote: >> > >> > > > Makefile:2323: recipe for target 'do-check' failed >> > >

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Akshat Garg
On Sun, Jun 9, 2019 at 1:57 AM Jonathan Wakely wrote: > On Sat, 8 Jun 2019 at 19:03, Akshat Garg wrote: > > > > On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou > wrote: > > > > > > Makefile:2323: recipe for target 'do-check' failed > > > > make: *** [do-check] Error 2 > > > > make: Target 'check'

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Jonathan Wakely
On Sat, 8 Jun 2019 at 19:03, Akshat Garg wrote: > > On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou wrote: > > > > Makefile:2323: recipe for target 'do-check' failed > > > make: *** [do-check] Error 2 > > > make: Target 'check' not remade because of errors. > > > > > > Please, can anyone let me know

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Eric Botcazou
> https://gcc.gnu.org/ml/gcc-testresults/2019-06/msg00810.html > results have been produced or there is something I am not aware of. You need to issue a third command: make mail-report.log -- Eric Botcazou

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Akshat Garg
On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou wrote: > > Makefile:2323: recipe for target 'do-check' failed > > make: *** [do-check] Error 2 > > make: Target 'check' not remade because of errors. > > > > Please, can anyone let me know what am I doing wrong? > > Nothing, this just means that there

Re: Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Eric Botcazou
> Makefile:2323: recipe for target 'do-check' failed > make: *** [do-check] Error 2 > make: Target 'check' not remade because of errors. > > Please, can anyone let me know what am I doing wrong? Nothing, this just means that there are some failures in the testsuite. > Also, when running an input

Testsuite not passing and problem with xgcc executable

2019-06-08 Thread Akshat Garg
Hello all, GCC build details: Using built-in specs. COLLECT_GCC=../build/gcc/xgcc Target: x86_64-pc-linux-gnu Configured with: ../gcc/configure --enable-languages=c,c++ Thread model: posix gcc version 10.0.0 20190607 (experimental) (GCC) I have been trying to run the testsuite using the gcc trun