This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18494] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/compile/structs.c (et al)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2004 05:17:09 -0000
- Subject: [Bug middle-end/18494] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/compile/structs.c (et al)
- References: <20041115045011.18494.hp@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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