This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die
- From: "acahalan at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Oct 2006 00:57:40 -0000
- Subject: [Bug debug/29436] [4.0/4.1/4.2 Regression] ICE in modified_type_die
- References: <bug-29436-12219@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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