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

Internal compiler error when dealing with more than 4 classes

rogcar
Beginner
739 Views
Good afternoon

While testing use of more than 4 classes (parent, then 3 extends), I got an internal compiler error. No matter which compiling mode, the error remains. I attached some files that reproduces the internal error. Notice that ifyou remove one of the parent classes (i.e. child1, that could be easily removed from the example), the program works just fine.

Regards,
Roger
0 Kudos
1 Solution
Steven_L_Intel1
Employee
739 Views
Perfect. I can reproduce the problem in 035 and 038 but not 046.

View solution in original post

0 Kudos
3 Replies
Steven_L_Intel1
Employee
739 Views
I can't reproduce this in 11.1.046. Which version are you using? Please attach the buildlog.htm from the failed build, or the output of the command session if using that - be sure to show the ifort command used.
0 Kudos
rogcar
Beginner
739 Views
I can't reproduce this in 11.1.046. Which version are you using? Please attach the buildlog.htm from the failed build, or the output of the command session if using that - be sure to show the ifort command used.

Good afternoon, Steve

I'm using version 035. I didn't notice that until now. Just in case, I'm sending the buildlog as requested.

Thanks for replying
Roger,
0 Kudos
Steven_L_Intel1
Employee
740 Views
Perfect. I can reproduce the problem in 035 and 038 but not 046.
0 Kudos
Reply