using:
ifort (IFORT) 12.0.0 20101006
In this test case, I create a linked list of 4 elements with polimorphic objects, and when I traverse it, it only prints 3 of them.
using an alternate advance instruction, it shows all 4 objects, but it should work in both cases.
the output is:
---
35082336 0 0
35082496 0 0
35082656 0 0
---
35082336 0 0
35082496 0 0
35082656 0 0
35082816 0 0
---
that has 3 + 4 lines, but it should have 4 + 4 lines. the exact numbers shown may differ.
this is the attachment:
http://software.intel.com/file/32517


