From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10874 invoked by alias); 10 May 2011 11:38:20 -0000 Received: (qmail 10865 invoked by uid 22791); 10 May 2011 11:38:20 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ew0-f47.google.com (HELO mail-ew0-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 May 2011 11:38:06 +0000 Received: by ewy5 with SMTP id 5so2002096ewy.20 for ; Tue, 10 May 2011 04:38:05 -0700 (PDT) Received: by 10.14.11.5 with SMTP id 5mr3473131eew.92.1305027485234; Tue, 10 May 2011 04:38:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.119.144 with HTTP; Tue, 10 May 2011 04:37:45 -0700 (PDT) In-Reply-To: <4DC7C9E2.30604@gjlay.de> References: <4DC7C9E2.30604@gjlay.de> From: Denis Chertykov Date: Tue, 10 May 2011 13:17:00 -0000 Message-ID: Subject: Re: [Patch,AVR]: Fix PR48896 To: Georg-Johann Lay Cc: gcc-patches@gcc.gnu.org, Anatoly Sokolov , Eric Weddington Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 X-SW-Source: 2011-05/txt/msg00728.txt.bz2 2011/5/9 Georg-Johann Lay : > Fixed the build warnings mentioned in PR48896. > > Johann > > -- > > 2011-05-09 =C2=A0Georg-Johann Lay =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0PR target/48896 > =C2=A0 =C2=A0 =C2=A0 =C2=A0* config/avr/avr.c (avr_ret_register): Return = unsigned int > =C2=A0 =C2=A0 =C2=A0 =C2=A0instead of int. > =C2=A0 =C2=A0 =C2=A0 =C2=A0(avr_function_value): Mark fn_decl_or_type as = unused, don't pass > =C2=A0 =C2=A0 =C2=A0 =C2=A0it to avr_libcall_value. > =C2=A0 =C2=A0 =C2=A0 =C2=A0avr_expand_builtin): Use EXPAND_NORMAL as arg = 4 in calls to > =C2=A0 =C2=A0 =C2=A0 =C2=A0expand_expr. > =C2=A0 =C2=A0 =C2=A0 =C2=A0(avr_expand_binop_builtin): Ditto. > =C2=A0 =C2=A0 =C2=A0 =C2=A0(avr_expand_unop_builtin): Ditto. > Approved.