From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11723 invoked by alias); 26 May 2011 20:56:45 -0000 Received: (qmail 11713 invoked by uid 22791); 26 May 2011 20:56:44 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_DN,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 20:56:30 +0000 Received: (qmail 10465 invoked from network); 26 May 2011 20:56:29 -0000 Received: from unknown (HELO ?192.168.1.78?) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 May 2011 20:56:29 -0000 Message-ID: <4DDEBE79.4010406@codesourcery.com> Date: Thu, 26 May 2011 20:56:00 -0000 From: Nathan Froyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0a2) Gecko/20110505 Thunderbird/3.3a4pre MIME-Version: 1.0 To: overseers@gcc.gnu.org Subject: bugzilla email issues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00081.txt.bz2 I have two issues which I suppose are related: 1) I recently commited a patch for open bugs on Bugzilla, with appropriate PR numbers and such. Instead of messages being posted to the bugs, I received email from gcc-bugzilla@gcc.gnu.org that said: there is already an account with the login name froydnj@gcc.gnu.org. froydnj wrote: > Author: froydnj > Date: Thu May 26 20:15:22 2011 > New Revision: 174307 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174307 > Log: > detect C++ errors to fix 2288 and 18770 > gcc/cp/ > PR c++/2288 > PR c++/18770 > * name-lookup.h (enum scope_kind): Add sk_cond. > * name-lookup.c (pushdecl_maybe_friend): Get scope of shadowed local. > Detect and report error for redeclaration from for-init or if > or switch condition. > (begin_scope): Handle sk_cond. > * semantics.c (begin_if_stmt): Use sk_cond. > (begin switch_stmt): Ditto. > gcc/testsuite/ > PR c++/2288 > PR c++/18770 > * g++.old-deja/g++.jason/cond.C: Remove xfails. > * g++.dg/parse/pr18770.C: New test. > * g++.dg/cpp0x/range-for5.C: Add dg-error marker. > > Added: > trunk/gcc/testsuite/g++.dg/parse/pr18770.C > Modified: > trunk/gcc/cp/ChangeLog > trunk/gcc/cp/name-lookup.c > trunk/gcc/cp/name-lookup.h > trunk/gcc/cp/semantics.c > trunk/gcc/testsuite/ChangeLog > trunk/gcc/testsuite/g++.dg/cpp0x/range-for5.C > trunk/gcc/testsuite/g++.old-deja/g++.jason/cond.C ...which seems odd, but it might be related to: 2) I recently attempted to change the email address that froydnj@gcc.gnu.org redirects to; unfortunately, I didn't see http://gcc.gnu.org/svnwrite.html and tried changing my email under User Preferences/Name and Password in bugzilla. Is the second issue responsible for the first? My account switchover is scheduled for completion sometime tomorrow; will the issues go away after that? And since I screwed up the email redirection, I'm planning on changing my bugzilla account back to froydnj@gcc.gnu.org; is that going to cause heartache? Thanks for the help, -Nathan