From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28442 invoked by alias); 11 Sep 2013 14:47:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 28425 invoked by uid 89); 11 Sep 2013 14:47:28 -0000 Received: from mail-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Sep 2013 14:47:28 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f176.google.com Received: by mail-ob0-f176.google.com with SMTP id uz19so8394862obc.7 for ; Wed, 11 Sep 2013 07:47:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=RFu24ng+39QKO02J0W03vOopucBJCj2aHFO8hrHWxps=; b=FxCtF/3XjTdSrop0rDaK0bKoxnOA52cm73AEJzVBoB6yvbTh9MrTEE4avySq3At/TJ o1W4mXHDbjD/4MOx3BlvF5vK/H8fJbFU52GnHSJWDUM1exxq8PXg26DEJHZhmv209dnI iCw9Y13l/KKzFSh0NNobviBK2bPeEEWNGo2FieggCNA8mIyr2upl4Kq20edMTS875c/s icYnbZundYgx3vQcDxLj4ZLfEfiB8lokcb5q/3TDl9zDAwZcGzWDWQ9v13e0qNbGCuYk rk2pW3QR3AGA9C936/VDIParzmT/OhYMmqjm7cf8dznd1KftrPS2lb+yDWqqEYWqe5QJ KrIA== X-Gm-Message-State: ALoCoQmTJy8J+b//ha6Mvt/VSUqyUwszVBwpvsOT9u4jTjls9fQH/MafY3PyPdjunJyoIWEc2STy MIME-Version: 1.0 X-Received: by 10.60.131.3 with SMTP id oi3mr665599oeb.104.1378910846172; Wed, 11 Sep 2013 07:47:26 -0700 (PDT) Received: by 10.60.28.102 with HTTP; Wed, 11 Sep 2013 07:47:26 -0700 (PDT) Date: Wed, 11 Sep 2013 15:25:00 -0000 Message-ID: Subject: [linaro/gcc-4_8-branch] Backports from trunk and merge from gcc-4_8-branch From: Christophe Lyon To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00847.txt.bz2 Hi, We have recently committed backports from trunk to linaro/gcc-4_8-branch: 201624,201666 (as 202196) 201589 (as 202276) 201599 (as 202277) 201730,201731 (as 202278) 199527,199792,199814,201435 (as 202280) 201342,201566 (as 202294) 201249,201267 (as 202295) 201412 (as 202383) 200593,201024,201025,201122,201124,201126 (as 202424) 200197,201411 (as 202430) I have also merged the gcc-4_8-branch into linaro/gcc-4_8-branch up to revision 202157 as 202439. Christophe.