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

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

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
> 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 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 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 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 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

gcc-9-20190608 is now available

2019-06-08 Thread gccadmin
Snapshot gcc-9-20190608 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20190608/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-9

Re: About GSOC.

2019-06-08 Thread Tejas Joshi
Hello. I have created another patch which addresses the above points, attached herewith. > a conditional with < not <=; if REAL_EXP (r) == SIGNIFICAND_BITS, the > least significant bit has value 1 and the number must be an integer). The number is integer because of the whole word spaces is occupi

Re: Committing patches and other conventions (Was: Re: About GSOC)

2019-06-08 Thread Tejas Joshi
Thank you for this mail. As soon as the implementation of roundeven is approved, I will do the documentation in ChangeLogs wherever necessary and the testing part. Will also make changes where my code does not match the GCC coding conventions and will try to follow it further. Thanks. -Tejas On T