[Bug target/32923] [4.3 Regression] too many memory references for `lea'
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-07-28 09:13 --- static inline __attribute__((always_inline)) int strncmp(const char * cs,const char * ct,size_t count) { register int __res; int d0, d1, d2; __asm__ __volatile__( "1:\tdecl %3\n\t" "js 2f\n\t" "lodsb\n\t" "scasb\
[Bug target/32923] [4.3 Regression] too many memory references for `lea'
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Component|c |target