public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
@ 2023-11-25 12:31 ` cvs-commit at gcc dot gnu.org
  2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-25 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:f7df9d7aca6b7978ad4c08ee24267787a805a301

commit r14-5843-gf7df9d7aca6b7978ad4c08ee24267787a805a301
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Nov 25 13:31:22 2023 +0100

    doc: Remove obsolete notes on GCC 4.x on FreeBSD

    FreeBSD 6 and 7 have been end of life for years as have been GCC 4.x
    releases, so no point in detailing specifics of changes around those.

    gcc:

            PR target/69374
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove older
            contents referencing GCC 4.x.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
  2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
@ 2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
  2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-25 13:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:9c26c91b94eb72397a4892b28022070a33636492

commit r14-5844-g9c26c91b94eb72397a4892b28022070a33636492
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Nov 25 14:10:25 2023 +0100

    doc: Complete and sort the list of front ends

    gcc:

            PR other/69374
            * doc/install.texi (Downloading the source): Sort the list of
            front ends and add D, Go, and Modula-2.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
  2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
  2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
@ 2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
  2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-17  1:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:f73a00b735f1c78b8eb09cffae8f5102b99f363f

commit r14-6639-gf73a00b735f1c78b8eb09cffae8f5102b99f363f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Dec 17 09:18:28 2023 +0800

    doc: Remove references to buildstat.html

    gcc:

            PR other/69374
            * doc/install.texi (Installing GCC): Remove reference to
            buildstat.html.
            (Testing): Ditto.
            (Final install): Remove section on submitting information for
            buildstat.html. Adjust the request for feedback.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
@ 2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
  2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-17  7:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:da70c5b17123b7c81155ef03fb4591b71a681344

commit r14-6640-gda70c5b17123b7c81155ef03fb4591b71a681344
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Dec 17 15:13:39 2023 +0800

    install: Streamline the hppa*-hp-hpux* section

    gcc:

            PR target/69374
            * doc/install.texi (Specific) <hppa*-hp-hpux*>: Remove a note on
            GCC 4.3.
            Remove details on how the HP assembler, which we document as not
            working, breaks.
            <hppa*-hp-hpux11>: Note that only the HP linker is supported.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
@ 2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
  2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-18 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:04538248c3ed202fd938f0ceff65ecce3b1786f3

commit r14-6660-g04538248c3ed202fd938f0ceff65ecce3b1786f3
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Mon Dec 18 21:39:22 2023 +0800

    install: Drop hppa*-hp-hpux10, remove old notes on hppa*-hp-hpux11

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <hppa*-hp-hpux10>: Remove section.
            (Specific) <hppa*-hp-hpux11>: Remove references to GCC 2.95 and
            3.0. Also libffi has been ported now.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
@ 2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
  2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-04-28 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb

commit r15-24-g507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Apr 28 14:59:14 2024 +0200

    doc: Remove references to FreeBSD 7 and older

    FreeBSD 7 has been end of life for years and current GCC most likely
    would not build there anymore anyways.

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove references to
            FreeBSD 7 and older.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
  2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:81f7965e63028c1289ae3b1836750da74b01bc4a

commit r15-89-g81f7965e63028c1289ae3b1836750da74b01bc4a
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed May 1 11:18:19 2024 +0200

    doc: Remove old details on libunwind for ia64-*-hpux*

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <ia64-*-hpux*>: Remove details
            on libunwind for GCC 3.4 and earlier.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
  2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01 14:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:0695aba3e987f4bb06c95f29ff90a8a3234e1507

commit r15-90-g0695aba3e987f4bb06c95f29ff90a8a3234e1507
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed May 1 16:23:08 2024 +0200

    doc: FreeBSD no longer has a GNU toolchain in base

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer
            to GCC or binutils in base. Recommend bootstrap using binutils.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01 22:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:ff98aab108a6a4e50a831e7cfc011c2131f8d19c

commit r15-96-gff98aab108a6a4e50a831e7cfc011c2131f8d19c
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Thu May 2 00:45:52 2024 +0200

    doc: Describe limitations re Ada, D, and Go on FreeBSD

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D
            run-time libraries are broken on i386 which also can affect
            64-bit builds. Go is broken.

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:cf43da54f876c4b965feaa5f499483b5f16ed269

commit r14-10195-gcf43da54f876c4b965feaa5f499483b5f16ed269
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Apr 28 14:59:14 2024 +0200

    doc: Remove references to FreeBSD 7 and older

    FreeBSD 7 has been end of life for years and current GCC most likely
    would not build there anymore anyways.

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove references to
            FreeBSD 7 and older.

    (cherry picked from commit 507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb)

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:7939f8823e20c8faed6ce5ac4614c558344a265f

commit r14-10196-g7939f8823e20c8faed6ce5ac4614c558344a265f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:28:27 2024 +0200

    doc: Remove old details on libunwind for ia64-*-hpux*

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <ia64-*-hpux*>: Remove details
            on libunwind for GCC 3.4 and earlier.

    (cherry picked from commit 81f7965e63028c1289ae3b1836750da74b01bc4a)

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:609f9699cd376dbb903d9a6761bdb1165831f796

commit r14-10197-g609f9699cd376dbb903d9a6761bdb1165831f796
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:30:18 2024 +0200

    doc: FreeBSD no longer has a GNU toolchain in base

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer
            to GCC or binutils in base. Recommend bootstrap using binutils.

    (cherry picked from commit 0695aba3e987f4bb06c95f29ff90a8a3234e1507)

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

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:80ccc90be4aee9f87f468e04c5b97d6b9583ae7e

commit r14-10198-g80ccc90be4aee9f87f468e04c5b97d6b9583ae7e
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:31:33 2024 +0200

    doc: Describe limitations re Ada, D, and Go on FreeBSD

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D
            run-time libraries are broken on i386 which also can affect
            64-bit builds. Go is broken.

    (cherry picked from commit ff98aab108a6a4e50a831e7cfc011c2131f8d19c)

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

end of thread, other threads:[~2024-05-12 13:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:32 ` 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).