From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2572 invoked by alias); 15 Jan 2017 01:24:22 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2536 invoked by uid 89); 15 Jan 2017 01:24:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=PDF, XML, Manuals, GDL X-HELO: mail-yw0-f179.google.com Received: from mail-yw0-f179.google.com (HELO mail-yw0-f179.google.com) (209.85.161.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Jan 2017 01:23:58 +0000 Received: by mail-yw0-f179.google.com with SMTP id w75so51399914ywg.1 for ; Sat, 14 Jan 2017 17:23:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6mNygM334HzvnKqoGfT36WocSFkTQF6tAYJC8YiEyYY=; b=m3SYF68z8TDf1gau+yklVKQ0EpbKso1Px+LbErOVrdwP85BW1l0pRMKe3gp+x2+5LM CalbteCRToyuHhxYbp9BSZ1BUv7grmMMt7S/q9aiYQqGS50ybbE6AV56Snf43xm4SW9G e5WgUDoNZ+z3zVLyENaknclpK8G3zfmlO/m7M4IINz+5VRdDb2+ziMai5+nlQRcIQjnc BOgi/S2Wqg6JAsl3HfUBzgWRLb5IAOwp9UTmpjA1XQxYcXEbTuyBfIRg9XoZp4dpGQ7T YBgI+Bq7JT/EdW/3WDxgQmhInegdG1uHGih+rtwgzINysn/Wu0+IJczXqXlCuFEWSZ3A hIBA== X-Gm-Message-State: AIkVDXIS6bThfcZPNXxOk/inmOnw7xlQ/1Y6Zy+4TcKaNtUt+/9GIneFkuZmk418uvanPBTK4KQIc50euxhT0w== X-Received: by 10.13.249.7 with SMTP id j7mr20684921ywf.279.1484443436988; Sat, 14 Jan 2017 17:23:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.178.13 with HTTP; Sat, 14 Jan 2017 17:23:56 -0800 (PST) In-Reply-To: <20170114132112.2f68ba96@h4xX0r-r3b0rn> References: <20170114132112.2f68ba96@h4xX0r-r3b0rn> From: Jonathan Wakely Date: Sun, 15 Jan 2017 01:24:00 -0000 Message-ID: Subject: Re: Broken links for 4.9.4 manuals To: Unknown Cc: "gcc@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00118.txt.bz2 On 14 January 2017 at 12:21, Unknown wrote: > Hi! > > I found the official GCC page for manuals[1]. > But unfortunately, the libstdc++ docs for my compiler version (4.9.4) > cannot be accessed due to broken links on the webpage. > > These are the ones that do not work presently: > > GCC-4.9.4 Manuals > - GCC 4.9.4 Standard C++ Library Manual (also in PDF or XML or > an HTML tarball) > - GCC 4.9.4 Standard C++ Library Reference > Manual (also in PDF or XML GPL or XML GDL or an HTML tarball > > Please note that none of the PDF/XML/Tarball/others work. > > Could someone fix them up? Yes, I can do that. In the meanwhile you can use the (almost identical) docs for 4.9.3 instead, by manually changing the URLs from 4.9.4 to 4.9.3 e.g. https://gcc.gnu.org/onlinedocs/gcc-4.9.3/libstdc++/manual/ Thanks for pointing it out.