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
```
  • [Bug target/112973] New: Documen... pinskia at gcc dot gnu.org via Gcc-bugs

Reply via email to