Quantcast
Viewing latest article 2
Browse Latest Browse All 27

Internal compiler error when array constructor value is a procedure

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


Viewing latest article 2
Browse Latest Browse All 27

Trending Articles