From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27669 invoked by alias); 11 Aug 2007 19:00:17 -0000 Received: (qmail 27560 invoked by uid 22791); 11 Aug 2007 19:00:16 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 11 Aug 2007 19:00:10 +0000 Received: (qmail 10740 invoked from network); 11 Aug 2007 19:00:08 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Aug 2007 19:00:08 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.63) (envelope-from ) id 1IJwBy-0005aw-Vz; Sat, 11 Aug 2007 19:00:07 +0000 Date: Sat, 11 Aug 2007 19:00:00 -0000 From: "Joseph S. Myers" To: Richard Guenther cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][C] Fix type problem in convert_for_assignment In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2007-08/txt/msg00747.txt.bz2 On Thu, 26 Jul 2007, Richard Guenther wrote: > This is all what remains for C type fixes in my tree. > > Boostrapped and tested on x86_64-unknown-linux-gnu. > > Ok for mainline? > > Thanks, > Richard. > > 2007-07-13 Richard Guenther > > * c-typeck.c (convert_for_assignment): Use the type of > the member for the initialization. OK. -- Joseph S. Myers joseph@codesourcery.com