Re: [Patch, Fortran] Component declarations overwrite types of Cray Pointee variables

2014-09-03 Thread Tobias Burnus
Fritz Reese wrote: The typespecs for Cray pointees are overwritten by the typespecs of components with the same name which are declared later. Here is a proposed patch from 4.8.3 (test case comments/ChangeLog descriptions are updated from the submission on bugzilla). The test case demonstrates

[Patch, Fortran] Component declarations overwrite types of Cray Pointee variables

2014-09-02 Thread Fritz Reese
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62174 The typespecs for Cray pointees are overwritten by the typespecs of components with the same name which are declared later. This problem was introduced with Cray pointer support in 4.1.0 and is confirmed up through trunk (5.0). Here is a