[Bug inline-asm/15429] internal compiler error: in emit_move_insn_1, at expr.c:3510

alonsoschaich at gmx dot de gcc-bugzilla@gcc.gnu.org
Sun Aug 15 07:45:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list