This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15729] New: ICE with passing empty structs with -mcpu=G5
- 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: 30 May 2004 02:31:12 -0000
- Subject: [Bug target/15729] New: ICE with passing empty structs with -mcpu=G5
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
typedef struct { } empty_t;
bar (empty_t);
f ()
{
empty_t i;
bar (i);
}
--
Summary: ICE with passing empty structs with -mcpu=G5
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-apple-darwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15729