From patchwork Fri Jan 28 20:01:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Novillo X-Patchwork-Id: 80887 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]) by ozlabs.org (Postfix) with SMTP id 59E45B70F1 for ; Sat, 29 Jan 2011 07:01:55 +1100 (EST) Received: (qmail 6590 invoked by alias); 28 Jan 2011 20:01:53 -0000 Received: (qmail 6515 invoked by uid 22791); 28 Jan 2011 20:01:53 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Jan 2011 20:01:46 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id p0SK1h35020690 for ; Fri, 28 Jan 2011 12:01:44 -0800 Received: from iyb14 (iyb14.prod.google.com [10.241.49.78]) by wpaz13.hot.corp.google.com with ESMTP id p0SK1MXj012265 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 28 Jan 2011 12:01:42 -0800 Received: by iyb14 with SMTP id 14so4076792iyb.10 for ; Fri, 28 Jan 2011 12:01:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.175.200 with SMTP id bb8mr401650icb.13.1296244902211; Fri, 28 Jan 2011 12:01:42 -0800 (PST) Reply-To: dnovillo@google.com, simonb@google.com, gcc-patches@gcc.gnu.org, reply@codereview.appspotmail.com X-Google-Appengine-App-Id: codereview Message-ID: <90e6ba6134f8f0360f049aed88d1@google.com> Date: Fri, 28 Jan 2011 20:01:42 +0000 Subject: [google] Add README.google to document patches to be ported to trunk (issue4090046) From: dnovillo@google.com To: simonb@google.com, gcc-patches@gcc.gnu.org Cc: reply@codereview.appspotmail.com X-System-Of-Record: true X-IsSubscribed: yes 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 Reviewers: simonb_google.com, gcc-patches_gcc.gnu.org, Description: This patch adds a README.google at the top of google/integration. The file contains information on what commits we should be porting to trunk. I've added the Fortran date change as the first candidate. Simon, as you find others, please add them here. Thanks. Diego. Please review this at http://codereview.appspot.com/4090046/ Affected files: A README.google Index: README.google =================================================================== --- README.google (revision 0) +++ README.google (revision 0) @@ -0,0 +1,14 @@ + +This file contains various tidbits of information about the +patches in the google/integration branch. + +Patches to send to trunk +------------------------ + +To document a patch that should be moved to trunk, find its +revision using 'svn log'. Specify the owner and the reason why +it should be merged into trunk. + +Patch: r169355 +Owner: simonb +Reason: http://gcc.gnu.org/ml/gcc-patches/2011-01/msg02095.html