This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/25348] New: ICE encoding zero sized struct array
- 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: 11 Dec 2005 07:38:07 -0000
- Subject: [Bug objc/25348] New: ICE encoding zero sized struct array
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Testcase:
struct f
{
int i;
struct{} g[4];
int tt;
};
char *e = @encode(struct f);
--
Summary: ICE encoding zero sized struct array
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: objc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: x86-64-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25348