From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26008 invoked by alias); 27 Jul 2006 17:04:31 -0000 Received: (qmail 25983 invoked by uid 48); 27 Jul 2006 17:04:23 -0000 Date: Thu, 27 Jul 2006 17:04:00 -0000 Message-ID: <20060727170423.25982.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/21299] [4.0/4.1/4.2 Regression] internal error on invalid asm statement In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tbm at cyrius 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-07/txt/msg02111.txt.bz2 List-Id: ------- Comment #2 from tbm at cyrius dot com 2006-07-27 17:04 ------- This is not i386 specific. I get the same on ia64 with e.g. void f(int port) { __asm__ volatile ("inb %1,%0" :"=a" (port) :"d"((unsigned short) port)); } It's still there as of current gcc 4.2. -- tbm at cyrius dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tbm at cyrius dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21299