Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Private fields attribute (again)

butette
Beginner
398 Views

ifort -v

Version 12.0.3

ifort x.F90

x.F90(38): error #6292: The parent type of this field is use associated with the PRIVATE fields attribute

print*, john%a

---------------^

compilation aborted for x.F90 (code 1)

According to thread

this issue should have been fixed in the 12.0 compiler ??? However I am running ifort version 12.0.3
fromics-2011.0.013/composerxe-2011.3.174 and I still cannot compile the example in the previous thread.
I am having the exact problem as described, but a little more complicated so removing the private
declaration in the child module is not an option for me... is there a compiler version that really fix this problem ?
Thanks.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
398 Views
You are correct - the bug is not fixed. The issue ID is DPD200168299.
0 Kudos
Steven_L_Intel1
Employee
398 Views
This has been fixed for a release later this year.
0 Kudos
Reply