This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]