From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16786 invoked by alias); 13 Apr 2010 19:47:18 -0000 Received: (qmail 16766 invoked by uid 22791); 13 Apr 2010 19:47:17 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-bw0-f215.google.com (HELO mail-bw0-f215.google.com) (209.85.218.215) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Apr 2010 19:47:13 +0000 Received: by bwz7 with SMTP id 7so2941239bwz.16 for ; Tue, 13 Apr 2010 12:47:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.112.76 with HTTP; Tue, 13 Apr 2010 12:46:50 -0700 (PDT) In-Reply-To: <20100413194255.GA5553@sunsite.ms.mff.cuni.cz> References: <20100413194255.GA5553@sunsite.ms.mff.cuni.cz> From: Sebastian Pop Date: Tue, 13 Apr 2010 20:19:00 -0000 Received: by 10.223.16.84 with SMTP id n20mr3556846faa.94.1271188030081; Tue, 13 Apr 2010 12:47:10 -0700 (PDT) Message-ID: Subject: Re: Copy assignments for non scalar types To: Jakub Jelinek Cc: gcc@gcc.gnu.org, Richard Guenther , Diego Novillo Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg00302.txt.bz2 On Tue, Apr 13, 2010 at 14:42, Jakub Jelinek wrote: > if (!is_gimple_reg (var)) > > you shouldn't create SSA name and change the lhs of the stmt. > This worked well. Thanks Jakub! Sebastian