------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-15
05:17 -------
Oh, here is the reduced testcase (from structs.c):
struct struct3 { char a, b, c; };
struct struct3 foo3 = { 'A', 'B', 'C'}, L3;
void Fun3(struct struct3 foo3)
{
L3 = foo3;
}-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18494
