You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then there is an internal compiler error that I haven't figured out yet what causes it:
[ 73%] Building Fortran object src/tests/io/CMakeFiles/test_open.dir/test_open.f90.o
PGF90-F-0000-Internal compiler error. interf:new_symbol, symbol not found 629 (/users/certik/repos/stdlib/src/tests/io/test_open.f90: 4)
PGF90/x86-64 Linux 18.10-0: compilation aborted
I am using PGI 18.10 and the latest master (f300f4a):
error stopandstderr:It does not support
qpand it can't even declarereal(qp)(it says "kind must be positive", but it is negative becauseqpis not supported). So one has to remove allqpcode. How to implement same procedures for different numeric kinds #35 will fix this.Then there is an internal compiler error that I haven't figured out yet what causes it: