public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112973] New: Documentation for __builtin_preserve_access_index is not wrapped in extend.texi
@ 2023-12-11 22:35 pinskia at gcc dot gnu.org
  2023-12-17 21:26 ` [Bug target/112973] " egallager at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-12-11 22:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112973
           Summary: Documentation for __builtin_preserve_access_index is
                    not wrapped in extend.texi
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: documentation, internal-improvement
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: bpf

This is not wrapped to around 80 characters unlike the rest of the document:
```
@defbuiltin{{void *} __builtin_preserve_access_index (@var{expr})}
BPF Compile Once-Run Everywhere (CO-RE) support. Instruct GCC to generate CO-RE
relocation records for any accesses to aggregate data structures (struct,
union, array types) in @var{expr}. This builtin is otherwise transparent, the
return value is whatever @var{expr} evaluates to. It is also overloaded:
@var{expr} may be of any type (not necessarily a pointer), the return type is
the same. Has no effect if @code{-mco-re} is not in effect (either specified or
implied).
@enddefbuiltin
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-17  2:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 22:35 [Bug target/112973] New: Documentation for __builtin_preserve_access_index is not wrapped in extend.texi pinskia at gcc dot gnu.org
2023-12-17 21:26 ` [Bug target/112973] " egallager at gcc dot gnu.org
2024-01-17  2:34 ` cvs-commit at gcc dot gnu.org
2024-01-17  2:40 ` sandra at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).