From patchwork Tue Mar 12 13:27:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 227024 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 BEFBD2C0298 for ; Wed, 13 Mar 2013 00:28:18 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1363699700; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:From:To:Cc:Subject:Message-ID:Reply-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=R5bof6oWE/yHy1AtrQY/Ct5vQDI=; b=IeOBpfGK/xojh3m 0IZjZhnP8Dk8U5B9VK9nq4NpfpAN96BI6rhjvHYeyW0Sub7iMxiQOvs7hAhMFedk X6hAvL9aqP6otwMDjkb2PDrlDJYtEFn2//PnXY3u3lW8dpltzRPsxN6PPxuv1kHb rUmPQbUAbOS1MDjWGRxTlBLBCzxo= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:Date:From:To:Cc:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=uJJi+pDBOsZeYHVmFwDoIJ6BwiJn5srWz8I5tqd/+iXzzTcwyUqrnVt8gcxvLs qjmN/S9n2dhA1xWt1pyuHsnWzjOg3rnv9Fd9UCFO4DKSwPnmlXo/8ItuMwS5wNsT J7iptj0gTJia3YIZ4m5wTT7momaNxNi69jM3K8hceJ61k=; Received: (qmail 19053 invoked by alias); 12 Mar 2013 13:28:08 -0000 Received: (qmail 19042 invoked by uid 22791); 12 Mar 2013 13:28:07 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Mar 2013 13:27:57 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2CDRsRf018780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Mar 2013 09:27:55 -0400 Received: from zalov.cz (vpn1-6-245.ams2.redhat.com [10.36.6.245]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2CDRqfr029308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Mar 2013 09:27:54 -0400 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.cz (8.14.5/8.14.5) with ESMTP id r2CDRpSF016915; Tue, 12 Mar 2013 14:27:51 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r2CDRpOI016914; Tue, 12 Mar 2013 14:27:51 +0100 Date: Tue, 12 Mar 2013 14:27:50 +0100 From: Jakub Jelinek To: Georg-Johann Lay Cc: gcc-patches@gcc.gnu.org, Denis Chertykov , Eric Weddington Subject: Re: [Patch,AVR]: Fix PR56263 Message-ID: <20130312132750.GO12913@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <513E1C62.70404@gjlay.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <513E1C62.70404@gjlay.de> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Mon, Mar 11, 2013 at 07:03:14PM +0100, Georg-Johann Lay wrote: > PR target/56263 > * doc/invoke.texi (AVR Options): Document it. This change broke building of info doc everywhere: ../../gcc/doc//invoke.texi:11652: @item found outside of an insertion block. makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to preserve. make: *** [doc/gcc.info] Error 1 Fixed thusly, committed as obvious. 2013-03-12 Jakub Jelinek * doc/invoke.texi (-Waddr-space-convert): Move into the table earlier. Jakub --- gcc/doc/invoke.texi (revision 196613) +++ gcc/doc/invoke.texi (working copy) @@ -11632,6 +11632,11 @@ sbiw r26, const ; X -= const @item -mtiny-stack @opindex mtiny-stack Only change the lower 8@tie{}bits of the stack pointer. + +@item -Waddr-space-convert +@opindex Waddr-space-convert +Warn about conversions between address spaces in the case where the +resulting address space is not contained in the incoming address space. @end table @subsubsection @code{EIND} and Devices with more than 128 Ki Bytes of Flash @@ -11649,11 +11654,6 @@ when @code{EICALL} or @code{EIJMP} instr Indirect jumps and calls on these devices are handled as follows by the compiler and are subject to some limitations: -@item -Waddr-space-convert -@opindex Waddr-space-convert -Warn about conversions between address spaces in the case where the -resulting address space is not contained in the incoming address space. - @itemize @bullet @item