From patchwork Sat Apr 23 19:57:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 92627 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]) by ozlabs.org (Postfix) with SMTP id B3EC7B6EED for ; Sun, 24 Apr 2011 05:58:13 +1000 (EST) Received: (qmail 15045 invoked by alias); 23 Apr 2011 19:58:11 -0000 Received: (qmail 15032 invoked by uid 22791); 23 Apr 2011 19:58:10 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay03.pair.com (HELO relay03.pair.com) (209.68.5.17) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 23 Apr 2011 19:57:55 +0000 Received: (qmail 78080 invoked from network); 23 Apr 2011 19:57:53 -0000 Received: from 188.118.249.157 (HELO ?192.168.0.130?) (188.118.249.157) by relay03.pair.com with SMTP; 23 Apr 2011 19:57:53 -0000 X-pair-Authenticated: 188.118.249.157 Date: Sat, 23 Apr 2011 21:57:57 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [Ada, doc] Fix link to the Watson/McCabe paper. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes 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 The old link still works (via a redirect to a related page) so I only applied this to mainline. If anyone wants, I can also apply to older branches. Gerald 2011-04-23 Gerald Pfeifer * gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper. Index: gnat_ugn.texi =================================================================== --- gnat_ugn.texi (revision 172621) +++ gnat_ugn.texi (working copy) @@ -14362,7 +14362,7 @@ @noindent The McCabe complexity metrics are defined -in @url{http://www.mccabe.com/pdf/nist235r.pdf} +in @url{http://www.mccabe.com/pdf/mccabe-nist235r.pdf} According to McCabe, both control statements and short-circuit control forms should be taken into account when computing cyclomatic complexity. For each