On 4/6/20 10:55 AM, Jakub Jelinek wrote:
On Mon, Apr 06, 2020 at 10:46:34AM +0200, Martin Liška wrote:
On 4/6/20 10:37 AM, Jakub Jelinek wrote:
On Mon, Apr 06, 2020 at 10:09:24AM +0200, Martin Liška wrote:
On 4/6/20 1:57 AM, Frank Ch. Eigler wrote:
Hi -

Courtesy of a lovely httpd RewriteMap-basd hack courtesy of Martin, we
have all the svn r##### redirects working, and faster than before.

Great. Thank you application of the RewriteMap!

E.g. https://gcc.gnu.org/r105377 or https://gcc.gnu.org/r12345
don't work.

These look not valid by svn-rev:

$ git svn-rev 105377 | wc -l
0
$ git svn-rev 12345 | wc -l
0

Dunno about the latter, but the former then looks like a repo conversion
bug:
https://gcc.gnu.org/legacy-ml/gcc-cvs/2005-10/msg01053.html
(that is the first commit to svn after cvs conversion).

I hope we can live with that one missing :) The date of the commit seems 
suspicious:

commit d3e5a995ec5ceb2c474dd52b9d8558265187829a
Author: Daniel Berlin <dber...@gcc.gnu.org>
Date:   Fri Oct 28 13:21:13 2005 +0000

    SVN was not moved to SVN :)
From-SVN: r105929

while:
r105377 - /trunk/gcc/DATESTAMP
Date: Thu Oct 27 14:59:55 2005

Based on the SVN revision it should live somewhere:

commit 6c06fbce5c77ffbb0be281d22780a919de4877fe
Author: Mark Mitchell <m...@codesourcery.com>
Date:   Thu Oct 13 23:59:57 2005 +0000

    re PR c++/20721 (crossing of a initialization left undetected on goto)
PR c++/20721
            * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
            * decl.c (duplicate_decls): Merge it into new declarations.
            (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
            (cp_finish_decl): Set it, when appropriate.
            PR c++/20721
            * g++.dg/init/goto2.C: New test.
From-SVN: r105380

commit 02f3e085c7ba33279329aae728aaf42dc922add6
Author: Andrew Haley <a...@redhat.com>
Date:   Thu Oct 13 17:36:07 2005 +0000

    re PR java/24251 (BC-compiled interfaces in libgcj can't be called from 
non-BC code)
2005-10-12 Andrew Haley <a...@redhat.com> PR java/24251
            * link.cc (ensure_method_table_complete): Install Miranda methods
            for interfaces too.
From-SVN: r105375

Martin


        Jakub


Reply via email to