Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_var fails in master #188

Closed
certik opened this issue May 16, 2020 · 6 comments
Closed

test_var fails in master #188

certik opened this issue May 16, 2020 · 6 comments
Labels
bug Something isn't working compiler: gfortran Specific to GCC Fortran compiler

Comments

@certik
Copy link
Member

certik commented May 16, 2020

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
@jvdp1
Copy link
Member

jvdp1 commented May 16, 2020

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?

@certik
Copy link
Member Author

certik commented May 16, 2020

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.

@jvdp1
Copy link
Member

jvdp1 commented May 16, 2020

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

@milancurcic
Copy link
Member

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.

@jvdp1
Copy link
Member

jvdp1 commented May 23, 2020

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?

@awvwgk awvwgk added compiler: gfortran Specific to GCC Fortran compiler bug Something isn't working labels Sep 18, 2021
@awvwgk
Copy link
Member

awvwgk commented Sep 18, 2021

Closing since we dropped support for GCC 7

@awvwgk awvwgk closed this as completed Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler: gfortran Specific to GCC Fortran compiler
Projects
None yet
Development

No branches or pull requests

4 participants