[Bug fortran/71723] [5/6/7 Regression] [F08] ICE on invalid pointer initialization
w6ws at earthlink dot net
gcc-bugzilla@gcc.gnu.org
Mon Nov 7 23:42:00 GMT 2016
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
More information about the Gcc-bugs
mailing list