blob: f5b89c8bab8cf215e10a3981bfbeeda6d9b9c92a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gcc/doc/extend.texi.orig 2022-04-21 07:58:53 UTC
+++ gcc/doc/extend.texi
@@ -2487,7 +2487,7 @@ The following attributes are supported on most targets
@table @code
@c Keep this table alphabetized by attribute name. Treat _ as space.
-@itemx access (@var{access-mode}, @var{ref-index})
+@item access (@var{access-mode}, @var{ref-index})
@itemx access (@var{access-mode}, @var{ref-index}, @var{size-index})
The @code{access} attribute enables the detection of invalid or unsafe
|