This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/8081] ICE with variably sized types and nested functions
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2008 14:38:02 -0000
- Subject: [Bug middle-end/8081] ICE with variably sized types and nested functions
- References: <bug-8081-623@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #19 from debian-gcc at lists dot debian dot org 2008-01-23 14:38 -------
$ gcc-4.3 --version
gcc-4.3 (Debian 4.3-20080116-1) 4.3.0 20080116 (experimental) [trunk revision
131577]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ gcc-4.3 -O2 -Wall -g foo.c
foo.c: In function 'main':
foo.c:5: warning: unused variable 'i'
foo.c:15: internal compiler error: in declare_return_variable, at
tree-inline.c:1791
Please submit a full bug report,
with preprocessed source if appropriate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081