------- Comment #4 from pinskia at gcc dot gnu dot org 2008-05-05 04:59 -------
Here is a further reduced testcase:
typedef struct {
int lock;
int pad0_;
} mutex_t;
static mutex_t main_arena;
void __malloc_check_init()
{
for(;;)
__asm__ __volatile__ ("": "+m"(main_arena.lock) );
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Last reconfirmed|2008-05-03 09:50:18 |2008-05-05 04:59:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36111