https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93640
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:0cc575e4d8b68b743e07da02a74733f9b5cb585a commit r10-6559-g0cc575e4d8b68b743e07da02a74733f9b5cb585a Author: Martin Sebor <mse...@redhat.com> Date: Mon Feb 10 10:27:00 2020 -0700 PR c/93640 - The write_only and read_write attributes can be mistyped due to invalid strncmp size argument gcc/c-family/ChangeLog: PR c/93640 * c-attribs.c (handle_access_attribute): Correct off-by-one mistakes. gcc/testsuite/ChangeLog: PR c/93640 * gcc.dg/attr-access.c: New test.