Skip to content

Allocatable argument 'x' is not allocated #472

@ghost

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions