Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

String allocation

gib
New Contributor II
569 Views

This statement:

character(len=:), allocatable :: buffer


gives a compile error with my version of IVF (11.075).  When did this become possible?

0 Kudos
2 Replies
andrew_4619
Honored Contributor III
569 Views

That is F2003 I think, it was one of the first F2003 features in Ifort if my recall is correct. You would need to hunt around release notes to find the version but maybe around V14????

0 Kudos
gib
New Contributor II
569 Views

Thanks Andrew.

0 Kudos
Reply