[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3
stian at nixia dot no
gcc-bugzilla@gcc.gnu.org
Sat Jan 22 15:58:00 GMT 2005
------- Additional Comments From stian at nixia dot no 2005-01-22 15:58 -------
if you resolve all memory-referenses to temporary variables
void *a=(src + 0*stride)
and use those instead. Doesn't that lessen the stress the register-allocator is
given?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203
More information about the Gcc-bugs
mailing list