From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4192 invoked by alias); 15 Aug 2004 07:45:18 -0000 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 Received: (qmail 4179 invoked by uid 48); 15 Aug 2004 07:45:18 -0000 Date: Sun, 15 Aug 2004 07:45:00 -0000 Message-ID: <20040815074518.4178.qmail@sourceware.org> From: "alonsoschaich at gmx dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040513235049.15429.jgeorgal@uoc.gr> References: <20040513235049.15429.jgeorgal@uoc.gr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug inline-asm/15429] internal compiler error: in emit_move_insn_1, at expr.c:3510 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01437.txt.bz2 List-Id: ------- Additional Comments From alonsoschaich at gmx dot de 2004-08-15 07:45 ------- (In reply to comment #6) > *** Bug 17029 has been marked as a duplicate of this bug. *** sorry. my browser crashed during upload ( thats why there's no description ). Minimal case of this is: ---START CODE (bug.c)--- void test( void *v ) { __asm__ ( "mov (%%eax), %%ecx\n" : : "a"(v[0]) ); } ---END CODE (bug.c)--- and it also fails on 3.3.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15429