From patchwork Fri Apr 10 21:53:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 460249 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0D3A414010F for ; Sat, 11 Apr 2015 07:53:24 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=uSMrp6u3; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=tjsMF6GzfZ6iSwpq +jD1IzdLjxhmcrjJB8PFzwxJ2QOkBbu4lu6110jGO4h0oahy7+Im2NhBcVp/NH3u /IkPodCHZq7raZtrgqtDdwThpzKX3qtEy0mkWcZ2OZ1GzZIj/RFs2WEp8fl99q2r M1AYf3XwWk3U3iD4mKnMxENYNiE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=1LN3rFz0/sXoJf1XWWlRgI Xea0s=; b=uSMrp6u3MbbRo8yV4yWcUWrSsI583cIQI3aI4zlCKieZWSSQA2Lm6V TY1p+qILqDwrmRE4mh2lTgsvDow1VHEhN30mkcYPxQXYx65TGDuGEIi2LP6LCu2z F3h6lQ4vXvHrNGYUHKapcS+81aDfs/l6roubK1UEGCxA6rn2l4BNQ= Received: (qmail 104064 invoked by alias); 10 Apr 2015 21:53:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 104053 invoked by uid 89); 10 Apr 2015 21:53:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 10 Apr 2015 21:53:13 +0000 Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 9907F3F47C; Fri, 10 Apr 2015 17:53:10 -0400 (EDT) Date: Fri, 10 Apr 2015 23:53:09 +0200 (CEST) From: Gerald Pfeifer To: Richard Biener cc: gcc-patches@gcc.gnu.org Subject: [wwwdocs] PATCH for Re: [PATCH] Fix my name in contrib.texi In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes On Mon, 7 Apr 2014, Richard Biener wrote: >> htdocs/svn.html has four occurrences, and a few other pages also >> have some. Though I don't think it's appropriate to adjust the >> like of news.html, should I update svn.html? > Sure, go ahead. Done thusly. Can you please look into mirrors.html which references your GPG key and update that as you consider suitable? Gerald Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.200 diff -u -r1.200 svn.html --- svn.html 29 Jan 2015 08:01:07 -0000 1.200 +++ svn.html 10 Apr 2015 21:52:27 -0000 @@ -295,7 +295,7 @@
This branch is for tracking overflow behavior on expressions rather than on types. Patches should be marked with the tag [no-undefined-overflow] - in the subject line. The branch is maintained by Richard Guenther.
+ in the subject line. The branch is maintained by Richard Biener.
debuglocus
This branch is an experiment to see whether improved debug information @@ -311,7 +311,7 @@
vect256
This branch is for extending vectorizer to 256bit. The branch is - maintained by Richard Guenther and H.J. Lu. Patches should be marked + maintained by Richard Biener and H.J. Lu. Patches should be marked with the tag [vect256] in the subject line.
@@ -1107,14 +1107,14 @@
var-mappings-branch
This branch is for improving debug information based on tracking multiple variables per computed value. The branch is maintained by - Richard Guenther and Michael Matz. Patches should be marked with the + Richard Biener and Michael Matz. Patches should be marked with the tag [varmap] in the subject line.
mem-ref
This branch is for lowering the GIMPLE IL for memory accesses to a flat representation. See the GCC wiki for a more detailed - project description. The branch is maintained by Richard Guenther. + project description. The branch is maintained by Richard Biener. Patches should be marked with the tag [mem-ref] in the subject line.