------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-02 17:04 ------- Lets look at the testcases: __asm__ __volatile__("addl %1, %0" : "=a" (v) : "b" (i));
Hmm, IIRC ebx is the PIC register so this should not be tested at all -fPIC/-fpic. -- What |Removed |Added ---------------------------------------------------------------------------- Component|inline-asm |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19226