From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22282 invoked by alias); 18 Jul 2005 12:12:53 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22241 invoked by uid 22791); 18 Jul 2005 12:12:47 -0000 Received: from campus9.usilu.net (HELO campus9.usilu.net) (195.176.178.26) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 18 Jul 2005 12:12:47 +0000 Received: from [192.168.68.155] ([192.168.68.155] RDNS failed) by campus9.usilu.net with Microsoft SMTPSVC(5.0.2195.5329); Mon, 18 Jul 2005 14:12:16 +0200 Message-ID: <42DB9CA0.5050903@lu.unisi.ch> Date: Mon, 18 Jul 2005 12:12:00 -0000 From: Paolo Bonzini User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) MIME-Version: 1.0 To: Paul Schlie CC: Daniel Berlin , gcc@gcc.gnu.org Subject: Re: volatile semantics References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-07/txt/msg00768.txt.bz2 > - The assignment reference to x is valid as it's not specified as const, > therefore must be performed, unless: You simply got the purpose of optimization and, to some extent, high-level languages wrong. This thread shows that if people are reasonable (on both sides) a solution will be found. Go back programming in assembly language. Paolo