From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24330 invoked by alias); 22 Apr 2009 17:47:51 -0000 Received: (qmail 24056 invoked by uid 48); 22 Apr 2009 17:47:39 -0000 Date: Wed, 22 Apr 2009 17:47:00 -0000 Message-ID: <20090422174739.24055.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02012.txt.bz2 ------- Comment #11 from aph at gcc dot gnu dot org 2009-04-22 17:47 ------- I suspect the reason the limit is 30 is that when that code was written the largest register set was 32 registers, 2 of which were reserved to the implementation. Inline asm hasn't kept up with the hardware. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39847