------- Comment #9 from acahalan at gmail dot com  2006-10-18 00:57 -------
I did it again, but this time in splice_child_die.

$ gcc -g3 -Os -W -Wall -std=gnu99 jji.c
jji.c:3: warning: useless storage class specifier in empty declaration
jji.c:5: internal compiler error: in splice_child_die, at dwarf2out.c:5492
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccg46xph.out file, please attach this to
yo
ur bugreport.
$ cat jji.c
typedef struct S {
        unsigned long flags;
};

typedef struct S __attribute__((__may_alias__)) cmonkey;

int main(int argc,char *argv[]){
        return 0;
}
$ 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29436

Reply via email to