[Bug middle-end/16172] simple function generates an inappropriate memmove() call

2005-01-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 19:25 --- Here is a testcase which I can reproduce it with on powerpc-darwin (it just has more elements in the struct): struct fn_hash_idx_t { unsigned datum; unsigned datum2; unsigned datum3; unsigned datum

[Bug middle-end/16172] simple function generates an inappropriate memmove() call

2004-10-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-31 04:35 --- I can still reproduce it with Falk's testcase on powerpc-darwin on the mainline. -- What|Removed |Added --

[Bug middle-end/16172] simple function generates an inappropriate memmove() call

2004-10-30 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2004-10-31 03:28 --- I'm unable to reproduce this using Falk's testcase in comment #2, and the original URL is now a broken link. Has the problem now been fixed, or could someone attach a failing testcase to the bugzilla PR. Please?