Stdlib: test_var fails in master

Created on 16 May 2020  路  5Comments  路  Source: fortran-lang/stdlib

On my computer, Ubuntu 18.04, the test_var test fails in master:

 1/20 Test #17: var ..............................***Failed    0.01 sec
At line 60 of file test_var.f90
Fortran runtime error: Array bound mismatch for dimension 1 of array 's' (281470681751419/4)

Error termination. Backtrace:
#0  0x7f9b1b0b62ed in ???
#1  0x7f9b1b0b6ed5 in ???
#2  0x7f9b1b0b72a7 in ???
#3  0x55b929a32134 in test_var
    at /home/ondrej/repos/stdlib/src/tests/stats/test_var.f90:60
#4  0x55b929a711b9 in main
    at /home/ondrej/repos/stdlib/src/tests/stats/test_var.f90:2

Most helpful comment

Did we agree that we will not support version 7? I am fine with that, I just need to upgrade.

Yes, it was the conclusion I got from #171

All 5 comments

It seems to be the same issue as in #171 with the bug reported here for Gfortran 7:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94585

Which compiler/version did you use?

Yes, I use GFortran 7.5.0.

Did we agree that we will not support version 7? I am fine with that, I just need to upgrade.

Did we agree that we will not support version 7? I am fine with that, I just need to upgrade.

Yes, it was the conclusion I got from #171

Now that at least 2 people stepped on this, it'd be useful that we add a note to the README.md about what compiler versions are supported.

it'd be useful that we add a note to the README.md about what compiler versions are supported.

Should we add a section called "Supported compilers", or "Tested compilers" where we would report all the compilers we tested and if they are compatible with stdlib or not?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

masuday picture masuday  路  5Comments

waynelapierre picture waynelapierre  路  8Comments

zbeekman picture zbeekman  路  4Comments

MuellerSeb picture MuellerSeb  路  5Comments

vmagnin picture vmagnin  路  10Comments