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
> 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
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
> 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
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
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'
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
>> > >
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
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
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
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
11 matches
Mail list logo