public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libffi/67801] New: error in libffi documentation
@ 2015-10-01 17:06 tromey at gcc dot gnu.org
  2015-10-01 17:53 ` [Bug libffi/67801] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at gcc dot gnu.org @ 2015-10-01 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67801
           Summary: error in libffi documentation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: libffi
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

In the libffi docs, node "The Basics", I see:

 -- Function: ffi_status ffi_prep_cif_var (ffi_cif *CIF, ffi_abi varabi,
          unsigned int NFIXEDARGS, unsigned int varntotalargs, ffi_type
          *RTYPE, ffi_type **ARGTYPES)

I think that "varntotalargs" is a misspelling of @var{ntotalargs}.
The source says:

@defun ffi_status ffi_prep_cif_var (ffi_cif *@var{cif}, ffi_abi var{abi},
unsigned int @var{nfixedargs}, unsigned int var{ntotalargs}, ffi_type
*@var{rtype}, ffi_type **@var{argtypes})

So it is just missing the "@".


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

* [Bug libffi/67801] error in libffi documentation
  2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
@ 2015-10-01 17:53 ` pinskia at gcc dot gnu.org
  2021-09-15  9:19 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-10-01 17:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Also varabi too.  that is "var{abi}".


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

* [Bug libffi/67801] error in libffi documentation
  2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
  2015-10-01 17:53 ` [Bug libffi/67801] " pinskia at gcc dot gnu.org
@ 2021-09-15  9:19 ` pinskia at gcc dot gnu.org
  2021-09-15  9:21 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-15  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Keywords|                            |documentation
   Last reconfirmed|                            |2021-09-15

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
fixed upstream with commit 36f3fb91.

But not merged to the GCC's sources yet.

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

* [Bug libffi/67801] error in libffi documentation
  2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
  2015-10-01 17:53 ` [Bug libffi/67801] " pinskia at gcc dot gnu.org
  2021-09-15  9:19 ` pinskia at gcc dot gnu.org
@ 2021-09-15  9:21 ` pinskia at gcc dot gnu.org
  2023-07-05 16:19 ` tromey at gcc dot gnu.org
  2023-07-05 23:23 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-15  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> fixed upstream with commit 36f3fb91.

https://github.com/libffi/libffi/commit/36f3fb91

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

* [Bug libffi/67801] error in libffi documentation
  2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-09-15  9:21 ` pinskia at gcc dot gnu.org
@ 2023-07-05 16:19 ` tromey at gcc dot gnu.org
  2023-07-05 23:23 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu.org @ 2023-07-05 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Tom Tromey <tromey at gcc dot gnu.org> ---
This was fixed by

commit 92456a4e5658e138e2cea79e390e3306b07685b0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Aug 31 07:14:47 2021 -0700

    libffi: Sync with libffi 3.4.2

    Merged commit: f9ea41683444ebe11cfa45b05223899764df28fb

I'm not sure when it's ok to close a GCC bug, so I'm leaving this open.

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

* [Bug libffi/67801] error in libffi documentation
  2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-07-05 16:19 ` tromey at gcc dot gnu.org
@ 2023-07-05 23:23 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-05 23:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |12.0
         Resolution|---                         |FIXED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
r12-4564-g92456a4e5658e138e2cea79e390e3306b07685b0

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

end of thread, other threads:[~2023-07-05 23:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 17:06 [Bug libffi/67801] New: error in libffi documentation tromey at gcc dot gnu.org
2015-10-01 17:53 ` [Bug libffi/67801] " pinskia at gcc dot gnu.org
2021-09-15  9:19 ` pinskia at gcc dot gnu.org
2021-09-15  9:21 ` pinskia at gcc dot gnu.org
2023-07-05 16:19 ` tromey at gcc dot gnu.org
2023-07-05 23:23 ` pinskia 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).