Hi all
With the following program, I get the message:
(anon) : (f: 0x0000) size 0 : Unknown type (0)
(anon) : (f: 0x0000) size 0 : Unknown type (0)
Minimal program to get this behavior:
program bug
integer :: a=3
print *,btest(a,1)
end program
Note that with btest(a,0), I get no message. In both cases the program compiles and run (apparently) correctly.
This happens with af90 on Windows, using Absoft 18.0.2 or Absoft 19.0.0 (I didn't check with an older version).