Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-16 Thread Gerald Pfeifer
On Sat, 16 Nov 2019, Hans-Peter Nilsson wrote:
> Ping.  I personally would prefer it being on gcc.gnu.org but
> will arrange for an alternative, if that for some reason would
> be inappropriate.  FWIW, the PDF weighs in at a whopping 474174
> bytes.

I was first thinking where to upload it on ftp://gcc.gnu.org, but
there doesn't appear to be an ideal place there (and do we want/
need this to be mirrored)?

How about if you upload it to the Wiki and we use that link?

Gerald


Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-16 Thread Hans-Peter Nilsson
Ping.  I personally would prefer it being on gcc.gnu.org but
will arrange for an alternative, if that for some reason would
be inappropriate.  FWIW, the PDF weighs in at a whopping 474174
bytes.

> From: Hans-Peter Nilsson 
> Date: Mon, 11 Nov 2019 13:10:41 +0100
> 
> > From: Gerald Pfeifer 
> > Date: Sun, 10 Nov 2019 14:53:23 +0100
> 
> > Hi H-P,
> > 
> > it appears this download is gone. Do you have an alternate location?
> 
> Wha...?  No, not at the moment.
> 
> >http://ftp.axis.se/pub/users/hp/pgccfd/;>
> 
> While I could certainly enter a ticket and hope to get it
> reinstated that way, I guess it's time to just take the hint.
> 
> Can it be hosted on gcc.gnu.org?  From my point of view, that
> seems appropriate.
> 
> brgds, H-P
> 


Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-11 Thread Hans-Peter Nilsson
> From: Gerald Pfeifer 
> Date: Sun, 10 Nov 2019 14:53:23 +0100

> Hi H-P,
> 
> it appears this download is gone. Do you have an alternate location?

Wha...?  No, not at the moment.

>http://ftp.axis.se/pub/users/hp/pgccfd/;>

While I could certainly enter a ticket and hope to get it
reinstated that way, I guess it's time to just take the hint.

Can it be hosted on gcc.gnu.org?  From my point of view, that
seems appropriate.

brgds, H-P


Re: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-10 Thread David Malcolm
On Sun, 2019-11-10 at 14:53 +0100, Gerald Pfeifer wrote:
> Hi H-P,
> 
> it appears this download is gone. Do you have an alternate location?
> 
> For now I applied the patch below which disables that link in 
> readings.html.
> 
> Gerald

FWIW archive.org seems to have a copy here:

https://web.archive.org/web/20190214220423/http://ftp.axis.se/pub/users/hp/pgccfd/pgccfd.pdf





[wwwdocs] readings.html - "Porting GCC for Dunces" is gone

2019-11-10 Thread Gerald Pfeifer
Hi H-P,

it appears this download is gone. Do you have an alternate location?

For now I applied the patch below which disables that link in 
readings.html.

Gerald

- Log -
commit c5f63c81361196993ea4fdbc3e77c1f2a35a6e15
Author: Gerald Pfeifer 
Date:   Sun Nov 10 14:41:36 2019 +0100

Disable "Porting GCC for Dunces" which is gone (or moved).

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 03010f0..e95760a 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -29,10 +29,10 @@
   http://www.pspace.org/a/thesis/;>Compilation
   of Functional Programming Languages using GCC -- Tail Calls
   by Andreas Bauer.
-   
+
   http://cobolforgcc.sourceforge.net/cobol_toc.html;>Using,
   Maintaining and Enhancing COBOL for the GNU Compiler Collection (GCC)
   by Joachim Nadler and Tim Josling