Hello,
I have attached a small example that triggers an internal compiler error. It is caused by a statement on the form
r = (/v%x, v%y, v%z/)
where x, y, z are type bound procedures, see line number 45. The correct statement is
r = (/v%x(), v%y(), v%z()/)
This is with intel fortran version 14.0.0 (64 bit) on openSUSE 12.3
Best regards,
Øystein