------- Comment #3 from dominiq at lps dot ens dot fr 2007-12-01 21:21 ------- Subject: Re: misprinting of derived types
> I get the same results with Sun F95 and Ifort So do g95 and Portland Group Fortran. And I think I understand now that it is not a bug. What is printed is pts(1)%x, pts(1)%y, pts(2)%x, ... and not as I thought pts(1)%x, pts(2)%x, ... . If anyone can confirm this, the PR can be closed as invalid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34306