https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896
--- Comment #27 from qinzhao at gcc dot gnu.org --- (In reply to Siddhesh Poyarekar from comment #22) > This really should have been the way __access__ was implemented, but we tied > that attribute to only functions. Would it be a terrible idea to make > __element_count__ more general purpose so that it ends up deprecating > __access__? I feel that __access__ and __element_count_ have some overlapping, but serve different purposes, might not be good to merge them?