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

Xi Ruoyao <xry111 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=32539

--- Comment #9 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
The use of access attribute seems problematic: it requires the pointer to point
to an valid object, but that's not always true for mlock.

It's likely we'll just revert the Glibc commit adding the access attribute. 
Maybe we'll need another attribute to mark a void * as a plain address which
might be not a pointer to an real-exist object.

Reply via email to