-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
bugSomething isn't workingSomething isn't working

Description
Describe the issue
Command gnumake -f Makefile.manual FYPPFLAGS=-DMAXRANK=4 test
on Windows with GCC-11.1.0 x64, ends with
./test_linspace
Made it through first round of tests
At line 111 of file test_linspace.f90
Fortran runtime error: Allocatable argument 'x' is not allocated
With GCC-10.3.0 x64, it works:
./test_linspace
Made it through first round of tests
./test_logspace
gnumake[2]: Leaving directory 'C:/fortran/stdlib/src/tests/math'
gnumake[1]: Leaving directory 'C:/fortran/stdlib/src/tests'
All tests passed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working