From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10954 invoked by alias); 4 Oct 2006 22:33:17 -0000 Received: (qmail 10904 invoked by uid 48); 4 Oct 2006 22:33:07 -0000 Date: Wed, 04 Oct 2006 22:33:00 -0000 Message-ID: <20061004223307.10903.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "amacleod at redhat dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg00342.txt.bz2 List-Id: ------- Comment #24 from amacleod at redhat dot com 2006-10-04 22:33 ------- The updated version of TER that will go into 4.3 during stage 1 resolves this problem... TER no longer tracks dependencies the way it use to. It will replace the expression, resulting in: main () { : __asm__ __volatile__(""::"i" &var + 1B); return 0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200