From patchwork Mon Aug 8 08:24:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Senthil Kumar Selvaraj X-Patchwork-Id: 656609 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 3s79TS0Qycz9s4x for ; Mon, 8 Aug 2016 18:25:31 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=XotE8ws5; 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:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=d6ivrSXO/OLE50QY4mdg89Zg4H6Sq8EuhUknExxLApRWjFNeS+wBT 2MHq1/gcB3cNOS/0Yead2cY3Gy9geyyTUJAbhq2q08q8/aQWDU/TN9ux/2bOdnB1 YwOljLkOVHfDerZU+jRbhp7LILRZxPDPB+m2GRzCZU988VDROrjnCs= 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 :to:subject:date:message-id:mime-version:content-type; s= default; bh=3XJcxGsLgVXILINiBJi3cHqVDz4=; b=XotE8ws5W/zcSyFAvYNZ Hli9IVMFNWaGeBi6wZwpK5u13FIasqz3ftxcTUs6E7u7GvyUnhC3oyzw5vXdWBIh v2o4EOHqVZWoSa4iQbz2GogNcEO8IuoGI52AtTeNQDLHL4w+VunPzuPBz018HhmT 1SyUHH2q2p0JRlca5fgyWbg= Received: (qmail 17323 invoked by alias); 8 Aug 2016 08:25:06 -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 14475 invoked by uid 89); 8 Aug 2016 08:25:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_40, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Mon, rcs, RCS, H*r:14.3.235 X-HELO: eusmtp01.atmel.com Received: from eusmtp01.atmel.com (HELO eusmtp01.atmel.com) (212.144.249.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 08 Aug 2016 08:24:58 +0000 Received: from HNOCHT01.corp.atmel.com (10.145.133.40) by eusmtp01.atmel.com (10.145.145.31) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 8 Aug 2016 10:24:51 +0200 Received: from jaguar.atmel.com (10.145.133.18) by HNOCHT01.corp.atmel.com (10.145.133.40) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 8 Aug 2016 10:24:52 +0200 User-agent: mu4e 0.9.17; emacs 24.5.1 From: Senthil Kumar Selvaraj To: "gcc-patches@gcc.gnu.org" , Gerald Pfeifer Subject: [Patch, wwwdocs] Add caveat for AVR port Date: Mon, 8 Aug 2016 13:54:11 +0530 Message-ID: <87r39zhdn8.fsf@atmel.com> MIME-Version: 1.0 X-IsSubscribed: yes Hi, This doc patch informs the user that a specific (or higher) version of binutils is a prerequisite for the fix for a rather vexing bug (PR 71151) that was fixed for 6.2. I've added it to the Caveats section; is there a better place? If not, ok to commit? Regards Senthil Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.86 diff -u -r1.86 changes.html --- changes.html 20 Jun 2016 10:34:00 -0000 1.86 +++ changes.html 8 Aug 2016 08:17:13 -0000 @@ -40,6 +40,10 @@ +
  • The AVR port requires binutils version 2.26.1 or later for the fix + for PR71151 + to work.

  • +