[Bug c/26004] [4.1/4.2 Regression] gcc errors on valid code [SVO]
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 7 21:06:00 GMT 2006
------- Comment #16 from pinskia at gcc dot gnu dot org 2006-03-07 21:06 -------
New reduced testcase:
struct s_3 { short s[3]; } z_3, s_3;
struct s_3 add_struct_3 (struct s_3 s){}
wack_struct_3 (void)
{
int i; register struct s_3 u = z_3;
u = add_struct_3 (u);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26004
More information about the Gcc-bugs
mailing list