public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: Jakub Jelinek <jakub@redhat.com>
Cc: "Frank Ch. Eigler" <fche@redhat.com>,
	Overseers mailing list <overseers@sourceware.org>,
	Georg-Johann Lay <avr@gjlay.de>,
	gcc@gcc.gnu.org
Subject: Re: subversion status on gcc.gnu.org
Date: Mon, 6 Apr 2020 10:59:57 +0200	[thread overview]
Message-ID: <1bf2a3ac-ed4c-0e99-ff75-d35f89797798@suse.cz> (raw)
In-Reply-To: <20200406085507.GQ2212@tucnak>

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 <dberlin@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 <mark@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 <aph@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  <aph@redhat.com>
     
             PR java/24251
             * link.cc (ensure_method_table_complete): Install Miranda methods
             for interfaces too.
     
     From-SVN: r105375

Martin

> 
> 	Jakub
> 


  reply	other threads:[~2020-04-06  8:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20 17:37 Frank Ch. Eigler
2020-03-24 16:51 ` Peter Bergner
2020-03-24 17:06   ` Frank Ch. Eigler
2020-03-24 17:12     ` Peter Bergner
2020-03-24 20:53 ` Gerald Pfeifer
2020-03-24 21:02   ` Frank Ch. Eigler
2020-03-29 14:14 ` Martin Liška
2020-04-02 12:19 ` Georg-Johann Lay
2020-04-02 12:26   ` Jakub Jelinek
2020-04-03  8:38     ` Martin Liška
2020-04-03  8:54       ` Jakub Jelinek
2020-04-03  9:23         ` Martin Liška
2020-04-03 13:44           ` Martin Liška
2020-04-03 20:19       ` Frank Ch. Eigler
2020-04-04  6:38         ` Martin Liška
2020-04-05 23:57           ` Frank Ch. Eigler
2020-04-06  8:09             ` Martin Liška
2020-04-06  8:37               ` Jakub Jelinek
2020-04-06  8:46                 ` Martin Liška
2020-04-06  8:55                   ` Jakub Jelinek
2020-04-06  8:59                     ` Martin Liška [this message]
2020-04-06  9:15                     ` Andreas Schwab
2020-04-06  9:36                       ` Andrew Pinski
2020-04-06 15:04                         ` Joseph Myers
2020-04-07  7:13                           ` Martin Liška
2020-04-07  7:22                             ` Andreas Schwab
2020-04-07  7:29                               ` Martin Liška
2020-04-07  7:42                                 ` Martin Liška
2020-04-07 14:09                                   ` Frank Ch. Eigler
2020-04-07 14:22                                     ` Martin Liška

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1bf2a3ac-ed4c-0e99-ff75-d35f89797798@suse.cz \
    --to=mliska@suse.cz \
    --cc=avr@gjlay.de \
    --cc=fche@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).