public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/59184] New: Broken links
@ 2013-11-19  3:14 pbl.ltx at gmail dot com
  2013-11-19  4:54 ` [Bug web/59184] " manu at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pbl.ltx at gmail dot com @ 2013-11-19  3:14 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug web/59184] Broken links
  2013-11-19  3:14 [Bug web/59184] New: Broken links pbl.ltx at gmail dot com
@ 2013-11-19  4:54 ` manu at gcc dot gnu.org
  2013-11-19 22:22 ` pbl.ltx at gmail dot com
  2013-11-19 22:47 ` manu at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: manu at gcc dot gnu.org @ 2013-11-19  4:54 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 5824 bytes --]

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-19
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
1) and 2) should be perhaps: http://gcc.gnu.org/onlinedocs/gccint/GENERIC.html
3) should be perhaps:
https://developer.apple.com/library/mac/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html

For the above, you can submit patches against the webpage sources: 

http://gcc.gnu.org/contribute.html#webchanges


4) is not a invalid link but the document is missing in the hope that someday
it will get written (not likely to happen soon...)
>From gcc-bugs-return-434958-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 19 05:21:01 2013
Return-Path: <gcc-bugs-return-434958-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10803 invoked by alias); 19 Nov 2013 05:21:00 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 10781 invoked by uid 48); 19 Nov 2013 05:20:56 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/58961] missing "<variable> may be used uninitialized in this function"
Date: Tue, 19 Nov 2013 05:21:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.7.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: manu at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-58961-4-8YLQsmDNq6@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58961-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58961-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-11/txt/msg01735.txt.bz2
Content-length: 818

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |manu at gcc dot gnu.org
         Resolution|---                         |WONTFIX

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
I would close it as WONTFIX but simply because I think this testcase is not
specially useful. First, this bug report is already covered by other reports
from PR24639 (several may apply in this case). Also, the optimizers may simply
remove "a" because it is not doing anything useful.
>From gcc-bugs-return-434959-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 19 05:31:17 2013
Return-Path: <gcc-bugs-return-434959-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 16974 invoked by alias); 19 Nov 2013 05:31:17 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 16963 invoked by uid 48); 19 Nov 2013 05:31:13 -0000
From: "pshimizu at fa2 dot so-net.ne.jp" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/59172] pdp11-aout makes a wrong code at the epilogue
Date: Tue, 19 Nov 2013 05:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 4.8.2
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: major
X-Bugzilla-Who: pshimizu at fa2 dot so-net.ne.jp
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-59172-4-TfE3QOhm0D@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59172-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59172-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-11/txt/msg01736.txt.bz2
Content-length: 346

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY172

--- Comment #1 from Naohiko Shimizu <pshimizu at fa2 dot so-net.ne.jp> ---
Created attachment 31244
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1244&actioníit
To make epilogue calculate sp apply this patch.

This patch works if the saved register is recovered with mov instructions.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug web/59184] Broken links
  2013-11-19  3:14 [Bug web/59184] New: Broken links pbl.ltx at gmail dot com
  2013-11-19  4:54 ` [Bug web/59184] " manu at gcc dot gnu.org
@ 2013-11-19 22:22 ` pbl.ltx at gmail dot com
  2013-11-19 22:47 ` manu at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pbl.ltx at gmail dot com @ 2013-11-19 22:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Philippe Baril Lecavalier <pbl.ltx at gmail dot com> ---
(In reply to Manuel López-Ibáñez from comment #1)

Thanks for the suggestions, which I will apply. I have to admit that this is my
first time with cvs, so I'm taking notes here. I just want to check with you if
I got the correct workflow:

1. cvs checkout (anonymous, since no username)
2. go modify those three files
3. cvs diff -u projects/beginner.html projects/documentation.html readings.html
> broken_links_patch.diff 
4. cvs commit?

Questions:
a) Is there some preferable location where to write the patch? (in this case,
I've put it in "wwwdocs/htdocs")

b) Where do I write a brief description of what this is about, list modified
files and bug# in bugzilla?

c) Can I commit when I only have anonymous access? Do I have to set some
configuration file with my email in order to commit? (since it is sent to the
mailing list, I guess something would request an email). Or do I send the patch
to a mailing list?
>From gcc-bugs-return-435125-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 19 22:23:32 2013
Return-Path: <gcc-bugs-return-435125-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 6250 invoked by alias); 19 Nov 2013 22:23:32 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4605 invoked by uid 48); 19 Nov 2013 22:22:56 -0000
From: "law at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/58455] spurious "may be used uninitialized" warning with -Og
Date: Tue, 19 Nov 2013 22:23:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: law at redhat dot com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-58455-4-a9QOd1YnTY@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58455-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58455-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-11/txt/msg01902.txt.bz2
Content-length: 604

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX455

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #8 from Jeffrey A. Law <law at redhat dot com> ---
-Og throttles the jump threading optimization which is necessary to properly
analyze this testcase.  Issue tracked as BZ 42145.

*** This bug has been marked as a duplicate of bug 42145 ***


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug web/59184] Broken links
  2013-11-19  3:14 [Bug web/59184] New: Broken links pbl.ltx at gmail dot com
  2013-11-19  4:54 ` [Bug web/59184] " manu at gcc dot gnu.org
  2013-11-19 22:22 ` pbl.ltx at gmail dot com
@ 2013-11-19 22:47 ` manu at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: manu at gcc dot gnu.org @ 2013-11-19 22:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Philippe Baril Lecavalier from comment #2)
> (In reply to Manuel López-Ibáñez from comment #1)
> 
> Thanks for the suggestions, which I will apply. I have to admit that this is
> my first time with cvs, so I'm taking notes here. I just want to check with
> you if I got the correct workflow:
> 
> 1. cvs checkout (anonymous, since no username)
> 2. go modify those three files
> 3. cvs diff -u projects/beginner.html projects/documentation.html
> readings.html > broken_links_patch.diff 

Write to gcc-patches@gcc.gnu.org and attach the patch. Add [wwwdocs] to the
subject and CC gerald@pfeifer.com. Say that you don't have commit access. It
may take a few days for him to reply.
>From gcc-bugs-return-435133-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 19 22:54:34 2013
Return-Path: <gcc-bugs-return-435133-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8946 invoked by alias); 19 Nov 2013 22:54:32 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 7988 invoked by uid 55); 19 Nov 2013 22:53:09 -0000
From: "jamborm at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/59099] [4.9 Regression] Erroneous register allocation on 32-bit x86 using regparm
Date: Tue, 19 Nov 2013 22:54:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: rtl-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jamborm at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-59099-4-syddeu2Q1D@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59099-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59099-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-11/txt/msg01910.txt.bz2
Content-length: 759

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY099

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Tue Nov 19 22:53:06 2013
New Revision: 205061

URL: http://gcc.gnu.org/viewcvs?rev 5061&root=gcc&view=rev
Log:
2013-11-19  Martin Jambor  <mjambor@suse.cz>

    PR rtl-optimization/59099
    * ira.c (find_moveable_pseudos): Put back various analyses from ira()
    here.
    (ira): Move init_reg_equiv and call to
    split_live_ranges_for_shrink_wrap up, remove analyses around call
    to find_moveable_pseudos.

testsuite/
    * gcc.target/i386/pr59099.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr59099.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira.c
    trunk/gcc/testsuite/ChangeLog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-19 22:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19  3:14 [Bug web/59184] New: Broken links pbl.ltx at gmail dot com
2013-11-19  4:54 ` [Bug web/59184] " manu at gcc dot gnu.org
2013-11-19 22:22 ` pbl.ltx at gmail dot com
2013-11-19 22:47 ` manu at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).