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