[Bug target/27055] Structures are copied byte by byte into function arguments

2021-08-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27055 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|N

[Bug target/27055] Structures are copied byte by byte into function arguments

2006-04-16 Thread guillaume dot melquiond at ens-lyon dot fr
--- Comment #5 from guillaume dot melquiond at ens-lyon dot fr 2006-04-16 18:15 --- I have tried to look at why it fails. Here are my observations. The function gcc/expr.c:emit_block_move tries to expand a movmem pattern. The backend refuses, since a call to memcpy would be a lot more e

[Bug target/27055] Structures are copied byte by byte into function arguments

2006-04-12 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-13 01:52 --- This works on most targets I tried, ppc-linux-gnu and x86_64-linux-gnu both work, only i?86-linux-gnu (32bit) did not. -- pinskia at gcc dot gnu dot org changed: What|Removed |