public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX
@ 2022-01-31  9:47 rdiezmail-gcc at yahoo dot de
  2023-07-06 15:12 ` [Bug libstdc++/104299] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rdiezmail-gcc at yahoo dot de @ 2022-01-31  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104299
           Summary: Doc: stdio is not the only option in
                    --enable-cstdio=XXX
           Product: gcc
           Version: 11.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rdiezmail-gcc at yahoo dot de
  Target Milestone: ---

File libstdc++-v3/doc/html/manual/configure.html states for
"--enable-cstdio=OPTION":

"At the moment, the only choice is to use 'stdio', a generic "C" abstraction."

That is no longer true. According to this snippet from
libstdc++-v3/acinclude.m4:

AC_DEFUN([GLIBCXX_ENABLE_CSTDIO], [
  AC_MSG_CHECKING([for underlying I/O to use])
  GLIBCXX_ENABLE(cstdio,stdio,[[[=PACKAGE]]],
    [use target-specific I/O package], [permit stdio|stdio_posix|stdio_pure]) 

Options "stdio_posix" and "stdio_pure" are also available.

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

* [Bug libstdc++/104299] Doc: stdio is not the only option in --enable-cstdio=XXX
  2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
@ 2023-07-06 15:12 ` redi at gcc dot gnu.org
  2023-07-06 15:39 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-07-06 15:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=110574
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2023-07-06

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
stdio_posix is a synonym of stdio, but we should document stdio_pure

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

* [Bug libstdc++/104299] Doc: stdio is not the only option in --enable-cstdio=XXX
  2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
  2023-07-06 15:12 ` [Bug libstdc++/104299] " redi at gcc dot gnu.org
@ 2023-07-06 15:39 ` cvs-commit at gcc dot gnu.org
  2023-07-06 15:40 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-06 15:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:94d24f1af684d37b9e1c6ad9b54c98609140eb1f

commit r13-7537-g94d24f1af684d37b9e1c6ad9b54c98609140eb1f
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jul 6 16:25:47 2023 +0100

    libstdc++: Document --enable-cstdio=stdio_pure [PR104299]

    libstdc++-v3/ChangeLog:

            PR libstdc++/104299
            * doc/xml/manual/configure.xml: Describe stdio_pure argument to
            --enable-cstdio.
            * doc/html/manual/configure.html: Regenerate.

    (cherry picked from commit b90a70984a9beee39b41f842b56926f9db2069ca)

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

* [Bug libstdc++/104299] Doc: stdio is not the only option in --enable-cstdio=XXX
  2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
  2023-07-06 15:12 ` [Bug libstdc++/104299] " redi at gcc dot gnu.org
  2023-07-06 15:39 ` cvs-commit at gcc dot gnu.org
@ 2023-07-06 15:40 ` redi at gcc dot gnu.org
  2023-07-06 15:40 ` redi at gcc dot gnu.org
  2023-07-06 15:44 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-07-06 15:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed on trunk and gcc-13 so far.

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

* [Bug libstdc++/104299] Doc: stdio is not the only option in --enable-cstdio=XXX
  2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
                   ` (2 preceding siblings ...)
  2023-07-06 15:40 ` redi at gcc dot gnu.org
@ 2023-07-06 15:40 ` redi at gcc dot gnu.org
  2023-07-06 15:44 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-07-06 15:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.5

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

* [Bug libstdc++/104299] Doc: stdio is not the only option in --enable-cstdio=XXX
  2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
                   ` (3 preceding siblings ...)
  2023-07-06 15:40 ` redi at gcc dot gnu.org
@ 2023-07-06 15:44 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-06 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:67bda4331dc4f548820ed2f3138aa7f64fd4c77d

commit r12-9757-g67bda4331dc4f548820ed2f3138aa7f64fd4c77d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jul 6 16:25:47 2023 +0100

    libstdc++: Document --enable-cstdio=stdio_pure [PR104299]

    libstdc++-v3/ChangeLog:

            PR libstdc++/104299
            * doc/xml/manual/configure.xml: Describe stdio_pure argument to
            --enable-cstdio.
            * doc/html/manual/configure.html: Regenerate.

    (cherry picked from commit b90a70984a9beee39b41f842b56926f9db2069ca)

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

end of thread, other threads:[~2023-07-06 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  9:47 [Bug libstdc++/104299] New: Doc: stdio is not the only option in --enable-cstdio=XXX rdiezmail-gcc at yahoo dot de
2023-07-06 15:12 ` [Bug libstdc++/104299] " redi at gcc dot gnu.org
2023-07-06 15:39 ` cvs-commit at gcc dot gnu.org
2023-07-06 15:40 ` redi at gcc dot gnu.org
2023-07-06 15:40 ` redi at gcc dot gnu.org
2023-07-06 15:44 ` cvs-commit 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).