[Bug tree-optimization/21839] [4.1 Regression] fs/ext3/ialloc.c error: Statement makes a memory store,...

2005-05-31 Thread giovannibajo at libero dot it
--- 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

[Bug tree-optimization/21839] [4.1 Regression] fs/ext3/ialloc.c error: Statement makes a memory store,...

2005-05-31 Thread pinskia at gcc dot gnu dot org
--- 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,

[Bug tree-optimization/21839] [4.1 Regression] fs/ext3/ialloc.c error: Statement makes a memory store,...

2005-05-31 Thread pinskia at gcc dot gnu dot org
--- 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: |