------- Comment #2 from acahalan at gmail dot com 2006-10-12 01:25 ------- Hey, I don't even need to use the types. The typedef alone is enough to ICE gcc:
typedef struct S { unsigned long flags; }S_t; typedef S_t __attribute__((__may_alias__)) cmonkey; int main(int argc, char *argv[]){ } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29436