From patchwork Mon May 19 17:21:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 350351 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 991DA14008F for ; Tue, 20 May 2014 03:21:38 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; q=dns; s=default; b=wuuky7n7sB1ysIS50Zl9QTs +UvXna+8m7/42sHvlmYjrsmElU7BI+jo4lyfrg5c+Va+/4Udbs+0FHfzrgL+EYA5 88e2FARXi/b8i4N9jULvNUu16crE1wgpSGaavgbOTIKnqR/3BuIKmXjogjBDCq3D 8kiG6EvaghbeinnXT6F8= 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:from :content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; s=default; bh=10/9NnmBDoiOchmOrStuLiMRPGY=; b= Hyrdz6S22yLRz2Q6HXKUTA9IERDb1ju+0NsYO+k9/Z5ysp8Tt9d9iQNtycsHsswl 7ZlGUWp/5RuHDHqFWCdZ/xOmzp21NPx3tPusAqbtvgE2xH0gJ1DTrz9tFvnX/82V 5hcPm0OPKzuNl4gZDlil57Vno798I1v56q0h00FEEEc= Received: (qmail 12082 invoked by alias); 19 May 2014 17:21:30 -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 12064 invoked by uid 89); 19 May 2014 17:21:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta08.emeryville.ca.mail.comcast.net Received: from qmta08.emeryville.ca.mail.comcast.net (HELO qmta08.emeryville.ca.mail.comcast.net) (76.96.30.80) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 May 2014 17:21:28 +0000 Received: from omta06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by qmta08.emeryville.ca.mail.comcast.net with comcast id 3stK1o00416AWCUA8tMSkk; Mon, 19 May 2014 17:21:26 +0000 Received: from c-24-4-193-248.hsd1.ca.comcast.net ([24.4.193.248]) by omta06.emeryville.ca.mail.comcast.net with comcast id 3tMH1o00F5N1HX48StMPT8; Mon, 19 May 2014 17:21:26 +0000 From: Mike Stump Subject: Add wide-int reviewers Date: Mon, 19 May 2014 10:21:01 -0700 Message-Id: <3F467019-FAC7-41BA-93D6-07B8D06FF2F7@comcast.net> Cc: Kenneth Zadeck , Richard Sandiford To: GCC Patches Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-IsSubscribed: yes So, before we forget to do this… https://gcc.gnu.org/ml/gcc/2014-04/msg00284.html Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 210619) +++ MAINTAINERS (working copy) @@ -301,6 +301,9 @@ register allocation Kenneth Zadeck zade register allocation Seongbae Park seongbae.park@gmail.com RTL optimizers Steven Bosscher steven@gcc.gnu.org selective scheduling Andrey Belevantsev abel@ispras.ru +wide-int Kenneth Zadeck zadeck@naturalbridge.com +wide-int Mike Stump mikestump@comcast.net +wide-int Richard Sandiford rdsandiford@googlemail.com Note that while reviewers can approve changes to parts of the compiler that they maintain, they still need approval for their own patches