------- Comment #1 from wiml at hhhh dot org 2009-08-10 05:18 ------- Workaround notes:
Changing the structure assignment to multiple assignments, one for each field, produces noticeably better code; and changing the argument list to pass the structure fields individually produces code that looks good to me (even though the same values are passed in the same registers). So I guess this is a missed opportunity for SRA. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41021