This is the mail archive of the gcc-patches@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]

Re: [PATCH, gfortran] Re: Cray Pointers


At 4:01 AM +0100 8/12/05, Paul Brook wrote:
Have you tested cray pointers and pointees in modules?
If this is hard to implement it may be acceptable to simply prohibit mixing
cray pointers and modules.

I just wrote a short test of pointees in modules, and it revealed a bug in my implementation. (I was bailing out too early in gfc_create_module_variable; it's fixed in the newest patch.) They seem to work fine now, though I don't yet have any "real" code that uses cray pointers and pointers in modules.


-Asher


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