From patchwork Tue Apr 11 22:40:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 749662 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w2hpY1Sn2z9sNm for ; Wed, 12 Apr 2017 08:40:37 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="S3gtPvM4"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=Ac7e6Xnhu6TOyCTw9kMC0+pBPdH22rR3P8xum0cYktdfowdCdZnSf AlYrpXl8N9ZXpjAB40ne18ZcIapt8cKL1x06jwAi5IsemLc5e3havYdRWSMSn9qU tNF5wZ2y4TZfY5S3qOFplbExMcxfTVLKF4cU9VWA12rD0jr/sj0Mpc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=rpQ5rdHjZEee6I53rA4jHqM3C8o=; b=S3gtPvM4toSAZVQrEupL zffPARjF4qRORzNV3Hys89HkS6apmptIFKG81SHmHwg3OMskqDXk2h+bLP6ME7lI rwqQ2OUlK/O0hqn/8T+FMh56uOXvYrVBZLiPcm5LqqWmG8CfLHQADffUSEWsEIbG kAj6VB+2H2K/CPwsD1zAMSc= Received: (qmail 126348 invoked by alias); 11 Apr 2017 22:40:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 126249 invoked by uid 89); 11 Apr 2017 22:40:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=cite, Hx-languages-length:815, 1276, UD:htm X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Apr 2017 22:40:12 +0000 Received: from [10.160.4.66] (59-100-233-90.syd.static-ipl.aapt.com.au [59.100.233.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 466433F532; Tue, 11 Apr 2017 18:40:11 -0400 (EDT) Date: Wed, 12 Apr 2017 08:40:08 +1000 (AEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [wwwdocs,fortran] Update link to CHKSYS Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This one has been failing for quite a while, and I found http://flibs.sourceforge.net/chksys.html as a potential replacement link. Thoughts? Gerald Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.276 diff -u -r1.276 readings.html --- readings.html 11 Apr 2017 22:30:59 -0000 1.276 +++ readings.html 11 Apr 2017 22:39:10 -0000 @@ -436,7 +436,7 @@ possible to stress the compiler error handling.
  • - Checking + Checking properties of the compiler and the run-time environment by Arjen Markus (source provided).