http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59184

            Bug ID: 59184
           Summary: Broken links
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pbl.ltx at gmail dot com

Greetings,

Here are a few broken links that I have spotted on the gcc web site.

Below is the url followed by the line number in source and the involved code
where the culprit is located:

1)
http://gcc.gnu.org/projects/beginner.html:64

    It may help to understand the higher-level <code>tree</code> structure as
    well.  Unfortunately, for this we only have an <a
    href="http://gcc.gnu.org/onlinedocs/gccint/Trees.html";>incomplete, C/C++
specific manual</a>.</p>

Result: "Not found"

2)
http://gcc.gnu.org/projects/documentation.html:83

    <p>Fully document the interface of front ends to GCC, that is, the
    <code>tree</code>, <code>cgraph</code>, and <code>langhooks</code>
    interfaces, and the various functions, data structures, etc., that
    a front end must or may provide.</p>

    <p>We've got quite a bit of this but it is scattered all over the
    place.  It belongs in the official manual.  There is a <a
    href="http://gcc.gnu.org/onlinedocs/gccint/Trees.html";>C/C++ specific
manual</a>,
    which is incomplete, though.

Result: Same as above. It's also pointing to the same document.

3)
http://gcc.gnu.org/readings.html:435

  <li><a
href="http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/";>
      Objective-C Language Description</a> (Apple Computer)</li>

Result: Not valid, redirected. Does not point anymore to the relevant resource.

4)
http://gcc.gnu.org/wiki/WritingANewFrontEnd

Issue: The first entry on the list, which is "A GCC sample Frontend", returns
"Not found".

Godspeed.

Reply via email to