From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5165 invoked by alias); 4 May 2011 15:49:16 -0000 Received: (qmail 5154 invoked by uid 22791); 4 May 2011 15:49:16 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 May 2011 15:49:02 +0000 Received: by wwf26 with SMTP id 26so1303771wwf.8 for ; Wed, 04 May 2011 08:49:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.182.129 with SMTP id cc1mr1320235wbb.10.1304524140958; Wed, 04 May 2011 08:49:00 -0700 (PDT) Received: by 10.227.20.74 with HTTP; Wed, 4 May 2011 08:49:00 -0700 (PDT) In-Reply-To: <201105041710.16124.ebotcazou@adacore.com> References: <201105041200.29307.ebotcazou@adacore.com> <201105041710.16124.ebotcazou@adacore.com> Date: Wed, 04 May 2011 16:05:00 -0000 Message-ID: Subject: Re: [google]: initialize language field for clone function struct From: Richard Guenther To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, Xinliang David Li , Jan Hubicka Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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/msg00316.txt.bz2 On Wed, May 4, 2011 at 5:10 PM, Eric Botcazou wrote: >> And I'm not sure you can't do SAVE_EXPRs outside of functions - you >> could simply emit global temporaries. > > How do you initialize global temporaries with non-trivial initializers? Actually it turns out that it doesn't matter. If we arrive here with something that needs a SAVE_EXPR we have to be able to generate code for it somewhere, where there would be obviously the possibility to also generate code for a SAVE_EXPR. No? Richard. > -- > Eric Botcazou >