public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/106637] New: docs: link to www.bullfreeware.com is dead
@ 2022-08-16  7:58 marxin at gcc dot gnu.org
  2022-08-16 15:24 ` [Bug target/106637] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-16  7:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106637
           Summary: docs: link to www.bullfreeware.com is dead
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: dje at gcc dot gnu.org
  Target Milestone: ---

gcc/doc/install.texi:

@itemize
@item
AIX:
@itemize
@item
@uref{http://www.bullfreeware.com,,Bull's Open Source Software Archive for
for AIX 6 and AIX 7};

Note the web is not working any longer.

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

* [Bug target/106637] docs: link to www.bullfreeware.com is dead
  2022-08-16  7:58 [Bug target/106637] New: docs: link to www.bullfreeware.com is dead marxin at gcc dot gnu.org
@ 2022-08-16 15:24 ` pinskia at gcc dot gnu.org
  2022-08-16 15:29 ` dje at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-08-16 15:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://github.com/power-devops/bullfreeware

Looks like it was closed in May 2022.

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

* [Bug target/106637] docs: link to www.bullfreeware.com is dead
  2022-08-16  7:58 [Bug target/106637] New: docs: link to www.bullfreeware.com is dead marxin at gcc dot gnu.org
  2022-08-16 15:24 ` [Bug target/106637] " pinskia at gcc dot gnu.org
@ 2022-08-16 15:29 ` dje at gcc dot gnu.org
  2022-08-16 16:18 ` cvs-commit at gcc dot gnu.org
  2022-08-16 16:18 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dje at gcc dot gnu.org @ 2022-08-16 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-08-16
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> ---
ATOS / Groupe Bull has discontinued its Freeware offering.  The link should be
removed from the web page.

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

* [Bug target/106637] docs: link to www.bullfreeware.com is dead
  2022-08-16  7:58 [Bug target/106637] New: docs: link to www.bullfreeware.com is dead marxin at gcc dot gnu.org
  2022-08-16 15:24 ` [Bug target/106637] " pinskia at gcc dot gnu.org
  2022-08-16 15:29 ` dje at gcc dot gnu.org
@ 2022-08-16 16:18 ` cvs-commit at gcc dot gnu.org
  2022-08-16 16:18 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-16 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:9580ab573dd59e7eaff768b1e5fc736be8c63d20

commit r13-2080-g9580ab573dd59e7eaff768b1e5fc736be8c63d20
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Aug 16 18:15:55 2022 +0200

    docs: remove link to www.bullfreeware.com from install

    As mentioned at https://gcc.gnu.org/PR106637#c2, the discontinued
    providing binaries.

            PR target/106637

    gcc/ChangeLog:

            * doc/install.texi: Remove link to www.bullfreeware.com

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

* [Bug target/106637] docs: link to www.bullfreeware.com is dead
  2022-08-16  7:58 [Bug target/106637] New: docs: link to www.bullfreeware.com is dead marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-08-16 16:18 ` cvs-commit at gcc dot gnu.org
@ 2022-08-16 16:18 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-16 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2022-08-16 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  7:58 [Bug target/106637] New: docs: link to www.bullfreeware.com is dead marxin at gcc dot gnu.org
2022-08-16 15:24 ` [Bug target/106637] " pinskia at gcc dot gnu.org
2022-08-16 15:29 ` dje at gcc dot gnu.org
2022-08-16 16:18 ` cvs-commit at gcc dot gnu.org
2022-08-16 16:18 ` marxin 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).