This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13732] internal compiler error with structures
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2004 21:00:33 -0000
- Subject: [Bug c/13732] internal compiler error with structures
- References: <20040118205152.13732.sylvain@gplservice.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-01-18 21:00 -------
Confirmed. Reduced further to:
void
algo_fourmis (int nombre_points)
{
typedef struct
{
char bann_list[nombre_points];
} fourmi;
void creation_fourmi (int nombre_points)
{
int i = sizeof (fourmi);
}
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC target triplet|AMD Athlon(tm) Processor |
Last reconfirmed|0000-00-00 00:00:00 |2004-01-18 21:00:33
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13732