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/71723] [5/6/7 Regression] [F08] ICE on invalid pointer initialization


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71723

--- Comment #4 from Walter Spector <w6ws at earthlink dot net> ---
As you are surmising, there are actually two problems in the example.  First,
'data' needs the 'target' attribute in order to be pointed to.  Second, 'data'
must either have the 'target' or a 'pointer' attribute, but not both.

Walter

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