--- Additional Comments From giovannibajo at libero dot it 2005-05-31
14:59 ---
Sigh, the infamous empty structure extension...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21839
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31
14:45 ---
Confirmed, reduced testcase:
typedef struct { } spinlock_t;
typedef struct {
unsigned sequence;
spinlock_t lock;
} seqlock_t;
void ext3_new_inode(seqlock_t *rsv_seqlock)
{
*rsv_seqlock = (seqlock_t) { 0,
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31
14:35 ---
Confirmed, reducing.
--
What|Removed |Added
Summary|fs/ext3/ialloc.c error: |