This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34306] misprinting of derived types



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]