From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id EA735385B831 for ; Mon, 6 Apr 2020 08:59:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EA735385B831 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5DD45AB5F; Mon, 6 Apr 2020 08:59:57 +0000 (UTC) Subject: Re: subversion status on gcc.gnu.org To: Jakub Jelinek Cc: "Frank Ch. Eigler" , Overseers mailing list , Georg-Johann Lay , gcc@gcc.gnu.org References: <20200320173740.GA117263@elastic.org> <20200402122615.GT2212@tucnak> <20200403201900.GD31864@redhat.com> <81d96f7f-9811-17fb-6158-13c5a5e538e8@suse.cz> <20200405235723.GI31864@redhat.com> <32b46332-b6d6-f5d1-e64e-00992c8111b9@suse.cz> <20200406083752.GO2212@tucnak> <88e497d6-3f3f-5d7e-ebde-16b671a74c30@suse.cz> <20200406085507.GQ2212@tucnak> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <1bf2a3ac-ed4c-0e99-ff75-d35f89797798@suse.cz> Date: Mon, 6 Apr 2020 10:59:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200406085507.GQ2212@tucnak> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-16.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 09:00:00 -0000 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 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 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 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 PR java/24251 * link.cc (ensure_method_table_complete): Install Miranda methods for interfaces too. From-SVN: r105375 Martin > > Jakub >